Shades of Matisse #375C85
Tints of Matisse #375C85
RGB
CMYK
RGB Variations
Color information
#375C85 (or 0x375C85) is known color: Matisse. HEX triplet: 37, 5C and 85. RGB value is (55,92,133). Sum of RGB (Red+Green+Blue) = 55+92+133=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #375C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C85 is #C8A37A. Grayscale: #555555. Windows color (decimal): -13149051 or 8739895. OLE color: 8739895.
HSL color Cylindrical-coordinate representation of color #375C85: hue angle of 211.54º 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 #375C85 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 92 | 133 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.48 |
| HSL | 211.54º | 0.41% | 0.37% | - |
| HSV(B) | 211.54º | 0.59% | 0.52% | - |
| XYZ | 9.64 | 10.16 | 23.64 | - |
| YUV | 85.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 133 | 0.59 | 0.31 | 0 | 0.48 | 211.54 | 0.41 | 0.37 |
| Hex | 37 | 5C | 85 | 3B | 1F | 0 | 30 | D4 | 29 | 25 |
| Octal | 67 | 134 | 205 | 73 | 37 | 0 | 60 | 324 | 51 | 45 |
| Binary | 110111 | 1011100 | 10000101 | 111011 | 11111 | 0 | 110000 | 11010100 | 101001 | 100101 |
Color Harmonies of #375C85
Complementary color
Monochromatic Colors of #375C85
Black with #375C85
Text Example
Text Example
White with #375C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C85; }
p { color: rgb(55,92,133); }
H1.HeaderClassName
{
color: #375C85;
}
.AnyTagClassName
{
color: #375C85;
}
</style>
background-color css
<style>
a { background-color: #375C85; }
a { background-color: rgb(55,92,133); }
div.DivClassName
{
background-color: #375C85;
}
.BgClassName
{
background-color: #375C85;
}
</style>
border-color css
<style>
span { border-color: #375C85; }
span { border-color: rgb(55,92,133); }
td.TdClassName
{
border-color: #375C85;
}
.TagClassName
{
border-color: #375C85;
}
</style>