Shades of Matisse #3F5D71
Tints of Matisse #3F5D71
RGB
CMYK
RGB Variations
Color information
#3F5D71 (or 0x3F5D71) is known color: Matisse. HEX triplet: 3F, 5D and 71. RGB value is (63,93,113). Sum of RGB (Red+Green+Blue) = 63+93+113=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F5D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5D71 is #C0A28E. Grayscale: #565656. Windows color (decimal): -12624527 or 7429439. OLE color: 7429439.
HSL color Cylindrical-coordinate representation of color #3F5D71: hue angle of 204º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F5D71 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 93 | 113 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.56 |
| HSL | 204º | 0.28% | 0.35% | - |
| HSV(B) | 204º | 0.44% | 0.44% | - |
| XYZ | 8.94 | 10.08 | 17.1 | - |
| YUV | 86.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 113 | 0.44 | 0.18 | 0 | 0.56 | 204 | 0.28 | 0.35 |
| Hex | 3F | 5D | 71 | 2C | 12 | 0 | 38 | CC | 1C | 23 |
| Octal | 77 | 135 | 161 | 54 | 22 | 0 | 70 | 314 | 34 | 43 |
| Binary | 111111 | 1011101 | 1110001 | 101100 | 10010 | 0 | 111000 | 11001100 | 11100 | 100011 |
Color Harmonies of #3F5D71
Complementary color
Monochromatic Colors of #3F5D71
Black with #3F5D71
Text Example
Text Example
White with #3F5D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5D71; }
p { color: rgb(63,93,113); }
H1.HeaderClassName
{
color: #3F5D71;
}
.AnyTagClassName
{
color: #3F5D71;
}
</style>
background-color css
<style>
a { background-color: #3F5D71; }
a { background-color: rgb(63,93,113); }
div.DivClassName
{
background-color: #3F5D71;
}
.BgClassName
{
background-color: #3F5D71;
}
</style>
border-color css
<style>
span { border-color: #3F5D71; }
span { border-color: rgb(63,93,113); }
td.TdClassName
{
border-color: #3F5D71;
}
.TagClassName
{
border-color: #3F5D71;
}
</style>