Shades of Matisse #375C86
Tints of Matisse #375C86
RGB
CMYK
RGB Variations
Color information
#375C86 (or 0x375C86) is known color: Matisse. HEX triplet: 37, 5C and 86. RGB value is (55,92,134). Sum of RGB (Red+Green+Blue) = 55+92+134=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #375C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375C86 is #C8A379. Grayscale: #555555. Windows color (decimal): -13149050 or 8805431. OLE color: 8805431.
HSL color Cylindrical-coordinate representation of color #375C86: hue angle of 211.9º 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 #375C86 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 92 | 134 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.47 |
| HSL | 211.9º | 0.42% | 0.37% | - |
| HSV(B) | 211.9º | 0.59% | 0.53% | - |
| XYZ | 9.71 | 10.19 | 24.01 | - |
| YUV | 85.73 | 155.24 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 134 | 0.59 | 0.31 | 0 | 0.47 | 211.9 | 0.42 | 0.37 |
| Hex | 37 | 5C | 86 | 3B | 1F | 0 | 2F | D4 | 2A | 25 |
| Octal | 67 | 134 | 206 | 73 | 37 | 0 | 57 | 324 | 52 | 45 |
| Binary | 110111 | 1011100 | 10000110 | 111011 | 11111 | 0 | 101111 | 11010100 | 101010 | 100101 |
Color Harmonies of #375C86
Complementary color
Monochromatic Colors of #375C86
Black with #375C86
Text Example
Text Example
White with #375C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375C86; }
p { color: rgb(55,92,134); }
H1.HeaderClassName
{
color: #375C86;
}
.AnyTagClassName
{
color: #375C86;
}
</style>
background-color css
<style>
a { background-color: #375C86; }
a { background-color: rgb(55,92,134); }
div.DivClassName
{
background-color: #375C86;
}
.BgClassName
{
background-color: #375C86;
}
</style>
border-color css
<style>
span { border-color: #375C86; }
span { border-color: rgb(55,92,134); }
td.TdClassName
{
border-color: #375C86;
}
.TagClassName
{
border-color: #375C86;
}
</style>