.content{
padding:10px;
width:100px;
color:white;
background-color : red;
}
.container{
width: 400px;
height: 320px;
border: 1px solid black;
}
.container:before{
position: absolute;
left:0px;
top:0px;
width: 400px;
height: 320px;
background-color: blue;
filter: grayscale(100%) invert(100%);
}
Вот, что получилось