Shades of Evening Sea #2A594E
Tints of Evening Sea #2A594E
RGB
CMYK
RGB Variations
Color information
#2A594E (or 0x2A594E) is known color: Evening Sea. HEX triplet: 2A, 59 and 4E. RGB value is (42,89,78). Sum of RGB (Red+Green+Blue) = 42+89+78=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #2A594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A594E is #D5A6B1. Grayscale: #494949. Windows color (decimal): -14001842 or 5134634. OLE color: 5134634.
HSL color Cylindrical-coordinate representation of color #2A594E: hue angle of 165.96º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2A594E is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 89 | 78 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.65 |
| HSL | 165.96º | 0.36% | 0.26% | - |
| HSV(B) | 165.96º | 0.53% | 0.35% | - |
| XYZ | 5.9 | 8.19 | 8.48 | - |
| YUV | 73.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 89 | 78 | 0.53 | 0 | 0.12 | 0.65 | 165.96 | 0.36 | 0.26 |
| Hex | 2A | 59 | 4E | 35 | 0 | C | 41 | A6 | 24 | 1A |
| Octal | 52 | 131 | 116 | 65 | 0 | 14 | 101 | 246 | 44 | 32 |
| Binary | 101010 | 1011001 | 1001110 | 110101 | 0 | 1100 | 1000001 | 10100110 | 100100 | 11010 |
Color Harmonies of #2A594E
Complementary color
Monochromatic Colors of #2A594E
Black with #2A594E
Text Example
Text Example
White with #2A594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A594E; }
p { color: rgb(42,89,78); }
H1.HeaderClassName
{
color: #2A594E;
}
.AnyTagClassName
{
color: #2A594E;
}
</style>
background-color css
<style>
a { background-color: #2A594E; }
a { background-color: rgb(42,89,78); }
div.DivClassName
{
background-color: #2A594E;
}
.BgClassName
{
background-color: #2A594E;
}
</style>
border-color css
<style>
span { border-color: #2A594E; }
span { border-color: rgb(42,89,78); }
td.TdClassName
{
border-color: #2A594E;
}
.TagClassName
{
border-color: #2A594E;
}
</style>