Shades of Matisse #375F80
Tints of Matisse #375F80
RGB
CMYK
RGB Variations
Color information
#375F80 (or 0x375F80) is known color: Matisse. HEX triplet: 37, 5F and 80. RGB value is (55,95,128). Sum of RGB (Red+Green+Blue) = 55+95+128=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #375F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375F80 is #C8A07F. Grayscale: #565656. Windows color (decimal): -13148288 or 8412983. OLE color: 8412983.
HSL color Cylindrical-coordinate representation of color #375F80: hue angle of 207.12º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #375F80 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 95 | 128 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.50 |
| HSL | 207.12º | 0.4% | 0.36% | - |
| HSV(B) | 207.12º | 0.57% | 0.5% | - |
| XYZ | 9.56 | 10.56 | 21.96 | - |
| YUV | 86.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 128 | 0.57 | 0.26 | 0 | 0.50 | 207.12 | 0.4 | 0.36 |
| Hex | 37 | 5F | 80 | 39 | 1A | 0 | 32 | CF | 28 | 24 |
| Octal | 67 | 137 | 200 | 71 | 32 | 0 | 62 | 317 | 50 | 44 |
| Binary | 110111 | 1011111 | 10000000 | 111001 | 11010 | 0 | 110010 | 11001111 | 101000 | 100100 |
Color Harmonies of #375F80
Complementary color
Monochromatic Colors of #375F80
Black with #375F80
Text Example
Text Example
White with #375F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F80; }
p { color: rgb(55,95,128); }
H1.HeaderClassName
{
color: #375F80;
}
.AnyTagClassName
{
color: #375F80;
}
</style>
background-color css
<style>
a { background-color: #375F80; }
a { background-color: rgb(55,95,128); }
div.DivClassName
{
background-color: #375F80;
}
.BgClassName
{
background-color: #375F80;
}
</style>
border-color css
<style>
span { border-color: #375F80; }
span { border-color: rgb(55,95,128); }
td.TdClassName
{
border-color: #375F80;
}
.TagClassName
{
border-color: #375F80;
}
</style>