Shades of Cello #2E4768
Tints of Cello #2E4768
RGB
CMYK
RGB Variations
Color information
#2E4768 (or 0x2E4768) is known color: Cello. HEX triplet: 2E, 47 and 68. RGB value is (46,71,104). Sum of RGB (Red+Green+Blue) = 46+71+104=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E4768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4768 is #D1B897. Grayscale: #434343. Windows color (decimal): -13744280 or 6833966. OLE color: 6833966.
HSL color Cylindrical-coordinate representation of color #2E4768: hue angle of 214.14º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E4768 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 71 | 104 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.59 |
| HSL | 214.14º | 0.39% | 0.29% | - |
| HSV(B) | 214.14º | 0.56% | 0.41% | - |
| XYZ | 5.88 | 6.09 | 13.96 | - |
| YUV | 67.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 71 | 104 | 0.56 | 0.32 | 0 | 0.59 | 214.14 | 0.39 | 0.29 |
| Hex | 2E | 47 | 68 | 38 | 20 | 0 | 3B | D6 | 27 | 1D |
| Octal | 56 | 107 | 150 | 70 | 40 | 0 | 73 | 326 | 47 | 35 |
| Binary | 101110 | 1000111 | 1101000 | 111000 | 100000 | 0 | 111011 | 11010110 | 100111 | 11101 |
Color Harmonies of #2E4768
Complementary color
Monochromatic Colors of #2E4768
Black with #2E4768
Text Example
Text Example
White with #2E4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4768; }
p { color: rgb(46,71,104); }
H1.HeaderClassName
{
color: #2E4768;
}
.AnyTagClassName
{
color: #2E4768;
}
</style>
background-color css
<style>
a { background-color: #2E4768; }
a { background-color: rgb(46,71,104); }
div.DivClassName
{
background-color: #2E4768;
}
.BgClassName
{
background-color: #2E4768;
}
</style>
border-color css
<style>
span { border-color: #2E4768; }
span { border-color: rgb(46,71,104); }
td.TdClassName
{
border-color: #2E4768;
}
.TagClassName
{
border-color: #2E4768;
}
</style>