Shades of Matisse #3F5C72
Tints of Matisse #3F5C72
RGB
CMYK
RGB Variations
Color information
#3F5C72 (or 0x3F5C72) is known color: Matisse. HEX triplet: 3F, 5C and 72. RGB value is (63,92,114). Sum of RGB (Red+Green+Blue) = 63+92+114=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F5C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5C72 is #C0A38D. Grayscale: #555555. Windows color (decimal): -12624782 or 7494719. OLE color: 7494719.
HSL color Cylindrical-coordinate representation of color #3F5C72: hue angle of 205.88º 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 #3F5C72 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 92 | 114 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.55 |
| HSL | 205.88º | 0.29% | 0.35% | - |
| HSV(B) | 205.88º | 0.45% | 0.45% | - |
| XYZ | 8.91 | 9.93 | 17.37 | - |
| YUV | 85.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 92 | 114 | 0.45 | 0.19 | 0 | 0.55 | 205.88 | 0.29 | 0.35 |
| Hex | 3F | 5C | 72 | 2D | 13 | 0 | 37 | CE | 1D | 23 |
| Octal | 77 | 134 | 162 | 55 | 23 | 0 | 67 | 316 | 35 | 43 |
| Binary | 111111 | 1011100 | 1110010 | 101101 | 10011 | 0 | 110111 | 11001110 | 11101 | 100011 |
Color Harmonies of #3F5C72
Complementary color
Monochromatic Colors of #3F5C72
Black with #3F5C72
Text Example
Text Example
White with #3F5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5C72; }
p { color: rgb(63,92,114); }
H1.HeaderClassName
{
color: #3F5C72;
}
.AnyTagClassName
{
color: #3F5C72;
}
</style>
background-color css
<style>
a { background-color: #3F5C72; }
a { background-color: rgb(63,92,114); }
div.DivClassName
{
background-color: #3F5C72;
}
.BgClassName
{
background-color: #3F5C72;
}
</style>
border-color css
<style>
span { border-color: #3F5C72; }
span { border-color: rgb(63,92,114); }
td.TdClassName
{
border-color: #3F5C72;
}
.TagClassName
{
border-color: #3F5C72;
}
</style>