Shades of Cello #2E4B68
Tints of Cello #2E4B68
RGB
CMYK
RGB Variations
Color information
#2E4B68 (or 0x2E4B68) is known color: Cello. HEX triplet: 2E, 4B and 68. RGB value is (46,75,104). Sum of RGB (Red+Green+Blue) = 46+75+104=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #2E4B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4B68 is #D1B497. Grayscale: #454545. Windows color (decimal): -13743256 or 6834990. OLE color: 6834990.
HSL color Cylindrical-coordinate representation of color #2E4B68: hue angle of 210º 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 #2E4B68 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 75 | 104 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.59 |
| HSL | 210º | 0.39% | 0.29% | - |
| HSV(B) | 210º | 0.56% | 0.41% | - |
| XYZ | 6.14 | 6.61 | 14.05 | - |
| YUV | 69.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 104 | 0.56 | 0.28 | 0 | 0.59 | 210 | 0.39 | 0.29 |
| Hex | 2E | 4B | 68 | 38 | 1C | 0 | 3B | D2 | 27 | 1D |
| Octal | 56 | 113 | 150 | 70 | 34 | 0 | 73 | 322 | 47 | 35 |
| Binary | 101110 | 1001011 | 1101000 | 111000 | 11100 | 0 | 111011 | 11010010 | 100111 | 11101 |
Color Harmonies of #2E4B68
Complementary color
Monochromatic Colors of #2E4B68
Black with #2E4B68
Text Example
Text Example
White with #2E4B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4B68; }
p { color: rgb(46,75,104); }
H1.HeaderClassName
{
color: #2E4B68;
}
.AnyTagClassName
{
color: #2E4B68;
}
</style>
background-color css
<style>
a { background-color: #2E4B68; }
a { background-color: rgb(46,75,104); }
div.DivClassName
{
background-color: #2E4B68;
}
.BgClassName
{
background-color: #2E4B68;
}
</style>
border-color css
<style>
span { border-color: #2E4B68; }
span { border-color: rgb(46,75,104); }
td.TdClassName
{
border-color: #2E4B68;
}
.TagClassName
{
border-color: #2E4B68;
}
</style>