Shades of Evening Sea #2A5649
Tints of Evening Sea #2A5649
RGB
CMYK
RGB Variations
Color information
#2A5649 (or 0x2A5649) is known color: Evening Sea. HEX triplet: 2A, 56 and 49. RGB value is (42,86,73). Sum of RGB (Red+Green+Blue) = 42+86+73=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #2A5649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5649 is #D5A9B6. Grayscale: #474747. Windows color (decimal): -14002615 or 4806186. OLE color: 4806186.
HSL color Cylindrical-coordinate representation of color #2A5649: hue angle of 162.27º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2A5649 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 86 | 73 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.66 |
| HSL | 162.27º | 0.34% | 0.25% | - |
| HSV(B) | 162.27º | 0.51% | 0.34% | - |
| XYZ | 5.49 | 7.63 | 7.49 | - |
| YUV | 71.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 73 | 0.51 | 0 | 0.15 | 0.66 | 162.27 | 0.34 | 0.25 |
| Hex | 2A | 56 | 49 | 33 | 0 | F | 42 | A2 | 22 | 19 |
| Octal | 52 | 126 | 111 | 63 | 0 | 17 | 102 | 242 | 42 | 31 |
| Binary | 101010 | 1010110 | 1001001 | 110011 | 0 | 1111 | 1000010 | 10100010 | 100010 | 11001 |
Color Harmonies of #2A5649
Complementary color
Monochromatic Colors of #2A5649
Black with #2A5649
Text Example
Text Example
White with #2A5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5649; }
p { color: rgb(42,86,73); }
H1.HeaderClassName
{
color: #2A5649;
}
.AnyTagClassName
{
color: #2A5649;
}
</style>
background-color css
<style>
a { background-color: #2A5649; }
a { background-color: rgb(42,86,73); }
div.DivClassName
{
background-color: #2A5649;
}
.BgClassName
{
background-color: #2A5649;
}
</style>
border-color css
<style>
span { border-color: #2A5649; }
span { border-color: rgb(42,86,73); }
td.TdClassName
{
border-color: #2A5649;
}
.TagClassName
{
border-color: #2A5649;
}
</style>