Shades of Matisse #3F5976
Tints of Matisse #3F5976
RGB
CMYK
RGB Variations
Color information
#3F5976 (or 0x3F5976) is known color: Matisse. HEX triplet: 3F, 59 and 76. RGB value is (63,89,118). Sum of RGB (Red+Green+Blue) = 63+89+118=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F5976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5976 is #C0A689. Grayscale: #545454. Windows color (decimal): -12625546 or 7756095. OLE color: 7756095.
HSL color Cylindrical-coordinate representation of color #3F5976: hue angle of 211.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F5976 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 89 | 118 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.54 |
| HSL | 211.64º | 0.3% | 0.35% | - |
| HSV(B) | 211.64º | 0.47% | 0.46% | - |
| XYZ | 8.89 | 9.51 | 18.51 | - |
| YUV | 84.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 89 | 118 | 0.47 | 0.25 | 0 | 0.54 | 211.64 | 0.3 | 0.35 |
| Hex | 3F | 59 | 76 | 2F | 19 | 0 | 36 | D4 | 1E | 23 |
| Octal | 77 | 131 | 166 | 57 | 31 | 0 | 66 | 324 | 36 | 43 |
| Binary | 111111 | 1011001 | 1110110 | 101111 | 11001 | 0 | 110110 | 11010100 | 11110 | 100011 |
Color Harmonies of #3F5976
Complementary color
Monochromatic Colors of #3F5976
Black with #3F5976
Text Example
Text Example
White with #3F5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5976; }
p { color: rgb(63,89,118); }
H1.HeaderClassName
{
color: #3F5976;
}
.AnyTagClassName
{
color: #3F5976;
}
</style>
background-color css
<style>
a { background-color: #3F5976; }
a { background-color: rgb(63,89,118); }
div.DivClassName
{
background-color: #3F5976;
}
.BgClassName
{
background-color: #3F5976;
}
</style>
border-color css
<style>
span { border-color: #3F5976; }
span { border-color: rgb(63,89,118); }
td.TdClassName
{
border-color: #3F5976;
}
.TagClassName
{
border-color: #3F5976;
}
</style>