Shades of Cello #3F4E59
Tints of Cello #3F4E59
RGB
CMYK
RGB Variations
Color information
#3F4E59 (or 0x3F4E59) is known color: Cello. HEX triplet: 3F, 4E and 59. RGB value is (63,78,89). Sum of RGB (Red+Green+Blue) = 63+78+89=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4E59 is #C0B1A6. Grayscale: #4A4A4A. Windows color (decimal): -12628391 or 5852735. OLE color: 5852735.
HSL color Cylindrical-coordinate representation of color #3F4E59: hue angle of 205.38º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F4E59 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 78 | 89 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.65 |
| HSL | 205.38º | 0.17% | 0.3% | - |
| HSV(B) | 205.38º | 0.29% | 0.35% | - |
| XYZ | 6.58 | 7.23 | 10.5 | - |
| YUV | 74.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 89 | 0.29 | 0.12 | 0 | 0.65 | 205.38 | 0.17 | 0.3 |
| Hex | 3F | 4E | 59 | 1D | C | 0 | 41 | CD | 11 | 1E |
| Octal | 77 | 116 | 131 | 35 | 14 | 0 | 101 | 315 | 21 | 36 |
| Binary | 111111 | 1001110 | 1011001 | 11101 | 1100 | 0 | 1000001 | 11001101 | 10001 | 11110 |
Color Harmonies of #3F4E59
Complementary color
Monochromatic Colors of #3F4E59
Black with #3F4E59
Text Example
Text Example
White with #3F4E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E59; }
p { color: rgb(63,78,89); }
H1.HeaderClassName
{
color: #3F4E59;
}
.AnyTagClassName
{
color: #3F4E59;
}
</style>
background-color css
<style>
a { background-color: #3F4E59; }
a { background-color: rgb(63,78,89); }
div.DivClassName
{
background-color: #3F4E59;
}
.BgClassName
{
background-color: #3F4E59;
}
</style>
border-color css
<style>
span { border-color: #3F4E59; }
span { border-color: rgb(63,78,89); }
td.TdClassName
{
border-color: #3F4E59;
}
.TagClassName
{
border-color: #3F4E59;
}
</style>