Shades of Matisse #3F5C73
Tints of Matisse #3F5C73
RGB
CMYK
RGB Variations
Color information
#3F5C73 (or 0x3F5C73) is known color: Matisse. HEX triplet: 3F, 5C and 73. RGB value is (63,92,115). Sum of RGB (Red+Green+Blue) = 63+92+115=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F5C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5C73 is #C0A38C. Grayscale: #555555. Windows color (decimal): -12624781 or 7560255. OLE color: 7560255.
HSL color Cylindrical-coordinate representation of color #3F5C73: hue angle of 206.54º 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 #3F5C73 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 92 | 115 | - |
| CMYK | 0.45 | 0.20 | 0 | 0.55 |
| HSL | 206.54º | 0.29% | 0.35% | - |
| HSV(B) | 206.54º | 0.45% | 0.45% | - |
| XYZ | 8.97 | 9.95 | 17.67 | - |
| YUV | 85.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 92 | 115 | 0.45 | 0.20 | 0 | 0.55 | 206.54 | 0.29 | 0.35 |
| Hex | 3F | 5C | 73 | 2D | 14 | 0 | 37 | CF | 1D | 23 |
| Octal | 77 | 134 | 163 | 55 | 24 | 0 | 67 | 317 | 35 | 43 |
| Binary | 111111 | 1011100 | 1110011 | 101101 | 10100 | 0 | 110111 | 11001111 | 11101 | 100011 |
Color Harmonies of #3F5C73
Complementary color
Monochromatic Colors of #3F5C73
Black with #3F5C73
Text Example
Text Example
White with #3F5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5C73; }
p { color: rgb(63,92,115); }
H1.HeaderClassName
{
color: #3F5C73;
}
.AnyTagClassName
{
color: #3F5C73;
}
</style>
background-color css
<style>
a { background-color: #3F5C73; }
a { background-color: rgb(63,92,115); }
div.DivClassName
{
background-color: #3F5C73;
}
.BgClassName
{
background-color: #3F5C73;
}
</style>
border-color css
<style>
span { border-color: #3F5C73; }
span { border-color: rgb(63,92,115); }
td.TdClassName
{
border-color: #3F5C73;
}
.TagClassName
{
border-color: #3F5C73;
}
</style>