Shades of Evening Sea #2A584C
Tints of Evening Sea #2A584C
RGB
CMYK
RGB Variations
Color information
#2A584C (or 0x2A584C) is known color: Evening Sea. HEX triplet: 2A, 58 and 4C. RGB value is (42,88,76). Sum of RGB (Red+Green+Blue) = 42+88+76=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #2A584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A584C is #D5A7B3. Grayscale: #484848. Windows color (decimal): -14002100 or 5003306. OLE color: 5003306.
HSL color Cylindrical-coordinate representation of color #2A584C: hue angle of 164.35º 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 #2A584C is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 88 | 76 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.65 |
| HSL | 164.35º | 0.35% | 0.25% | - |
| HSV(B) | 164.35º | 0.52% | 0.35% | - |
| XYZ | 5.75 | 7.99 | 8.08 | - |
| YUV | 72.88 | 129.76 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 76 | 0.52 | 0 | 0.14 | 0.65 | 164.35 | 0.35 | 0.25 |
| Hex | 2A | 58 | 4C | 34 | 0 | E | 41 | A4 | 23 | 19 |
| Octal | 52 | 130 | 114 | 64 | 0 | 16 | 101 | 244 | 43 | 31 |
| Binary | 101010 | 1011000 | 1001100 | 110100 | 0 | 1110 | 1000001 | 10100100 | 100011 | 11001 |
Color Harmonies of #2A584C
Complementary color
Monochromatic Colors of #2A584C
Black with #2A584C
Text Example
Text Example
White with #2A584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A584C; }
p { color: rgb(42,88,76); }
H1.HeaderClassName
{
color: #2A584C;
}
.AnyTagClassName
{
color: #2A584C;
}
</style>
background-color css
<style>
a { background-color: #2A584C; }
a { background-color: rgb(42,88,76); }
div.DivClassName
{
background-color: #2A584C;
}
.BgClassName
{
background-color: #2A584C;
}
</style>
border-color css
<style>
span { border-color: #2A584C; }
span { border-color: rgb(42,88,76); }
td.TdClassName
{
border-color: #2A584C;
}
.TagClassName
{
border-color: #2A584C;
}
</style>