Shades of Matisse #375F7F
Tints of Matisse #375F7F
RGB
CMYK
RGB Variations
Color information
#375F7F (or 0x375F7F) is known color: Matisse. HEX triplet: 37, 5F and 7F. RGB value is (55,95,127). Sum of RGB (Red+Green+Blue) = 55+95+127=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #375F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375F7F is #C8A080. Grayscale: #565656. Windows color (decimal): -13148289 or 8347447. OLE color: 8347447.
HSL color Cylindrical-coordinate representation of color #375F7F: hue angle of 206.67º 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 #375F7F is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 95 | 127 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.50 |
| HSL | 206.67º | 0.4% | 0.36% | - |
| HSV(B) | 206.67º | 0.57% | 0.5% | - |
| XYZ | 9.5 | 10.53 | 21.61 | - |
| YUV | 86.69 | 150.75 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 127 | 0.57 | 0.25 | 0 | 0.50 | 206.67 | 0.4 | 0.36 |
| Hex | 37 | 5F | 7F | 39 | 19 | 0 | 32 | CF | 28 | 24 |
| Octal | 67 | 137 | 177 | 71 | 31 | 0 | 62 | 317 | 50 | 44 |
| Binary | 110111 | 1011111 | 1111111 | 111001 | 11001 | 0 | 110010 | 11001111 | 101000 | 100100 |
Color Harmonies of #375F7F
Complementary color
Monochromatic Colors of #375F7F
Black with #375F7F
Text Example
Text Example
White with #375F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F7F; }
p { color: rgb(55,95,127); }
H1.HeaderClassName
{
color: #375F7F;
}
.AnyTagClassName
{
color: #375F7F;
}
</style>
background-color css
<style>
a { background-color: #375F7F; }
a { background-color: rgb(55,95,127); }
div.DivClassName
{
background-color: #375F7F;
}
.BgClassName
{
background-color: #375F7F;
}
</style>
border-color css
<style>
span { border-color: #375F7F; }
span { border-color: rgb(55,95,127); }
td.TdClassName
{
border-color: #375F7F;
}
.TagClassName
{
border-color: #375F7F;
}
</style>