Shades of Matisse #3F6087
Tints of Matisse #3F6087
RGB
CMYK
RGB Variations
Color information
#3F6087 (or 0x3F6087) is known color: Matisse. HEX triplet: 3F, 60 and 87. RGB value is (63,96,135). Sum of RGB (Red+Green+Blue) = 63+96+135=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F6087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6087 is #C09F78. Grayscale: #5A5A5A. Windows color (decimal): -12623737 or 8871999. OLE color: 8871999.
HSL color Cylindrical-coordinate representation of color #3F6087: hue angle of 212.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F6087 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 96 | 135 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.47 |
| HSL | 212.5º | 0.36% | 0.39% | - |
| HSV(B) | 212.5º | 0.53% | 0.53% | - |
| XYZ | 10.61 | 11.17 | 24.52 | - |
| YUV | 90.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 135 | 0.53 | 0.29 | 0 | 0.47 | 212.5 | 0.36 | 0.39 |
| Hex | 3F | 60 | 87 | 35 | 1D | 0 | 2F | D4 | 24 | 27 |
| Octal | 77 | 140 | 207 | 65 | 35 | 0 | 57 | 324 | 44 | 47 |
| Binary | 111111 | 1100000 | 10000111 | 110101 | 11101 | 0 | 101111 | 11010100 | 100100 | 100111 |
Color Harmonies of #3F6087
Complementary color
Monochromatic Colors of #3F6087
Black with #3F6087
Text Example
Text Example
White with #3F6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6087; }
p { color: rgb(63,96,135); }
H1.HeaderClassName
{
color: #3F6087;
}
.AnyTagClassName
{
color: #3F6087;
}
</style>
background-color css
<style>
a { background-color: #3F6087; }
a { background-color: rgb(63,96,135); }
div.DivClassName
{
background-color: #3F6087;
}
.BgClassName
{
background-color: #3F6087;
}
</style>
border-color css
<style>
span { border-color: #3F6087; }
span { border-color: rgb(63,96,135); }
td.TdClassName
{
border-color: #3F6087;
}
.TagClassName
{
border-color: #3F6087;
}
</style>