Shades of Matisse #3E5974
Tints of Matisse #3E5974
RGB
CMYK
RGB Variations
Color information
#3E5974 (or 0x3E5974) is known color: Matisse. HEX triplet: 3E, 59 and 74. RGB value is (62,89,116). Sum of RGB (Red+Green+Blue) = 62+89+116=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #3E5974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5974 is #C1A68B. Grayscale: #535353. Windows color (decimal): -12691084 or 7625022. OLE color: 7625022.
HSL color Cylindrical-coordinate representation of color #3E5974: hue angle of 210º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E5974 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 62 | 89 | 116 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.55 |
| HSL | 210º | 0.3% | 0.35% | - |
| HSV(B) | 210º | 0.47% | 0.45% | - |
| XYZ | 8.71 | 9.43 | 17.88 | - |
| YUV | 84.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 89 | 116 | 0.47 | 0.23 | 0 | 0.55 | 210 | 0.3 | 0.35 |
| Hex | 3E | 59 | 74 | 2F | 17 | 0 | 37 | D2 | 1E | 23 |
| Octal | 76 | 131 | 164 | 57 | 27 | 0 | 67 | 322 | 36 | 43 |
| Binary | 111110 | 1011001 | 1110100 | 101111 | 10111 | 0 | 110111 | 11010010 | 11110 | 100011 |
Color Harmonies of #3E5974
Complementary color
Monochromatic Colors of #3E5974
Black with #3E5974
Text Example
Text Example
White with #3E5974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5974; }
p { color: rgb(62,89,116); }
H1.HeaderClassName
{
color: #3E5974;
}
.AnyTagClassName
{
color: #3E5974;
}
</style>
background-color css
<style>
a { background-color: #3E5974; }
a { background-color: rgb(62,89,116); }
div.DivClassName
{
background-color: #3E5974;
}
.BgClassName
{
background-color: #3E5974;
}
</style>
border-color css
<style>
span { border-color: #3E5974; }
span { border-color: rgb(62,89,116); }
td.TdClassName
{
border-color: #3E5974;
}
.TagClassName
{
border-color: #3E5974;
}
</style>