Shades of Evening Sea #2D564D
Tints of Evening Sea #2D564D
RGB
CMYK
RGB Variations
Color information
#2D564D (or 0x2D564D) is known color: Evening Sea. HEX triplet: 2D, 56 and 4D. RGB value is (45,86,77). Sum of RGB (Red+Green+Blue) = 45+86+77=208 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.63% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #2D564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D564D is #D2A9B2. Grayscale: #484848. Windows color (decimal): -13806003 or 5068333. OLE color: 5068333.
HSL color Cylindrical-coordinate representation of color #2D564D: hue angle of 166.83º 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 #2D564D is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 86 | 77 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.66 |
| HSL | 166.83º | 0.31% | 0.26% | - |
| HSV(B) | 166.83º | 0.48% | 0.34% | - |
| XYZ | 5.75 | 7.75 | 8.21 | - |
| YUV | 72.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 77 | 0.48 | 0 | 0.10 | 0.66 | 166.83 | 0.31 | 0.26 |
| Hex | 2D | 56 | 4D | 30 | 0 | A | 42 | A7 | 1F | 1A |
| Octal | 55 | 126 | 115 | 60 | 0 | 12 | 102 | 247 | 37 | 32 |
| Binary | 101101 | 1010110 | 1001101 | 110000 | 0 | 1010 | 1000010 | 10100111 | 11111 | 11010 |
Color Harmonies of #2D564D
Complementary color
Monochromatic Colors of #2D564D
Black with #2D564D
Text Example
Text Example
White with #2D564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D564D; }
p { color: rgb(45,86,77); }
H1.HeaderClassName
{
color: #2D564D;
}
.AnyTagClassName
{
color: #2D564D;
}
</style>
background-color css
<style>
a { background-color: #2D564D; }
a { background-color: rgb(45,86,77); }
div.DivClassName
{
background-color: #2D564D;
}
.BgClassName
{
background-color: #2D564D;
}
</style>
border-color css
<style>
span { border-color: #2D564D; }
span { border-color: rgb(45,86,77); }
td.TdClassName
{
border-color: #2D564D;
}
.TagClassName
{
border-color: #2D564D;
}
</style>