Shades of Cello #3E5262
Tints of Cello #3E5262
RGB
CMYK
RGB Variations
Color information
#3E5262 (or 0x3E5262) is known color: Cello. HEX triplet: 3E, 52 and 62. RGB value is (62,82,98). Sum of RGB (Red+Green+Blue) = 62+82+98=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #3E5262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5262 is #C1AD9D. Grayscale: #4D4D4D. Windows color (decimal): -12692894 or 6443582. OLE color: 6443582.
HSL color Cylindrical-coordinate representation of color #3E5262: hue angle of 206.67º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E5262 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 82 | 98 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.62 |
| HSL | 206.67º | 0.23% | 0.31% | - |
| HSV(B) | 206.67º | 0.37% | 0.38% | - |
| XYZ | 7.21 | 7.94 | 12.71 | - |
| YUV | 77.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 98 | 0.37 | 0.16 | 0 | 0.62 | 206.67 | 0.23 | 0.31 |
| Hex | 3E | 52 | 62 | 25 | 10 | 0 | 3E | CF | 16 | 1F |
| Octal | 76 | 122 | 142 | 45 | 20 | 0 | 76 | 317 | 26 | 37 |
| Binary | 111110 | 1010010 | 1100010 | 100101 | 10000 | 0 | 111110 | 11001111 | 10110 | 11111 |
Color Harmonies of #3E5262
Complementary color
Monochromatic Colors of #3E5262
Black with #3E5262
Text Example
Text Example
White with #3E5262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5262; }
p { color: rgb(62,82,98); }
H1.HeaderClassName
{
color: #3E5262;
}
.AnyTagClassName
{
color: #3E5262;
}
</style>
background-color css
<style>
a { background-color: #3E5262; }
a { background-color: rgb(62,82,98); }
div.DivClassName
{
background-color: #3E5262;
}
.BgClassName
{
background-color: #3E5262;
}
</style>
border-color css
<style>
span { border-color: #3E5262; }
span { border-color: rgb(62,82,98); }
td.TdClassName
{
border-color: #3E5262;
}
.TagClassName
{
border-color: #3E5262;
}
</style>