Shades of Evening Sea #2D564A
Tints of Evening Sea #2D564A
RGB
CMYK
RGB Variations
Color information
#2D564A (or 0x2D564A) is known color: Evening Sea. HEX triplet: 2D, 56 and 4A. RGB value is (45,86,74). Sum of RGB (Red+Green+Blue) = 45+86+74=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #2D564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D564A is #D2A9B5. Grayscale: #484848. Windows color (decimal): -13806006 or 4871725. OLE color: 4871725.
HSL color Cylindrical-coordinate representation of color #2D564A: hue angle of 162.44º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D564A is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 86 | 74 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.66 |
| HSL | 162.44º | 0.31% | 0.26% | - |
| HSV(B) | 162.44º | 0.48% | 0.34% | - |
| XYZ | 5.65 | 7.71 | 7.67 | - |
| YUV | 72.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 74 | 0.48 | 0 | 0.14 | 0.66 | 162.44 | 0.31 | 0.26 |
| Hex | 2D | 56 | 4A | 30 | 0 | E | 42 | A2 | 1F | 1A |
| Octal | 55 | 126 | 112 | 60 | 0 | 16 | 102 | 242 | 37 | 32 |
| Binary | 101101 | 1010110 | 1001010 | 110000 | 0 | 1110 | 1000010 | 10100010 | 11111 | 11010 |
Color Harmonies of #2D564A
Complementary color
Monochromatic Colors of #2D564A
Black with #2D564A
Text Example
Text Example
White with #2D564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D564A; }
p { color: rgb(45,86,74); }
H1.HeaderClassName
{
color: #2D564A;
}
.AnyTagClassName
{
color: #2D564A;
}
</style>
background-color css
<style>
a { background-color: #2D564A; }
a { background-color: rgb(45,86,74); }
div.DivClassName
{
background-color: #2D564A;
}
.BgClassName
{
background-color: #2D564A;
}
</style>
border-color css
<style>
span { border-color: #2D564A; }
span { border-color: rgb(45,86,74); }
td.TdClassName
{
border-color: #2D564A;
}
.TagClassName
{
border-color: #2D564A;
}
</style>