Shades of Cello #2E4F68
Tints of Cello #2E4F68
RGB
CMYK
RGB Variations
Color information
#2E4F68 (or 0x2E4F68) is known color: Cello. HEX triplet: 2E, 4F and 68. RGB value is (46,79,104). Sum of RGB (Red+Green+Blue) = 46+79+104=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E4F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4F68 is #D1B097. Grayscale: #474747. Windows color (decimal): -13742232 or 6836014. OLE color: 6836014.
HSL color Cylindrical-coordinate representation of color #2E4F68: hue angle of 205.86º 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 #2E4F68 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 79 | 104 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.59 |
| HSL | 205.86º | 0.39% | 0.29% | - |
| HSV(B) | 205.86º | 0.56% | 0.41% | - |
| XYZ | 6.42 | 7.17 | 14.14 | - |
| YUV | 71.98 | 146.07 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 104 | 0.56 | 0.24 | 0 | 0.59 | 205.86 | 0.39 | 0.29 |
| Hex | 2E | 4F | 68 | 38 | 18 | 0 | 3B | CE | 27 | 1D |
| Octal | 56 | 117 | 150 | 70 | 30 | 0 | 73 | 316 | 47 | 35 |
| Binary | 101110 | 1001111 | 1101000 | 111000 | 11000 | 0 | 111011 | 11001110 | 100111 | 11101 |
Color Harmonies of #2E4F68
Complementary color
Monochromatic Colors of #2E4F68
Black with #2E4F68
Text Example
Text Example
White with #2E4F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4F68; }
p { color: rgb(46,79,104); }
H1.HeaderClassName
{
color: #2E4F68;
}
.AnyTagClassName
{
color: #2E4F68;
}
</style>
background-color css
<style>
a { background-color: #2E4F68; }
a { background-color: rgb(46,79,104); }
div.DivClassName
{
background-color: #2E4F68;
}
.BgClassName
{
background-color: #2E4F68;
}
</style>
border-color css
<style>
span { border-color: #2E4F68; }
span { border-color: rgb(46,79,104); }
td.TdClassName
{
border-color: #2E4F68;
}
.TagClassName
{
border-color: #2E4F68;
}
</style>