Shades of Cello #2E486D
Tints of Cello #2E486D
RGB
CMYK
RGB Variations
Color information
#2E486D (or 0x2E486D) is known color: Cello. HEX triplet: 2E, 48 and 6D. RGB value is (46,72,109). Sum of RGB (Red+Green+Blue) = 46+72+109=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #2E486D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E486D is #D1B792. Grayscale: #444444. Windows color (decimal): -13744019 or 7161902. OLE color: 7161902.
HSL color Cylindrical-coordinate representation of color #2E486D: hue angle of 215.24º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E486D is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 46 | 72 | 109 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.57 |
| HSL | 215.24º | 0.41% | 0.3% | - |
| HSV(B) | 215.24º | 0.58% | 0.43% | - |
| XYZ | 6.2 | 6.32 | 15.36 | - |
| YUV | 68.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 109 | 0.58 | 0.34 | 0 | 0.57 | 215.24 | 0.41 | 0.3 |
| Hex | 2E | 48 | 6D | 3A | 22 | 0 | 39 | D7 | 29 | 1E |
| Octal | 56 | 110 | 155 | 72 | 42 | 0 | 71 | 327 | 51 | 36 |
| Binary | 101110 | 1001000 | 1101101 | 111010 | 100010 | 0 | 111001 | 11010111 | 101001 | 11110 |
Color Harmonies of #2E486D
Complementary color
Monochromatic Colors of #2E486D
Black with #2E486D
Text Example
Text Example
White with #2E486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E486D; }
p { color: rgb(46,72,109); }
H1.HeaderClassName
{
color: #2E486D;
}
.AnyTagClassName
{
color: #2E486D;
}
</style>
background-color css
<style>
a { background-color: #2E486D; }
a { background-color: rgb(46,72,109); }
div.DivClassName
{
background-color: #2E486D;
}
.BgClassName
{
background-color: #2E486D;
}
</style>
border-color css
<style>
span { border-color: #2E486D; }
span { border-color: rgb(46,72,109); }
td.TdClassName
{
border-color: #2E486D;
}
.TagClassName
{
border-color: #2E486D;
}
</style>