Shades of Evening Sea #2E554B
Tints of Evening Sea #2E554B
RGB
CMYK
RGB Variations
Color information
#2E554B (or 0x2E554B) is known color: Evening Sea. HEX triplet: 2E, 55 and 4B. RGB value is (46,85,75). Sum of RGB (Red+Green+Blue) = 46+85+75=206 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.33% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #2E554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E554B is #D1AAB4. Grayscale: #484848. Windows color (decimal): -13740725 or 4937006. OLE color: 4937006.
HSL color Cylindrical-coordinate representation of color #2E554B: hue angle of 164.62º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E554B is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 85 | 75 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.67 |
| HSL | 164.62º | 0.3% | 0.26% | - |
| HSV(B) | 164.62º | 0.46% | 0.33% | - |
| XYZ | 5.65 | 7.59 | 7.82 | - |
| YUV | 72.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 75 | 0.46 | 0 | 0.12 | 0.67 | 164.62 | 0.3 | 0.26 |
| Hex | 2E | 55 | 4B | 2E | 0 | C | 43 | A5 | 1E | 1A |
| Octal | 56 | 125 | 113 | 56 | 0 | 14 | 103 | 245 | 36 | 32 |
| Binary | 101110 | 1010101 | 1001011 | 101110 | 0 | 1100 | 1000011 | 10100101 | 11110 | 11010 |
Color Harmonies of #2E554B
Complementary color
Monochromatic Colors of #2E554B
Black with #2E554B
Text Example
Text Example
White with #2E554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E554B; }
p { color: rgb(46,85,75); }
H1.HeaderClassName
{
color: #2E554B;
}
.AnyTagClassName
{
color: #2E554B;
}
</style>
background-color css
<style>
a { background-color: #2E554B; }
a { background-color: rgb(46,85,75); }
div.DivClassName
{
background-color: #2E554B;
}
.BgClassName
{
background-color: #2E554B;
}
</style>
border-color css
<style>
span { border-color: #2E554B; }
span { border-color: rgb(46,85,75); }
td.TdClassName
{
border-color: #2E554B;
}
.TagClassName
{
border-color: #2E554B;
}
</style>