Shades of Genoa #2E6864
Tints of Genoa #2E6864
RGB
CMYK
RGB Variations
Color information
#2E6864 (or 0x2E6864) is known color: Genoa. HEX triplet: 2E, 68 and 64. RGB value is (46,104,100). Sum of RGB (Red+Green+Blue) = 46+104+100=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6864 is #D1979B. Grayscale: #565656. Windows color (decimal): -13735836 or 6580270. OLE color: 6580270.
HSL color Cylindrical-coordinate representation of color #2E6864: hue angle of 175.86º 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 #2E6864 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 100 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.59 |
| HSL | 175.86º | 0.39% | 0.29% | - |
| HSV(B) | 175.86º | 0.56% | 0.41% | - |
| XYZ | 8.38 | 11.4 | 13.82 | - |
| YUV | 86.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 100 | 0.56 | 0 | 0.04 | 0.59 | 175.86 | 0.39 | 0.29 |
| Hex | 2E | 68 | 64 | 38 | 0 | 4 | 3B | B0 | 27 | 1D |
| Octal | 56 | 150 | 144 | 70 | 0 | 4 | 73 | 260 | 47 | 35 |
| Binary | 101110 | 1101000 | 1100100 | 111000 | 0 | 100 | 111011 | 10110000 | 100111 | 11101 |
Color Harmonies of #2E6864
Complementary color
Monochromatic Colors of #2E6864
Black with #2E6864
Text Example
Text Example
White with #2E6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6864; }
p { color: rgb(46,104,100); }
H1.HeaderClassName
{
color: #2E6864;
}
.AnyTagClassName
{
color: #2E6864;
}
</style>
background-color css
<style>
a { background-color: #2E6864; }
a { background-color: rgb(46,104,100); }
div.DivClassName
{
background-color: #2E6864;
}
.BgClassName
{
background-color: #2E6864;
}
</style>
border-color css
<style>
span { border-color: #2E6864; }
span { border-color: rgb(46,104,100); }
td.TdClassName
{
border-color: #2E6864;
}
.TagClassName
{
border-color: #2E6864;
}
</style>