Shades of Matisse #3F647C
Tints of Matisse #3F647C
RGB
CMYK
RGB Variations
Color information
#3F647C (or 0x3F647C) is known color: Matisse. HEX triplet: 3F, 64 and 7C. RGB value is (63,100,124). Sum of RGB (Red+Green+Blue) = 63+100+124=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F647C is #C09B83. Grayscale: #5B5B5B. Windows color (decimal): -12622724 or 8152127. OLE color: 8152127.
HSL color Cylindrical-coordinate representation of color #3F647C: hue angle of 203.61º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F647C is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 100 | 124 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.51 |
| HSL | 203.61º | 0.33% | 0.37% | - |
| HSV(B) | 203.61º | 0.49% | 0.49% | - |
| XYZ | 10.25 | 11.63 | 20.77 | - |
| YUV | 91.67 | 146.24 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 100 | 124 | 0.49 | 0.19 | 0 | 0.51 | 203.61 | 0.33 | 0.37 |
| Hex | 3F | 64 | 7C | 31 | 13 | 0 | 33 | CC | 21 | 25 |
| Octal | 77 | 144 | 174 | 61 | 23 | 0 | 63 | 314 | 41 | 45 |
| Binary | 111111 | 1100100 | 1111100 | 110001 | 10011 | 0 | 110011 | 11001100 | 100001 | 100101 |
Color Harmonies of #3F647C
Complementary color
Monochromatic Colors of #3F647C
Black with #3F647C
Text Example
Text Example
White with #3F647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F647C; }
p { color: rgb(63,100,124); }
H1.HeaderClassName
{
color: #3F647C;
}
.AnyTagClassName
{
color: #3F647C;
}
</style>
background-color css
<style>
a { background-color: #3F647C; }
a { background-color: rgb(63,100,124); }
div.DivClassName
{
background-color: #3F647C;
}
.BgClassName
{
background-color: #3F647C;
}
</style>
border-color css
<style>
span { border-color: #3F647C; }
span { border-color: rgb(63,100,124); }
td.TdClassName
{
border-color: #3F647C;
}
.TagClassName
{
border-color: #3F647C;
}
</style>