Shades of Evening Sea #2A584A
Tints of Evening Sea #2A584A
RGB
CMYK
RGB Variations
Color information
#2A584A (or 0x2A584A) is known color: Evening Sea. HEX triplet: 2A, 58 and 4A. RGB value is (42,88,74). Sum of RGB (Red+Green+Blue) = 42+88+74=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 88 (34.77% from 255 or 43.14% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 88 - color contains mainly: green. Hex color #2A584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A584A is #D5A7B5. Grayscale: #484848. Windows color (decimal): -14002102 or 4872234. OLE color: 4872234.
HSL color Cylindrical-coordinate representation of color #2A584A: hue angle of 161.74º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A584A is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 88 | 74 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.65 |
| HSL | 161.74º | 0.35% | 0.25% | - |
| HSV(B) | 161.74º | 0.52% | 0.35% | - |
| XYZ | 5.68 | 7.97 | 7.72 | - |
| YUV | 72.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 74 | 0.52 | 0 | 0.16 | 0.65 | 161.74 | 0.35 | 0.25 |
| Hex | 2A | 58 | 4A | 34 | 0 | 10 | 41 | A2 | 23 | 19 |
| Octal | 52 | 130 | 112 | 64 | 0 | 20 | 101 | 242 | 43 | 31 |
| Binary | 101010 | 1011000 | 1001010 | 110100 | 0 | 10000 | 1000001 | 10100010 | 100011 | 11001 |
Color Harmonies of #2A584A
Complementary color
Monochromatic Colors of #2A584A
Black with #2A584A
Text Example
Text Example
White with #2A584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A584A; }
p { color: rgb(42,88,74); }
H1.HeaderClassName
{
color: #2A584A;
}
.AnyTagClassName
{
color: #2A584A;
}
</style>
background-color css
<style>
a { background-color: #2A584A; }
a { background-color: rgb(42,88,74); }
div.DivClassName
{
background-color: #2A584A;
}
.BgClassName
{
background-color: #2A584A;
}
</style>
border-color css
<style>
span { border-color: #2A584A; }
span { border-color: rgb(42,88,74); }
td.TdClassName
{
border-color: #2A584A;
}
.TagClassName
{
border-color: #2A584A;
}
</style>