Shades of Matisse #375D85
Tints of Matisse #375D85
RGB
CMYK
RGB Variations
Color information
#375D85 (or 0x375D85) is known color: Matisse. HEX triplet: 37, 5D and 85. RGB value is (55,93,133). Sum of RGB (Red+Green+Blue) = 55+93+133=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #375D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375D85 is #C8A27A. Grayscale: #565656. Windows color (decimal): -13148795 or 8740151. OLE color: 8740151.
HSL color Cylindrical-coordinate representation of color #375D85: hue angle of 210.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #375D85 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 93 | 133 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.48 |
| HSL | 210.77º | 0.41% | 0.37% | - |
| HSV(B) | 210.77º | 0.59% | 0.52% | - |
| XYZ | 9.72 | 10.33 | 23.67 | - |
| YUV | 86.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 133 | 0.59 | 0.30 | 0 | 0.48 | 210.77 | 0.41 | 0.37 |
| Hex | 37 | 5D | 85 | 3B | 1E | 0 | 30 | D3 | 29 | 25 |
| Octal | 67 | 135 | 205 | 73 | 36 | 0 | 60 | 323 | 51 | 45 |
| Binary | 110111 | 1011101 | 10000101 | 111011 | 11110 | 0 | 110000 | 11010011 | 101001 | 100101 |
Color Harmonies of #375D85
Complementary color
Monochromatic Colors of #375D85
Black with #375D85
Text Example
Text Example
White with #375D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375D85; }
p { color: rgb(55,93,133); }
H1.HeaderClassName
{
color: #375D85;
}
.AnyTagClassName
{
color: #375D85;
}
</style>
background-color css
<style>
a { background-color: #375D85; }
a { background-color: rgb(55,93,133); }
div.DivClassName
{
background-color: #375D85;
}
.BgClassName
{
background-color: #375D85;
}
</style>
border-color css
<style>
span { border-color: #375D85; }
span { border-color: rgb(55,93,133); }
td.TdClassName
{
border-color: #375D85;
}
.TagClassName
{
border-color: #375D85;
}
</style>