Shades of Evening Sea #2E584E
Tints of Evening Sea #2E584E
RGB
CMYK
RGB Variations
Color information
#2E584E (or 0x2E584E) is known color: Evening Sea. HEX triplet: 2E, 58 and 4E. RGB value is (46,88,78). Sum of RGB (Red+Green+Blue) = 46+88+78=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #2E584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E584E is #D1A7B1. Grayscale: #4A4A4A. Windows color (decimal): -13739954 or 5134382. OLE color: 5134382.
HSL color Cylindrical-coordinate representation of color #2E584E: hue angle of 165.71º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E584E is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 88 | 78 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.65 |
| HSL | 165.71º | 0.31% | 0.26% | - |
| HSV(B) | 165.71º | 0.48% | 0.35% | - |
| XYZ | 5.99 | 8.11 | 8.46 | - |
| YUV | 74.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 78 | 0.48 | 0 | 0.11 | 0.65 | 165.71 | 0.31 | 0.26 |
| Hex | 2E | 58 | 4E | 30 | 0 | B | 41 | A6 | 1F | 1A |
| Octal | 56 | 130 | 116 | 60 | 0 | 13 | 101 | 246 | 37 | 32 |
| Binary | 101110 | 1011000 | 1001110 | 110000 | 0 | 1011 | 1000001 | 10100110 | 11111 | 11010 |
Color Harmonies of #2E584E
Complementary color
Monochromatic Colors of #2E584E
Black with #2E584E
Text Example
Text Example
White with #2E584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E584E; }
p { color: rgb(46,88,78); }
H1.HeaderClassName
{
color: #2E584E;
}
.AnyTagClassName
{
color: #2E584E;
}
</style>
background-color css
<style>
a { background-color: #2E584E; }
a { background-color: rgb(46,88,78); }
div.DivClassName
{
background-color: #2E584E;
}
.BgClassName
{
background-color: #2E584E;
}
</style>
border-color css
<style>
span { border-color: #2E584E; }
span { border-color: rgb(46,88,78); }
td.TdClassName
{
border-color: #2E584E;
}
.TagClassName
{
border-color: #2E584E;
}
</style>