Shades of Cello #2E4A6A
Tints of Cello #2E4A6A
RGB
CMYK
RGB Variations
Color information
#2E4A6A (or 0x2E4A6A) is known color: Cello. HEX triplet: 2E, 4A and 6A. RGB value is (46,74,106). Sum of RGB (Red+Green+Blue) = 46+74+106=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #2E4A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4A6A is #D1B595. Grayscale: #454545. Windows color (decimal): -13743510 or 6965806. OLE color: 6965806.
HSL color Cylindrical-coordinate representation of color #2E4A6A: hue angle of 212º degrees, saturation: 0.39, 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 #2E4A6A is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 46 | 74 | 106 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.58 |
| HSL | 212º | 0.39% | 0.3% | - |
| HSV(B) | 212º | 0.57% | 0.42% | - |
| XYZ | 6.18 | 6.52 | 14.57 | - |
| YUV | 69.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 106 | 0.57 | 0.30 | 0 | 0.58 | 212 | 0.39 | 0.3 |
| Hex | 2E | 4A | 6A | 39 | 1E | 0 | 3A | D4 | 27 | 1E |
| Octal | 56 | 112 | 152 | 71 | 36 | 0 | 72 | 324 | 47 | 36 |
| Binary | 101110 | 1001010 | 1101010 | 111001 | 11110 | 0 | 111010 | 11010100 | 100111 | 11110 |
Color Harmonies of #2E4A6A
Complementary color
Monochromatic Colors of #2E4A6A
Black with #2E4A6A
Text Example
Text Example
White with #2E4A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A6A; }
p { color: rgb(46,74,106); }
H1.HeaderClassName
{
color: #2E4A6A;
}
.AnyTagClassName
{
color: #2E4A6A;
}
</style>
background-color css
<style>
a { background-color: #2E4A6A; }
a { background-color: rgb(46,74,106); }
div.DivClassName
{
background-color: #2E4A6A;
}
.BgClassName
{
background-color: #2E4A6A;
}
</style>
border-color css
<style>
span { border-color: #2E4A6A; }
span { border-color: rgb(46,74,106); }
td.TdClassName
{
border-color: #2E4A6A;
}
.TagClassName
{
border-color: #2E4A6A;
}
</style>