Shades of Matisse #375F78
Tints of Matisse #375F78
RGB
CMYK
RGB Variations
Color information
#375F78 (or 0x375F78) is known color: Matisse. HEX triplet: 37, 5F and 78. RGB value is (55,95,120). Sum of RGB (Red+Green+Blue) = 55+95+120=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #375F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F78 is #C8A087. Grayscale: #555555. Windows color (decimal): -13148296 or 7888695. OLE color: 7888695.
HSL color Cylindrical-coordinate representation of color #375F78: hue angle of 203.08º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #375F78 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 55 | 95 | 120 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.53 |
| HSL | 203.08º | 0.37% | 0.34% | - |
| HSV(B) | 203.08º | 0.54% | 0.47% | - |
| XYZ | 9.06 | 10.35 | 19.29 | - |
| YUV | 85.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 120 | 0.54 | 0.21 | 0 | 0.53 | 203.08 | 0.37 | 0.34 |
| Hex | 37 | 5F | 78 | 36 | 15 | 0 | 35 | CB | 25 | 22 |
| Octal | 67 | 137 | 170 | 66 | 25 | 0 | 65 | 313 | 45 | 42 |
| Binary | 110111 | 1011111 | 1111000 | 110110 | 10101 | 0 | 110101 | 11001011 | 100101 | 100010 |
Color Harmonies of #375F78
Complementary color
Monochromatic Colors of #375F78
Black with #375F78
Text Example
Text Example
White with #375F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F78; }
p { color: rgb(55,95,120); }
H1.HeaderClassName
{
color: #375F78;
}
.AnyTagClassName
{
color: #375F78;
}
</style>
background-color css
<style>
a { background-color: #375F78; }
a { background-color: rgb(55,95,120); }
div.DivClassName
{
background-color: #375F78;
}
.BgClassName
{
background-color: #375F78;
}
</style>
border-color css
<style>
span { border-color: #375F78; }
span { border-color: rgb(55,95,120); }
td.TdClassName
{
border-color: #375F78;
}
.TagClassName
{
border-color: #375F78;
}
</style>