Shades of Evening Sea #2D564B
Tints of Evening Sea #2D564B
RGB
CMYK
RGB Variations
Color information
#2D564B (or 0x2D564B) is known color: Evening Sea. HEX triplet: 2D, 56 and 4B. RGB value is (45,86,75). Sum of RGB (Red+Green+Blue) = 45+86+75=206 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.84% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #2D564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D564B is #D2A9B4. Grayscale: #484848. Windows color (decimal): -13806005 or 4937261. OLE color: 4937261.
HSL color Cylindrical-coordinate representation of color #2D564B: hue angle of 163.9º 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 #2D564B is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 86 | 75 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.66 |
| HSL | 163.9º | 0.31% | 0.26% | - |
| HSV(B) | 163.9º | 0.48% | 0.34% | - |
| XYZ | 5.68 | 7.72 | 7.85 | - |
| YUV | 72.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 86 | 75 | 0.48 | 0 | 0.13 | 0.66 | 163.9 | 0.31 | 0.26 |
| Hex | 2D | 56 | 4B | 30 | 0 | D | 42 | A4 | 1F | 1A |
| Octal | 55 | 126 | 113 | 60 | 0 | 15 | 102 | 244 | 37 | 32 |
| Binary | 101101 | 1010110 | 1001011 | 110000 | 0 | 1101 | 1000010 | 10100100 | 11111 | 11010 |
Color Harmonies of #2D564B
Complementary color
Monochromatic Colors of #2D564B
Black with #2D564B
Text Example
Text Example
White with #2D564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D564B; }
p { color: rgb(45,86,75); }
H1.HeaderClassName
{
color: #2D564B;
}
.AnyTagClassName
{
color: #2D564B;
}
</style>
background-color css
<style>
a { background-color: #2D564B; }
a { background-color: rgb(45,86,75); }
div.DivClassName
{
background-color: #2D564B;
}
.BgClassName
{
background-color: #2D564B;
}
</style>
border-color css
<style>
span { border-color: #2D564B; }
span { border-color: rgb(45,86,75); }
td.TdClassName
{
border-color: #2D564B;
}
.TagClassName
{
border-color: #2D564B;
}
</style>