Shades of Matisse #3F5F7A
Tints of Matisse #3F5F7A
RGB
CMYK
RGB Variations
Color information
#3F5F7A (or 0x3F5F7A) is known color: Matisse. HEX triplet: 3F, 5F and 7A. RGB value is (63,95,122). Sum of RGB (Red+Green+Blue) = 63+95+122=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F5F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5F7A is #C0A085. Grayscale: #585858. Windows color (decimal): -12624006 or 8019775. OLE color: 8019775.
HSL color Cylindrical-coordinate representation of color #3F5F7A: hue angle of 207.46º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F5F7A is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 95 | 122 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.52 |
| HSL | 207.46º | 0.32% | 0.36% | - |
| HSV(B) | 207.46º | 0.48% | 0.48% | - |
| XYZ | 9.65 | 10.65 | 19.96 | - |
| YUV | 88.51 | 146.9 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 95 | 122 | 0.48 | 0.22 | 0 | 0.52 | 207.46 | 0.32 | 0.36 |
| Hex | 3F | 5F | 7A | 30 | 16 | 0 | 34 | CF | 20 | 24 |
| Octal | 77 | 137 | 172 | 60 | 26 | 0 | 64 | 317 | 40 | 44 |
| Binary | 111111 | 1011111 | 1111010 | 110000 | 10110 | 0 | 110100 | 11001111 | 100000 | 100100 |
Color Harmonies of #3F5F7A
Complementary color
Monochromatic Colors of #3F5F7A
Black with #3F5F7A
Text Example
Text Example
White with #3F5F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5F7A; }
p { color: rgb(63,95,122); }
H1.HeaderClassName
{
color: #3F5F7A;
}
.AnyTagClassName
{
color: #3F5F7A;
}
</style>
background-color css
<style>
a { background-color: #3F5F7A; }
a { background-color: rgb(63,95,122); }
div.DivClassName
{
background-color: #3F5F7A;
}
.BgClassName
{
background-color: #3F5F7A;
}
</style>
border-color css
<style>
span { border-color: #3F5F7A; }
span { border-color: rgb(63,95,122); }
td.TdClassName
{
border-color: #3F5F7A;
}
.TagClassName
{
border-color: #3F5F7A;
}
</style>