Shades of Matisse #3E5972
Tints of Matisse #3E5972
RGB
CMYK
RGB Variations
Color information
#3E5972 (or 0x3E5972) is known color: Matisse. HEX triplet: 3E, 59 and 72. RGB value is (62,89,114). Sum of RGB (Red+Green+Blue) = 62+89+114=265 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.40% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E5972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5972 is #C1A68D. Grayscale: #535353. Windows color (decimal): -12691086 or 7493950. OLE color: 7493950.
HSL color Cylindrical-coordinate representation of color #3E5972: hue angle of 208.85º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E5972 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 89 | 114 | - |
| CMYK | 0.46 | 0.22 | 0 | 0.55 |
| HSL | 208.85º | 0.3% | 0.35% | - |
| HSV(B) | 208.85º | 0.46% | 0.45% | - |
| XYZ | 8.6 | 9.38 | 17.28 | - |
| YUV | 83.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 89 | 114 | 0.46 | 0.22 | 0 | 0.55 | 208.85 | 0.3 | 0.35 |
| Hex | 3E | 59 | 72 | 2E | 16 | 0 | 37 | D1 | 1E | 23 |
| Octal | 76 | 131 | 162 | 56 | 26 | 0 | 67 | 321 | 36 | 43 |
| Binary | 111110 | 1011001 | 1110010 | 101110 | 10110 | 0 | 110111 | 11010001 | 11110 | 100011 |
Color Harmonies of #3E5972
Complementary color
Monochromatic Colors of #3E5972
Black with #3E5972
Text Example
Text Example
White with #3E5972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5972; }
p { color: rgb(62,89,114); }
H1.HeaderClassName
{
color: #3E5972;
}
.AnyTagClassName
{
color: #3E5972;
}
</style>
background-color css
<style>
a { background-color: #3E5972; }
a { background-color: rgb(62,89,114); }
div.DivClassName
{
background-color: #3E5972;
}
.BgClassName
{
background-color: #3E5972;
}
</style>
border-color css
<style>
span { border-color: #3E5972; }
span { border-color: rgb(62,89,114); }
td.TdClassName
{
border-color: #3E5972;
}
.TagClassName
{
border-color: #3E5972;
}
</style>