Shades of Matisse #3F5B76
Tints of Matisse #3F5B76
RGB
CMYK
RGB Variations
Color information
#3F5B76 (or 0x3F5B76) is known color: Matisse. HEX triplet: 3F, 5B and 76. RGB value is (63,91,118). Sum of RGB (Red+Green+Blue) = 63+91+118=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F5B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B76 is #C0A489. Grayscale: #555555. Windows color (decimal): -12625034 or 7756607. OLE color: 7756607.
HSL color Cylindrical-coordinate representation of color #3F5B76: hue angle of 209.45º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F5B76 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 91 | 118 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.54 |
| HSL | 209.45º | 0.3% | 0.35% | - |
| HSV(B) | 209.45º | 0.47% | 0.46% | - |
| XYZ | 9.06 | 9.85 | 18.56 | - |
| YUV | 85.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 118 | 0.47 | 0.23 | 0 | 0.54 | 209.45 | 0.3 | 0.35 |
| Hex | 3F | 5B | 76 | 2F | 17 | 0 | 36 | D1 | 1E | 23 |
| Octal | 77 | 133 | 166 | 57 | 27 | 0 | 66 | 321 | 36 | 43 |
| Binary | 111111 | 1011011 | 1110110 | 101111 | 10111 | 0 | 110110 | 11010001 | 11110 | 100011 |
Color Harmonies of #3F5B76
Complementary color
Monochromatic Colors of #3F5B76
Black with #3F5B76
Text Example
Text Example
White with #3F5B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B76; }
p { color: rgb(63,91,118); }
H1.HeaderClassName
{
color: #3F5B76;
}
.AnyTagClassName
{
color: #3F5B76;
}
</style>
background-color css
<style>
a { background-color: #3F5B76; }
a { background-color: rgb(63,91,118); }
div.DivClassName
{
background-color: #3F5B76;
}
.BgClassName
{
background-color: #3F5B76;
}
</style>
border-color css
<style>
span { border-color: #3F5B76; }
span { border-color: rgb(63,91,118); }
td.TdClassName
{
border-color: #3F5B76;
}
.TagClassName
{
border-color: #3F5B76;
}
</style>