Shades of Evening Sea #2E5C51
Tints of Evening Sea #2E5C51
RGB
CMYK
RGB Variations
Color information
#2E5C51 (or 0x2E5C51) is known color: Evening Sea. HEX triplet: 2E, 5C and 51. RGB value is (46,92,81). Sum of RGB (Red+Green+Blue) = 46+92+81=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5C51 is #D1A3AE. Grayscale: #4C4C4C. Windows color (decimal): -13738927 or 5332014. OLE color: 5332014.
HSL color Cylindrical-coordinate representation of color #2E5C51: hue angle of 165.65º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E5C51 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 92 | 81 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.64 |
| HSL | 165.65º | 0.33% | 0.27% | - |
| HSV(B) | 165.65º | 0.5% | 0.36% | - |
| XYZ | 6.44 | 8.83 | 9.15 | - |
| YUV | 76.99 | 130.26 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 92 | 81 | 0.50 | 0 | 0.12 | 0.64 | 165.65 | 0.33 | 0.27 |
| Hex | 2E | 5C | 51 | 32 | 0 | C | 40 | A6 | 21 | 1B |
| Octal | 56 | 134 | 121 | 62 | 0 | 14 | 100 | 246 | 41 | 33 |
| Binary | 101110 | 1011100 | 1010001 | 110010 | 0 | 1100 | 1000000 | 10100110 | 100001 | 11011 |
Color Harmonies of #2E5C51
Complementary color
Monochromatic Colors of #2E5C51
Black with #2E5C51
Text Example
Text Example
White with #2E5C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5C51; }
p { color: rgb(46,92,81); }
H1.HeaderClassName
{
color: #2E5C51;
}
.AnyTagClassName
{
color: #2E5C51;
}
</style>
background-color css
<style>
a { background-color: #2E5C51; }
a { background-color: rgb(46,92,81); }
div.DivClassName
{
background-color: #2E5C51;
}
.BgClassName
{
background-color: #2E5C51;
}
</style>
border-color css
<style>
span { border-color: #2E5C51; }
span { border-color: rgb(46,92,81); }
td.TdClassName
{
border-color: #2E5C51;
}
.TagClassName
{
border-color: #2E5C51;
}
</style>