Shades of Evening Sea #2E6854
Tints of Evening Sea #2E6854
RGB
CMYK
RGB Variations
Color information
#2E6854 (or 0x2E6854) is known color: Evening Sea. HEX triplet: 2E, 68 and 54. RGB value is (46,104,84). Sum of RGB (Red+Green+Blue) = 46+104+84=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6854 is #D197AB. Grayscale: #545454. Windows color (decimal): -13735852 or 5531694. OLE color: 5531694.
HSL color Cylindrical-coordinate representation of color #2E6854: hue angle of 159.31º 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 #2E6854 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 46 | 104 | 84 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.59 |
| HSL | 159.31º | 0.39% | 0.29% | - |
| HSV(B) | 159.31º | 0.56% | 0.41% | - |
| XYZ | 7.68 | 11.12 | 10.13 | - |
| YUV | 84.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 104 | 84 | 0.56 | 0 | 0.19 | 0.59 | 159.31 | 0.39 | 0.29 |
| Hex | 2E | 68 | 54 | 38 | 0 | 13 | 3B | 9F | 27 | 1D |
| Octal | 56 | 150 | 124 | 70 | 0 | 23 | 73 | 237 | 47 | 35 |
| Binary | 101110 | 1101000 | 1010100 | 111000 | 0 | 10011 | 111011 | 10011111 | 100111 | 11101 |
Color Harmonies of #2E6854
Complementary color
Monochromatic Colors of #2E6854
Black with #2E6854
Text Example
Text Example
White with #2E6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6854; }
p { color: rgb(46,104,84); }
H1.HeaderClassName
{
color: #2E6854;
}
.AnyTagClassName
{
color: #2E6854;
}
</style>
background-color css
<style>
a { background-color: #2E6854; }
a { background-color: rgb(46,104,84); }
div.DivClassName
{
background-color: #2E6854;
}
.BgClassName
{
background-color: #2E6854;
}
</style>
border-color css
<style>
span { border-color: #2E6854; }
span { border-color: rgb(46,104,84); }
td.TdClassName
{
border-color: #2E6854;
}
.TagClassName
{
border-color: #2E6854;
}
</style>