Shades of Matisse #3F5F74
Tints of Matisse #3F5F74
RGB
CMYK
RGB Variations
Color information
#3F5F74 (or 0x3F5F74) is known color: Matisse. HEX triplet: 3F, 5F and 74. RGB value is (63,95,116). Sum of RGB (Red+Green+Blue) = 63+95+116=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F5F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5F74 is #C0A08B. Grayscale: #575757. Windows color (decimal): -12624012 or 7626559. OLE color: 7626559.
HSL color Cylindrical-coordinate representation of color #3F5F74: hue angle of 203.77º 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 #3F5F74 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 95 | 116 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.55 |
| HSL | 203.77º | 0.3% | 0.35% | - |
| HSV(B) | 203.77º | 0.46% | 0.45% | - |
| XYZ | 9.29 | 10.5 | 18.06 | - |
| YUV | 87.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 116 | 0.46 | 0.18 | 0 | 0.55 | 203.77 | 0.3 | 0.35 |
| Hex | 3F | 5F | 74 | 2E | 12 | 0 | 37 | CC | 1E | 23 |
| Octal | 77 | 137 | 164 | 56 | 22 | 0 | 67 | 314 | 36 | 43 |
| Binary | 111111 | 1011111 | 1110100 | 101110 | 10010 | 0 | 110111 | 11001100 | 11110 | 100011 |
Color Harmonies of #3F5F74
Complementary color
Monochromatic Colors of #3F5F74
Black with #3F5F74
Text Example
Text Example
White with #3F5F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F74; }
p { color: rgb(63,95,116); }
H1.HeaderClassName
{
color: #3F5F74;
}
.AnyTagClassName
{
color: #3F5F74;
}
</style>
background-color css
<style>
a { background-color: #3F5F74; }
a { background-color: rgb(63,95,116); }
div.DivClassName
{
background-color: #3F5F74;
}
.BgClassName
{
background-color: #3F5F74;
}
</style>
border-color css
<style>
span { border-color: #3F5F74; }
span { border-color: rgb(63,95,116); }
td.TdClassName
{
border-color: #3F5F74;
}
.TagClassName
{
border-color: #3F5F74;
}
</style>