Shades of Matisse #3F5F76
Tints of Matisse #3F5F76
RGB
CMYK
RGB Variations
Color information
#3F5F76 (or 0x3F5F76) is known color: Matisse. HEX triplet: 3F, 5F and 76. RGB value is (63,95,118). Sum of RGB (Red+Green+Blue) = 63+95+118=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F5F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5F76 is #C0A089. Grayscale: #575757. Windows color (decimal): -12624010 or 7757631. OLE color: 7757631.
HSL color Cylindrical-coordinate representation of color #3F5F76: hue angle of 205.09º 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 #3F5F76 is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 95 | 118 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.54 |
| HSL | 205.09º | 0.3% | 0.35% | - |
| HSV(B) | 205.09º | 0.47% | 0.46% | - |
| XYZ | 9.41 | 10.55 | 18.68 | - |
| YUV | 88.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 118 | 0.47 | 0.19 | 0 | 0.54 | 205.09 | 0.3 | 0.35 |
| Hex | 3F | 5F | 76 | 2F | 13 | 0 | 36 | CD | 1E | 23 |
| Octal | 77 | 137 | 166 | 57 | 23 | 0 | 66 | 315 | 36 | 43 |
| Binary | 111111 | 1011111 | 1110110 | 101111 | 10011 | 0 | 110110 | 11001101 | 11110 | 100011 |
Color Harmonies of #3F5F76
Complementary color
Monochromatic Colors of #3F5F76
Black with #3F5F76
Text Example
Text Example
White with #3F5F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F76; }
p { color: rgb(63,95,118); }
H1.HeaderClassName
{
color: #3F5F76;
}
.AnyTagClassName
{
color: #3F5F76;
}
</style>
background-color css
<style>
a { background-color: #3F5F76; }
a { background-color: rgb(63,95,118); }
div.DivClassName
{
background-color: #3F5F76;
}
.BgClassName
{
background-color: #3F5F76;
}
</style>
border-color css
<style>
span { border-color: #3F5F76; }
span { border-color: rgb(63,95,118); }
td.TdClassName
{
border-color: #3F5F76;
}
.TagClassName
{
border-color: #3F5F76;
}
</style>