Shades of Matisse #3F5B77
Tints of Matisse #3F5B77
RGB
CMYK
RGB Variations
Color information
#3F5B77 (or 0x3F5B77) is known color: Matisse. HEX triplet: 3F, 5B and 77. RGB value is (63,91,119). Sum of RGB (Red+Green+Blue) = 63+91+119=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F5B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B77 is #C0A488. Grayscale: #555555. Windows color (decimal): -12625033 or 7822143. OLE color: 7822143.
HSL color Cylindrical-coordinate representation of color #3F5B77: hue angle of 210º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F5B77 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 91 | 119 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.53 |
| HSL | 210º | 0.31% | 0.36% | - |
| HSV(B) | 210º | 0.47% | 0.47% | - |
| XYZ | 9.12 | 9.87 | 18.88 | - |
| YUV | 85.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 119 | 0.47 | 0.24 | 0 | 0.53 | 210 | 0.31 | 0.36 |
| Hex | 3F | 5B | 77 | 2F | 18 | 0 | 35 | D2 | 1F | 24 |
| Octal | 77 | 133 | 167 | 57 | 30 | 0 | 65 | 322 | 37 | 44 |
| Binary | 111111 | 1011011 | 1110111 | 101111 | 11000 | 0 | 110101 | 11010010 | 11111 | 100100 |
Color Harmonies of #3F5B77
Complementary color
Monochromatic Colors of #3F5B77
Black with #3F5B77
Text Example
Text Example
White with #3F5B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B77; }
p { color: rgb(63,91,119); }
H1.HeaderClassName
{
color: #3F5B77;
}
.AnyTagClassName
{
color: #3F5B77;
}
</style>
background-color css
<style>
a { background-color: #3F5B77; }
a { background-color: rgb(63,91,119); }
div.DivClassName
{
background-color: #3F5B77;
}
.BgClassName
{
background-color: #3F5B77;
}
</style>
border-color css
<style>
span { border-color: #3F5B77; }
span { border-color: rgb(63,91,119); }
td.TdClassName
{
border-color: #3F5B77;
}
.TagClassName
{
border-color: #3F5B77;
}
</style>