Shades of Evening Sea #2E5A4E
Tints of Evening Sea #2E5A4E
RGB
CMYK
RGB Variations
Color information
#2E5A4E (or 0x2E5A4E) is known color: Evening Sea. HEX triplet: 2E, 5A and 4E. RGB value is (46,90,78). Sum of RGB (Red+Green+Blue) = 46+90+78=214 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.50% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5A4E is #D1A5B1. Grayscale: #4B4B4B. Windows color (decimal): -13739442 or 5134894. OLE color: 5134894.
HSL color Cylindrical-coordinate representation of color #2E5A4E: hue angle of 163.64º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E5A4E is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 90 | 78 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.65 |
| HSL | 163.64º | 0.32% | 0.27% | - |
| HSV(B) | 163.64º | 0.49% | 0.35% | - |
| XYZ | 6.16 | 8.44 | 8.51 | - |
| YUV | 75.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 78 | 0.49 | 0 | 0.13 | 0.65 | 163.64 | 0.32 | 0.27 |
| Hex | 2E | 5A | 4E | 31 | 0 | D | 41 | A4 | 20 | 1B |
| Octal | 56 | 132 | 116 | 61 | 0 | 15 | 101 | 244 | 40 | 33 |
| Binary | 101110 | 1011010 | 1001110 | 110001 | 0 | 1101 | 1000001 | 10100100 | 100000 | 11011 |
Color Harmonies of #2E5A4E
Complementary color
Monochromatic Colors of #2E5A4E
Black with #2E5A4E
Text Example
Text Example
White with #2E5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5A4E; }
p { color: rgb(46,90,78); }
H1.HeaderClassName
{
color: #2E5A4E;
}
.AnyTagClassName
{
color: #2E5A4E;
}
</style>
background-color css
<style>
a { background-color: #2E5A4E; }
a { background-color: rgb(46,90,78); }
div.DivClassName
{
background-color: #2E5A4E;
}
.BgClassName
{
background-color: #2E5A4E;
}
</style>
border-color css
<style>
span { border-color: #2E5A4E; }
span { border-color: rgb(46,90,78); }
td.TdClassName
{
border-color: #2E5A4E;
}
.TagClassName
{
border-color: #2E5A4E;
}
</style>