Shades of Evening Sea #2E574E
Tints of Evening Sea #2E574E
RGB
CMYK
RGB Variations
Color information
#2E574E (or 0x2E574E) is known color: Evening Sea. HEX triplet: 2E, 57 and 4E. RGB value is (46,87,78). Sum of RGB (Red+Green+Blue) = 46+87+78=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #2E574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E574E is #D1A8B1. Grayscale: #494949. Windows color (decimal): -13740210 or 5134126. OLE color: 5134126.
HSL color Cylindrical-coordinate representation of color #2E574E: hue angle of 166.83º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E574E is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 87 | 78 | - |
| CMYK | 0.47 | 0 | 0.10 | 0.66 |
| HSL | 166.83º | 0.31% | 0.26% | - |
| HSV(B) | 166.83º | 0.47% | 0.34% | - |
| XYZ | 5.91 | 7.95 | 8.43 | - |
| YUV | 73.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 78 | 0.47 | 0 | 0.10 | 0.66 | 166.83 | 0.31 | 0.26 |
| Hex | 2E | 57 | 4E | 2F | 0 | A | 42 | A7 | 1F | 1A |
| Octal | 56 | 127 | 116 | 57 | 0 | 12 | 102 | 247 | 37 | 32 |
| Binary | 101110 | 1010111 | 1001110 | 101111 | 0 | 1010 | 1000010 | 10100111 | 11111 | 11010 |
Color Harmonies of #2E574E
Complementary color
Monochromatic Colors of #2E574E
Black with #2E574E
Text Example
Text Example
White with #2E574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E574E; }
p { color: rgb(46,87,78); }
H1.HeaderClassName
{
color: #2E574E;
}
.AnyTagClassName
{
color: #2E574E;
}
</style>
background-color css
<style>
a { background-color: #2E574E; }
a { background-color: rgb(46,87,78); }
div.DivClassName
{
background-color: #2E574E;
}
.BgClassName
{
background-color: #2E574E;
}
</style>
border-color css
<style>
span { border-color: #2E574E; }
span { border-color: rgb(46,87,78); }
td.TdClassName
{
border-color: #2E574E;
}
.TagClassName
{
border-color: #2E574E;
}
</style>