Shades of Cello #2E4760
Tints of Cello #2E4760
RGB
CMYK
RGB Variations
Color information
#2E4760 (or 0x2E4760) is known color: Cello. HEX triplet: 2E, 47 and 60. RGB value is (46,71,96). Sum of RGB (Red+Green+Blue) = 46+71+96=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E4760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4760 is #D1B89F. Grayscale: #424242. Windows color (decimal): -13744288 or 6309678. OLE color: 6309678.
HSL color Cylindrical-coordinate representation of color #2E4760: hue angle of 210º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E4760 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 71 | 96 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.62 |
| HSL | 210º | 0.35% | 0.28% | - |
| HSV(B) | 210º | 0.52% | 0.38% | - |
| XYZ | 5.49 | 5.93 | 11.92 | - |
| YUV | 66.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 96 | 0.52 | 0.26 | 0 | 0.62 | 210 | 0.35 | 0.28 |
| Hex | 2E | 47 | 60 | 34 | 1A | 0 | 3E | D2 | 23 | 1C |
| Octal | 56 | 107 | 140 | 64 | 32 | 0 | 76 | 322 | 43 | 34 |
| Binary | 101110 | 1000111 | 1100000 | 110100 | 11010 | 0 | 111110 | 11010010 | 100011 | 11100 |
Color Harmonies of #2E4760
Complementary color
Monochromatic Colors of #2E4760
Black with #2E4760
Text Example
Text Example
White with #2E4760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4760; }
p { color: rgb(46,71,96); }
H1.HeaderClassName
{
color: #2E4760;
}
.AnyTagClassName
{
color: #2E4760;
}
</style>
background-color css
<style>
a { background-color: #2E4760; }
a { background-color: rgb(46,71,96); }
div.DivClassName
{
background-color: #2E4760;
}
.BgClassName
{
background-color: #2E4760;
}
</style>
border-color css
<style>
span { border-color: #2E4760; }
span { border-color: rgb(46,71,96); }
td.TdClassName
{
border-color: #2E4760;
}
.TagClassName
{
border-color: #2E4760;
}
</style>