Shades of Matisse #3F5973
Tints of Matisse #3F5973
RGB
CMYK
RGB Variations
Color information
#3F5973 (or 0x3F5973) is known color: Matisse. HEX triplet: 3F, 59 and 73. RGB value is (63,89,115). Sum of RGB (Red+Green+Blue) = 63+89+115=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F5973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5973 is #C0A68C. Grayscale: #545454. Windows color (decimal): -12625549 or 7559487. OLE color: 7559487.
HSL color Cylindrical-coordinate representation of color #3F5973: hue angle of 210º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F5973 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 89 | 115 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.55 |
| HSL | 210º | 0.29% | 0.35% | - |
| HSV(B) | 210º | 0.45% | 0.45% | - |
| XYZ | 8.72 | 9.44 | 17.58 | - |
| YUV | 84.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 115 | 0.45 | 0.23 | 0 | 0.55 | 210 | 0.29 | 0.35 |
| Hex | 3F | 59 | 73 | 2D | 17 | 0 | 37 | D2 | 1D | 23 |
| Octal | 77 | 131 | 163 | 55 | 27 | 0 | 67 | 322 | 35 | 43 |
| Binary | 111111 | 1011001 | 1110011 | 101101 | 10111 | 0 | 110111 | 11010010 | 11101 | 100011 |
Color Harmonies of #3F5973
Complementary color
Monochromatic Colors of #3F5973
Black with #3F5973
Text Example
Text Example
White with #3F5973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5973; }
p { color: rgb(63,89,115); }
H1.HeaderClassName
{
color: #3F5973;
}
.AnyTagClassName
{
color: #3F5973;
}
</style>
background-color css
<style>
a { background-color: #3F5973; }
a { background-color: rgb(63,89,115); }
div.DivClassName
{
background-color: #3F5973;
}
.BgClassName
{
background-color: #3F5973;
}
</style>
border-color css
<style>
span { border-color: #3F5973; }
span { border-color: rgb(63,89,115); }
td.TdClassName
{
border-color: #3F5973;
}
.TagClassName
{
border-color: #3F5973;
}
</style>