Shades of Matisse #3F5D84
Tints of Matisse #3F5D84
RGB
CMYK
RGB Variations
Color information
#3F5D84 (or 0x3F5D84) is known color: Matisse. HEX triplet: 3F, 5D and 84. RGB value is (63,93,132). Sum of RGB (Red+Green+Blue) = 63+93+132=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #3F5D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5D84 is #C0A27B. Grayscale: #585858. Windows color (decimal): -12624508 or 8674623. OLE color: 8674623.
HSL color Cylindrical-coordinate representation of color #3F5D84: hue angle of 213.91º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F5D84 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 93 | 132 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.48 |
| HSL | 213.91º | 0.35% | 0.38% | - |
| HSV(B) | 213.91º | 0.52% | 0.52% | - |
| XYZ | 10.13 | 10.55 | 23.33 | - |
| YUV | 88.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 93 | 132 | 0.52 | 0.30 | 0 | 0.48 | 213.91 | 0.35 | 0.38 |
| Hex | 3F | 5D | 84 | 34 | 1E | 0 | 30 | D6 | 23 | 26 |
| Octal | 77 | 135 | 204 | 64 | 36 | 0 | 60 | 326 | 43 | 46 |
| Binary | 111111 | 1011101 | 10000100 | 110100 | 11110 | 0 | 110000 | 11010110 | 100011 | 100110 |
Color Harmonies of #3F5D84
Complementary color
Monochromatic Colors of #3F5D84
Black with #3F5D84
Text Example
Text Example
White with #3F5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5D84; }
p { color: rgb(63,93,132); }
H1.HeaderClassName
{
color: #3F5D84;
}
.AnyTagClassName
{
color: #3F5D84;
}
</style>
background-color css
<style>
a { background-color: #3F5D84; }
a { background-color: rgb(63,93,132); }
div.DivClassName
{
background-color: #3F5D84;
}
.BgClassName
{
background-color: #3F5D84;
}
</style>
border-color css
<style>
span { border-color: #3F5D84; }
span { border-color: rgb(63,93,132); }
td.TdClassName
{
border-color: #3F5D84;
}
.TagClassName
{
border-color: #3F5D84;
}
</style>