Shades of Cello #2E4E69
Tints of Cello #2E4E69
RGB
CMYK
RGB Variations
Color information
#2E4E69 (or 0x2E4E69) is known color: Cello. HEX triplet: 2E, 4E and 69. RGB value is (46,78,105). Sum of RGB (Red+Green+Blue) = 46+78+105=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #2E4E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4E69 is #D1B196. Grayscale: #474747. Windows color (decimal): -13742487 or 6901294. OLE color: 6901294.
HSL color Cylindrical-coordinate representation of color #2E4E69: hue angle of 207.46º 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 #2E4E69 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 78 | 105 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.59 |
| HSL | 207.46º | 0.39% | 0.3% | - |
| HSV(B) | 207.46º | 0.56% | 0.41% | - |
| XYZ | 6.4 | 7.05 | 14.39 | - |
| YUV | 71.51 | 146.9 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 105 | 0.56 | 0.26 | 0 | 0.59 | 207.46 | 0.39 | 0.3 |
| Hex | 2E | 4E | 69 | 38 | 1A | 0 | 3B | CF | 27 | 1E |
| Octal | 56 | 116 | 151 | 70 | 32 | 0 | 73 | 317 | 47 | 36 |
| Binary | 101110 | 1001110 | 1101001 | 111000 | 11010 | 0 | 111011 | 11001111 | 100111 | 11110 |
Color Harmonies of #2E4E69
Complementary color
Monochromatic Colors of #2E4E69
Black with #2E4E69
Text Example
Text Example
White with #2E4E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4E69; }
p { color: rgb(46,78,105); }
H1.HeaderClassName
{
color: #2E4E69;
}
.AnyTagClassName
{
color: #2E4E69;
}
</style>
background-color css
<style>
a { background-color: #2E4E69; }
a { background-color: rgb(46,78,105); }
div.DivClassName
{
background-color: #2E4E69;
}
.BgClassName
{
background-color: #2E4E69;
}
</style>
border-color css
<style>
span { border-color: #2E4E69; }
span { border-color: rgb(46,78,105); }
td.TdClassName
{
border-color: #2E4E69;
}
.TagClassName
{
border-color: #2E4E69;
}
</style>