Shades of Matisse #3F607C
Tints of Matisse #3F607C
RGB
CMYK
RGB Variations
Color information
#3F607C (or 0x3F607C) is known color: Matisse. HEX triplet: 3F, 60 and 7C. RGB value is (63,96,124). Sum of RGB (Red+Green+Blue) = 63+96+124=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F607C is #C09F83. Grayscale: #595959. Windows color (decimal): -12623748 or 8151103. OLE color: 8151103.
HSL color Cylindrical-coordinate representation of color #3F607C: hue angle of 207.54º 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 #3F607C is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 96 | 124 | - |
| CMYK | 0.49 | 0.23 | 0 | 0.51 |
| HSL | 207.54º | 0.33% | 0.37% | - |
| HSV(B) | 207.54º | 0.49% | 0.49% | - |
| XYZ | 9.87 | 10.88 | 20.65 | - |
| YUV | 89.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 124 | 0.49 | 0.23 | 0 | 0.51 | 207.54 | 0.33 | 0.37 |
| Hex | 3F | 60 | 7C | 31 | 17 | 0 | 33 | D0 | 21 | 25 |
| Octal | 77 | 140 | 174 | 61 | 27 | 0 | 63 | 320 | 41 | 45 |
| Binary | 111111 | 1100000 | 1111100 | 110001 | 10111 | 0 | 110011 | 11010000 | 100001 | 100101 |
Color Harmonies of #3F607C
Complementary color
Monochromatic Colors of #3F607C
Black with #3F607C
Text Example
Text Example
White with #3F607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F607C; }
p { color: rgb(63,96,124); }
H1.HeaderClassName
{
color: #3F607C;
}
.AnyTagClassName
{
color: #3F607C;
}
</style>
background-color css
<style>
a { background-color: #3F607C; }
a { background-color: rgb(63,96,124); }
div.DivClassName
{
background-color: #3F607C;
}
.BgClassName
{
background-color: #3F607C;
}
</style>
border-color css
<style>
span { border-color: #3F607C; }
span { border-color: rgb(63,96,124); }
td.TdClassName
{
border-color: #3F607C;
}
.TagClassName
{
border-color: #3F607C;
}
</style>