Shades of Matisse #3F5E7D
Tints of Matisse #3F5E7D
RGB
CMYK
RGB Variations
Color information
#3F5E7D (or 0x3F5E7D) is known color: Matisse. HEX triplet: 3F, 5E and 7D. RGB value is (63,94,125). Sum of RGB (Red+Green+Blue) = 63+94+125=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F5E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5E7D is #C0A182. Grayscale: #585858. Windows color (decimal): -12624259 or 8216127. OLE color: 8216127.
HSL color Cylindrical-coordinate representation of color #3F5E7D: hue angle of 210º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F5E7D is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 94 | 125 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.51 |
| HSL | 210º | 0.33% | 0.37% | - |
| HSV(B) | 210º | 0.5% | 0.49% | - |
| XYZ | 9.75 | 10.54 | 20.92 | - |
| YUV | 88.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 94 | 125 | 0.50 | 0.25 | 0 | 0.51 | 210 | 0.33 | 0.37 |
| Hex | 3F | 5E | 7D | 32 | 19 | 0 | 33 | D2 | 21 | 25 |
| Octal | 77 | 136 | 175 | 62 | 31 | 0 | 63 | 322 | 41 | 45 |
| Binary | 111111 | 1011110 | 1111101 | 110010 | 11001 | 0 | 110011 | 11010010 | 100001 | 100101 |
Color Harmonies of #3F5E7D
Complementary color
Monochromatic Colors of #3F5E7D
Black with #3F5E7D
Text Example
Text Example
White with #3F5E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5E7D; }
p { color: rgb(63,94,125); }
H1.HeaderClassName
{
color: #3F5E7D;
}
.AnyTagClassName
{
color: #3F5E7D;
}
</style>
background-color css
<style>
a { background-color: #3F5E7D; }
a { background-color: rgb(63,94,125); }
div.DivClassName
{
background-color: #3F5E7D;
}
.BgClassName
{
background-color: #3F5E7D;
}
</style>
border-color css
<style>
span { border-color: #3F5E7D; }
span { border-color: rgb(63,94,125); }
td.TdClassName
{
border-color: #3F5E7D;
}
.TagClassName
{
border-color: #3F5E7D;
}
</style>