Shades of Matisse #3F5F8A
Tints of Matisse #3F5F8A
RGB
CMYK
RGB Variations
Color information
#3F5F8A (or 0x3F5F8A) is known color: Matisse. HEX triplet: 3F, 5F and 8A. RGB value is (63,95,138). Sum of RGB (Red+Green+Blue) = 63+95+138=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F5F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5F8A is #C0A075. Grayscale: #5A5A5A. Windows color (decimal): -12623990 or 9068351. OLE color: 9068351.
HSL color Cylindrical-coordinate representation of color #3F5F8A: hue angle of 214.4º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F5F8A is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 95 | 138 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.46 |
| HSL | 214.4º | 0.37% | 0.39% | - |
| HSV(B) | 214.4º | 0.54% | 0.54% | - |
| XYZ | 10.73 | 11.08 | 25.62 | - |
| YUV | 90.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 138 | 0.54 | 0.31 | 0 | 0.46 | 214.4 | 0.37 | 0.39 |
| Hex | 3F | 5F | 8A | 36 | 1F | 0 | 2E | D6 | 25 | 27 |
| Octal | 77 | 137 | 212 | 66 | 37 | 0 | 56 | 326 | 45 | 47 |
| Binary | 111111 | 1011111 | 10001010 | 110110 | 11111 | 0 | 101110 | 11010110 | 100101 | 100111 |
Color Harmonies of #3F5F8A
Complementary color
Monochromatic Colors of #3F5F8A
Black with #3F5F8A
Text Example
Text Example
White with #3F5F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F8A; }
p { color: rgb(63,95,138); }
H1.HeaderClassName
{
color: #3F5F8A;
}
.AnyTagClassName
{
color: #3F5F8A;
}
</style>
background-color css
<style>
a { background-color: #3F5F8A; }
a { background-color: rgb(63,95,138); }
div.DivClassName
{
background-color: #3F5F8A;
}
.BgClassName
{
background-color: #3F5F8A;
}
</style>
border-color css
<style>
span { border-color: #3F5F8A; }
span { border-color: rgb(63,95,138); }
td.TdClassName
{
border-color: #3F5F8A;
}
.TagClassName
{
border-color: #3F5F8A;
}
</style>