Shades of Evening Sea #2E594F
Tints of Evening Sea #2E594F
RGB
CMYK
RGB Variations
Color information
#2E594F (or 0x2E594F) is known color: Evening Sea. HEX triplet: 2E, 59 and 4F. RGB value is (46,89,79). Sum of RGB (Red+Green+Blue) = 46+89+79=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #2E594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E594F is #D1A6B0. Grayscale: #4B4B4B. Windows color (decimal): -13739697 or 5200174. OLE color: 5200174.
HSL color Cylindrical-coordinate representation of color #2E594F: hue angle of 166.05º degrees, saturation: 0.32, 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 #2E594F is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 89 | 79 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.65 |
| HSL | 166.05º | 0.32% | 0.26% | - |
| HSV(B) | 166.05º | 0.48% | 0.35% | - |
| XYZ | 6.11 | 8.29 | 8.68 | - |
| YUV | 75 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 79 | 0.48 | 0 | 0.11 | 0.65 | 166.05 | 0.32 | 0.26 |
| Hex | 2E | 59 | 4F | 30 | 0 | B | 41 | A6 | 20 | 1A |
| Octal | 56 | 131 | 117 | 60 | 0 | 13 | 101 | 246 | 40 | 32 |
| Binary | 101110 | 1011001 | 1001111 | 110000 | 0 | 1011 | 1000001 | 10100110 | 100000 | 11010 |
Color Harmonies of #2E594F
Complementary color
Monochromatic Colors of #2E594F
Black with #2E594F
Text Example
Text Example
White with #2E594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E594F; }
p { color: rgb(46,89,79); }
H1.HeaderClassName
{
color: #2E594F;
}
.AnyTagClassName
{
color: #2E594F;
}
</style>
background-color css
<style>
a { background-color: #2E594F; }
a { background-color: rgb(46,89,79); }
div.DivClassName
{
background-color: #2E594F;
}
.BgClassName
{
background-color: #2E594F;
}
</style>
border-color css
<style>
span { border-color: #2E594F; }
span { border-color: rgb(46,89,79); }
td.TdClassName
{
border-color: #2E594F;
}
.TagClassName
{
border-color: #2E594F;
}
</style>