Shades of Matisse #3F5B82
Tints of Matisse #3F5B82
RGB
CMYK
RGB Variations
Color information
#3F5B82 (or 0x3F5B82) is known color: Matisse. HEX triplet: 3F, 5B and 82. RGB value is (63,91,130). Sum of RGB (Red+Green+Blue) = 63+91+130=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F5B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5B82 is #C0A47D. Grayscale: #565656. Windows color (decimal): -12625022 or 8543039. OLE color: 8543039.
HSL color Cylindrical-coordinate representation of color #3F5B82: hue angle of 214.93º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F5B82 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 91 | 130 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.49 |
| HSL | 214.93º | 0.35% | 0.38% | - |
| HSV(B) | 214.93º | 0.52% | 0.51% | - |
| XYZ | 9.82 | 10.15 | 22.56 | - |
| YUV | 87.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 130 | 0.52 | 0.30 | 0 | 0.49 | 214.93 | 0.35 | 0.38 |
| Hex | 3F | 5B | 82 | 34 | 1E | 0 | 31 | D7 | 23 | 26 |
| Octal | 77 | 133 | 202 | 64 | 36 | 0 | 61 | 327 | 43 | 46 |
| Binary | 111111 | 1011011 | 10000010 | 110100 | 11110 | 0 | 110001 | 11010111 | 100011 | 100110 |
Color Harmonies of #3F5B82
Complementary color
Monochromatic Colors of #3F5B82
Black with #3F5B82
Text Example
Text Example
White with #3F5B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B82; }
p { color: rgb(63,91,130); }
H1.HeaderClassName
{
color: #3F5B82;
}
.AnyTagClassName
{
color: #3F5B82;
}
</style>
background-color css
<style>
a { background-color: #3F5B82; }
a { background-color: rgb(63,91,130); }
div.DivClassName
{
background-color: #3F5B82;
}
.BgClassName
{
background-color: #3F5B82;
}
</style>
border-color css
<style>
span { border-color: #3F5B82; }
span { border-color: rgb(63,91,130); }
td.TdClassName
{
border-color: #3F5B82;
}
.TagClassName
{
border-color: #3F5B82;
}
</style>