Shades of Cello #2E4E67
Tints of Cello #2E4E67
RGB
CMYK
RGB Variations
Color information
#2E4E67 (or 0x2E4E67) is known color: Cello. HEX triplet: 2E, 4E and 67. RGB value is (46,78,103). Sum of RGB (Red+Green+Blue) = 46+78+103=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E4E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4E67 is #D1B198. Grayscale: #474747. Windows color (decimal): -13742489 or 6770222. OLE color: 6770222.
HSL color Cylindrical-coordinate representation of color #2E4E67: hue angle of 206.32º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E4E67 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 78 | 103 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.60 |
| HSL | 206.32º | 0.38% | 0.29% | - |
| HSV(B) | 206.32º | 0.55% | 0.4% | - |
| XYZ | 6.3 | 7.01 | 13.85 | - |
| YUV | 71.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 103 | 0.55 | 0.24 | 0 | 0.60 | 206.32 | 0.38 | 0.29 |
| Hex | 2E | 4E | 67 | 37 | 18 | 0 | 3C | CE | 26 | 1D |
| Octal | 56 | 116 | 147 | 67 | 30 | 0 | 74 | 316 | 46 | 35 |
| Binary | 101110 | 1001110 | 1100111 | 110111 | 11000 | 0 | 111100 | 11001110 | 100110 | 11101 |
Color Harmonies of #2E4E67
Complementary color
Monochromatic Colors of #2E4E67
Black with #2E4E67
Text Example
Text Example
White with #2E4E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4E67; }
p { color: rgb(46,78,103); }
H1.HeaderClassName
{
color: #2E4E67;
}
.AnyTagClassName
{
color: #2E4E67;
}
</style>
background-color css
<style>
a { background-color: #2E4E67; }
a { background-color: rgb(46,78,103); }
div.DivClassName
{
background-color: #2E4E67;
}
.BgClassName
{
background-color: #2E4E67;
}
</style>
border-color css
<style>
span { border-color: #2E4E67; }
span { border-color: rgb(46,78,103); }
td.TdClassName
{
border-color: #2E4E67;
}
.TagClassName
{
border-color: #2E4E67;
}
</style>