Shades of Cello #3E5066
Tints of Cello #3E5066
RGB
CMYK
RGB Variations
Color information
#3E5066 (or 0x3E5066) is known color: Cello. HEX triplet: 3E, 50 and 66. RGB value is (62,80,102). Sum of RGB (Red+Green+Blue) = 62+80+102=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #3E5066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5066 is #C1AF99. Grayscale: #4D4D4D. Windows color (decimal): -12693402 or 6705214. OLE color: 6705214.
HSL color Cylindrical-coordinate representation of color #3E5066: hue angle of 213º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E5066 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 62 | 80 | 102 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.6 |
| HSL | 213º | 0.24% | 0.32% | - |
| HSV(B) | 213º | 0.39% | 0.4% | - |
| XYZ | 7.25 | 7.72 | 13.68 | - |
| YUV | 77.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 80 | 102 | 0.39 | 0.22 | 0 | 0.6 | 213 | 0.24 | 0.32 |
| Hex | 3E | 50 | 66 | 27 | 16 | 0 | 3C | D5 | 18 | 20 |
| Octal | 76 | 120 | 146 | 47 | 26 | 0 | 74 | 325 | 30 | 40 |
| Binary | 111110 | 1010000 | 1100110 | 100111 | 10110 | 0 | 111100 | 11010101 | 11000 | 100000 |
Color Harmonies of #3E5066
Complementary color
Monochromatic Colors of #3E5066
Black with #3E5066
Text Example
Text Example
White with #3E5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5066; }
p { color: rgb(62,80,102); }
H1.HeaderClassName
{
color: #3E5066;
}
.AnyTagClassName
{
color: #3E5066;
}
</style>
background-color css
<style>
a { background-color: #3E5066; }
a { background-color: rgb(62,80,102); }
div.DivClassName
{
background-color: #3E5066;
}
.BgClassName
{
background-color: #3E5066;
}
</style>
border-color css
<style>
span { border-color: #3E5066; }
span { border-color: rgb(62,80,102); }
td.TdClassName
{
border-color: #3E5066;
}
.TagClassName
{
border-color: #3E5066;
}
</style>