Shades of Evening Sea #2C564B
Tints of Evening Sea #2C564B
RGB
CMYK
RGB Variations
Color information
#2C564B (or 0x2C564B) is known color: Evening Sea. HEX triplet: 2C, 56 and 4B. RGB value is (44,86,75). Sum of RGB (Red+Green+Blue) = 44+86+75=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #2C564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C564B is #D3A9B4. Grayscale: #484848. Windows color (decimal): -13871541 or 4937260. OLE color: 4937260.
HSL color Cylindrical-coordinate representation of color #2C564B: hue angle of 164.29º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2C564B is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 44 | 86 | 75 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.66 |
| HSL | 164.29º | 0.32% | 0.25% | - |
| HSV(B) | 164.29º | 0.49% | 0.34% | - |
| XYZ | 5.64 | 7.7 | 7.85 | - |
| YUV | 72.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 86 | 75 | 0.49 | 0 | 0.13 | 0.66 | 164.29 | 0.32 | 0.25 |
| Hex | 2C | 56 | 4B | 31 | 0 | D | 42 | A4 | 20 | 19 |
| Octal | 54 | 126 | 113 | 61 | 0 | 15 | 102 | 244 | 40 | 31 |
| Binary | 101100 | 1010110 | 1001011 | 110001 | 0 | 1101 | 1000010 | 10100100 | 100000 | 11001 |
Color Harmonies of #2C564B
Complementary color
Monochromatic Colors of #2C564B
Black with #2C564B
Text Example
Text Example
White with #2C564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C564B; }
p { color: rgb(44,86,75); }
H1.HeaderClassName
{
color: #2C564B;
}
.AnyTagClassName
{
color: #2C564B;
}
</style>
background-color css
<style>
a { background-color: #2C564B; }
a { background-color: rgb(44,86,75); }
div.DivClassName
{
background-color: #2C564B;
}
.BgClassName
{
background-color: #2C564B;
}
</style>
border-color css
<style>
span { border-color: #2C564B; }
span { border-color: rgb(44,86,75); }
td.TdClassName
{
border-color: #2C564B;
}
.TagClassName
{
border-color: #2C564B;
}
</style>