Shades of Cello #2E486C
Tints of Cello #2E486C
RGB
CMYK
RGB Variations
Color information
#2E486C (or 0x2E486C) is known color: Cello. HEX triplet: 2E, 48 and 6C. RGB value is (46,72,108). Sum of RGB (Red+Green+Blue) = 46+72+108=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E486C is #D1B793. Grayscale: #444444. Windows color (decimal): -13744020 or 7096366. OLE color: 7096366.
HSL color Cylindrical-coordinate representation of color #2E486C: hue angle of 214.84º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E486C is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 72 | 108 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.58 |
| HSL | 214.84º | 0.4% | 0.3% | - |
| HSV(B) | 214.84º | 0.57% | 0.42% | - |
| XYZ | 6.15 | 6.3 | 15.08 | - |
| YUV | 68.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 108 | 0.57 | 0.33 | 0 | 0.58 | 214.84 | 0.4 | 0.3 |
| Hex | 2E | 48 | 6C | 39 | 21 | 0 | 3A | D7 | 28 | 1E |
| Octal | 56 | 110 | 154 | 71 | 41 | 0 | 72 | 327 | 50 | 36 |
| Binary | 101110 | 1001000 | 1101100 | 111001 | 100001 | 0 | 111010 | 11010111 | 101000 | 11110 |
Color Harmonies of #2E486C
Complementary color
Monochromatic Colors of #2E486C
Black with #2E486C
Text Example
Text Example
White with #2E486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E486C; }
p { color: rgb(46,72,108); }
H1.HeaderClassName
{
color: #2E486C;
}
.AnyTagClassName
{
color: #2E486C;
}
</style>
background-color css
<style>
a { background-color: #2E486C; }
a { background-color: rgb(46,72,108); }
div.DivClassName
{
background-color: #2E486C;
}
.BgClassName
{
background-color: #2E486C;
}
</style>
border-color css
<style>
span { border-color: #2E486C; }
span { border-color: rgb(46,72,108); }
td.TdClassName
{
border-color: #2E486C;
}
.TagClassName
{
border-color: #2E486C;
}
</style>