Shades of Cello #2E4969
Tints of Cello #2E4969
RGB
CMYK
RGB Variations
Color information
#2E4969 (or 0x2E4969) is known color: Cello. HEX triplet: 2E, 49 and 69. RGB value is (46,73,105). Sum of RGB (Red+Green+Blue) = 46+73+105=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E4969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4969 is #D1B696. Grayscale: #444444. Windows color (decimal): -13743767 or 6900014. OLE color: 6900014.
HSL color Cylindrical-coordinate representation of color #2E4969: hue angle of 212.54º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E4969 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 73 | 105 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.59 |
| HSL | 212.54º | 0.39% | 0.3% | - |
| HSV(B) | 212.54º | 0.56% | 0.41% | - |
| XYZ | 6.06 | 6.37 | 14.27 | - |
| YUV | 68.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 105 | 0.56 | 0.30 | 0 | 0.59 | 212.54 | 0.39 | 0.3 |
| Hex | 2E | 49 | 69 | 38 | 1E | 0 | 3B | D5 | 27 | 1E |
| Octal | 56 | 111 | 151 | 70 | 36 | 0 | 73 | 325 | 47 | 36 |
| Binary | 101110 | 1001001 | 1101001 | 111000 | 11110 | 0 | 111011 | 11010101 | 100111 | 11110 |
Color Harmonies of #2E4969
Complementary color
Monochromatic Colors of #2E4969
Black with #2E4969
Text Example
Text Example
White with #2E4969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4969; }
p { color: rgb(46,73,105); }
H1.HeaderClassName
{
color: #2E4969;
}
.AnyTagClassName
{
color: #2E4969;
}
</style>
background-color css
<style>
a { background-color: #2E4969; }
a { background-color: rgb(46,73,105); }
div.DivClassName
{
background-color: #2E4969;
}
.BgClassName
{
background-color: #2E4969;
}
</style>
border-color css
<style>
span { border-color: #2E4969; }
span { border-color: rgb(46,73,105); }
td.TdClassName
{
border-color: #2E4969;
}
.TagClassName
{
border-color: #2E4969;
}
</style>