Shades of Matisse #3F6081
Tints of Matisse #3F6081
RGB
CMYK
RGB Variations
Color information
#3F6081 (or 0x3F6081) is known color: Matisse. HEX triplet: 3F, 60 and 81. RGB value is (63,96,129). Sum of RGB (Red+Green+Blue) = 63+96+129=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F6081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6081 is #C09F7E. Grayscale: #595959. Windows color (decimal): -12623743 or 8478783. OLE color: 8478783.
HSL color Cylindrical-coordinate representation of color #3F6081: hue angle of 210º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F6081 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 96 | 129 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.49 |
| HSL | 210º | 0.34% | 0.38% | - |
| HSV(B) | 210º | 0.51% | 0.51% | - |
| XYZ | 10.2 | 11.01 | 22.36 | - |
| YUV | 89.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 129 | 0.51 | 0.26 | 0 | 0.49 | 210 | 0.34 | 0.38 |
| Hex | 3F | 60 | 81 | 33 | 1A | 0 | 31 | D2 | 22 | 26 |
| Octal | 77 | 140 | 201 | 63 | 32 | 0 | 61 | 322 | 42 | 46 |
| Binary | 111111 | 1100000 | 10000001 | 110011 | 11010 | 0 | 110001 | 11010010 | 100010 | 100110 |
Color Harmonies of #3F6081
Complementary color
Monochromatic Colors of #3F6081
Black with #3F6081
Text Example
Text Example
White with #3F6081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6081; }
p { color: rgb(63,96,129); }
H1.HeaderClassName
{
color: #3F6081;
}
.AnyTagClassName
{
color: #3F6081;
}
</style>
background-color css
<style>
a { background-color: #3F6081; }
a { background-color: rgb(63,96,129); }
div.DivClassName
{
background-color: #3F6081;
}
.BgClassName
{
background-color: #3F6081;
}
</style>
border-color css
<style>
span { border-color: #3F6081; }
span { border-color: rgb(63,96,129); }
td.TdClassName
{
border-color: #3F6081;
}
.TagClassName
{
border-color: #3F6081;
}
</style>