Shades of Matisse #375D87
Tints of Matisse #375D87
RGB
CMYK
RGB Variations
Color information
#375D87 (or 0x375D87) is known color: Matisse. HEX triplet: 37, 5D and 87. RGB value is (55,93,135). Sum of RGB (Red+Green+Blue) = 55+93+135=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #375D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375D87 is #C8A278. Grayscale: #565656. Windows color (decimal): -13148793 or 8871223. OLE color: 8871223.
HSL color Cylindrical-coordinate representation of color #375D87: hue angle of 211.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375D87 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 93 | 135 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.47 |
| HSL | 211.5º | 0.42% | 0.37% | - |
| HSV(B) | 211.5º | 0.59% | 0.53% | - |
| XYZ | 9.86 | 10.39 | 24.41 | - |
| YUV | 86.43 | 155.41 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 135 | 0.59 | 0.31 | 0 | 0.47 | 211.5 | 0.42 | 0.37 |
| Hex | 37 | 5D | 87 | 3B | 1F | 0 | 2F | D4 | 2A | 25 |
| Octal | 67 | 135 | 207 | 73 | 37 | 0 | 57 | 324 | 52 | 45 |
| Binary | 110111 | 1011101 | 10000111 | 111011 | 11111 | 0 | 101111 | 11010100 | 101010 | 100101 |
Color Harmonies of #375D87
Complementary color
Monochromatic Colors of #375D87
Black with #375D87
Text Example
Text Example
White with #375D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D87; }
p { color: rgb(55,93,135); }
H1.HeaderClassName
{
color: #375D87;
}
.AnyTagClassName
{
color: #375D87;
}
</style>
background-color css
<style>
a { background-color: #375D87; }
a { background-color: rgb(55,93,135); }
div.DivClassName
{
background-color: #375D87;
}
.BgClassName
{
background-color: #375D87;
}
</style>
border-color css
<style>
span { border-color: #375D87; }
span { border-color: rgb(55,93,135); }
td.TdClassName
{
border-color: #375D87;
}
.TagClassName
{
border-color: #375D87;
}
</style>