Shades of Evening Sea #2C584E
Tints of Evening Sea #2C584E
RGB
CMYK
RGB Variations
Color information
#2C584E (or 0x2C584E) is known color: Evening Sea. HEX triplet: 2C, 58 and 4E. RGB value is (44,88,78). Sum of RGB (Red+Green+Blue) = 44+88+78=210 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.95% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #2C584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C584E is #D3A7B1. Grayscale: #494949. Windows color (decimal): -13871026 or 5134380. OLE color: 5134380.
HSL color Cylindrical-coordinate representation of color #2C584E: hue angle of 166.36º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C584E is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 44 | 88 | 78 | - |
| CMYK | 0.5 | 0 | 0.11 | 0.65 |
| HSL | 166.36º | 0.33% | 0.26% | - |
| HSV(B) | 166.36º | 0.5% | 0.35% | - |
| XYZ | 5.9 | 8.06 | 8.45 | - |
| YUV | 73.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 88 | 78 | 0.5 | 0 | 0.11 | 0.65 | 166.36 | 0.33 | 0.26 |
| Hex | 2C | 58 | 4E | 32 | 0 | B | 41 | A6 | 21 | 1A |
| Octal | 54 | 130 | 116 | 62 | 0 | 13 | 101 | 246 | 41 | 32 |
| Binary | 101100 | 1011000 | 1001110 | 110010 | 0 | 1011 | 1000001 | 10100110 | 100001 | 11010 |
Color Harmonies of #2C584E
Complementary color
Monochromatic Colors of #2C584E
Black with #2C584E
Text Example
Text Example
White with #2C584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C584E; }
p { color: rgb(44,88,78); }
H1.HeaderClassName
{
color: #2C584E;
}
.AnyTagClassName
{
color: #2C584E;
}
</style>
background-color css
<style>
a { background-color: #2C584E; }
a { background-color: rgb(44,88,78); }
div.DivClassName
{
background-color: #2C584E;
}
.BgClassName
{
background-color: #2C584E;
}
</style>
border-color css
<style>
span { border-color: #2C584E; }
span { border-color: rgb(44,88,78); }
td.TdClassName
{
border-color: #2C584E;
}
.TagClassName
{
border-color: #2C584E;
}
</style>