Shades of Evening Sea #2D584C
Tints of Evening Sea #2D584C
RGB
CMYK
RGB Variations
Color information
#2D584C (or 0x2D584C) is known color: Evening Sea. HEX triplet: 2D, 58 and 4C. RGB value is (45,88,76). Sum of RGB (Red+Green+Blue) = 45+88+76=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #2D584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D584C is #D2A7B3. Grayscale: #494949. Windows color (decimal): -13805492 or 5003309. OLE color: 5003309.
HSL color Cylindrical-coordinate representation of color #2D584C: hue angle of 163.26º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D584C is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 45 | 88 | 76 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.65 |
| HSL | 163.26º | 0.32% | 0.26% | - |
| HSV(B) | 163.26º | 0.49% | 0.35% | - |
| XYZ | 5.88 | 8.06 | 8.08 | - |
| YUV | 73.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 88 | 76 | 0.49 | 0 | 0.14 | 0.65 | 163.26 | 0.32 | 0.26 |
| Hex | 2D | 58 | 4C | 31 | 0 | E | 41 | A3 | 20 | 1A |
| Octal | 55 | 130 | 114 | 61 | 0 | 16 | 101 | 243 | 40 | 32 |
| Binary | 101101 | 1011000 | 1001100 | 110001 | 0 | 1110 | 1000001 | 10100011 | 100000 | 11010 |
Color Harmonies of #2D584C
Complementary color
Monochromatic Colors of #2D584C
Black with #2D584C
Text Example
Text Example
White with #2D584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D584C; }
p { color: rgb(45,88,76); }
H1.HeaderClassName
{
color: #2D584C;
}
.AnyTagClassName
{
color: #2D584C;
}
</style>
background-color css
<style>
a { background-color: #2D584C; }
a { background-color: rgb(45,88,76); }
div.DivClassName
{
background-color: #2D584C;
}
.BgClassName
{
background-color: #2D584C;
}
</style>
border-color css
<style>
span { border-color: #2D584C; }
span { border-color: rgb(45,88,76); }
td.TdClassName
{
border-color: #2D584C;
}
.TagClassName
{
border-color: #2D584C;
}
</style>