.contenedor {
    width: 100%;
    height: 150px;
    background-color: rgb(17, 56, 75);
    padding: 10px;
    box-sizing: border-box;
}

.div1 {
    background-color: rgba(255, 0, 0, 0.5);
    float:left
}

.div2 {
    background-color: rgba(0, 255, 0, 0.5);
    float:left
}

.div3 {
    background-color: rgba(0, 0, 255, 0.5);
    float:left
}
