Shades of Evening Sea #2C5E4D
Tints of Evening Sea #2C5E4D
RGB
CMYK
RGB Variations
Color information
#2C5E4D (or 0x2C5E4D) is known color: Evening Sea. HEX triplet: 2C, 5E and 4D. RGB value is (44,94,77). Sum of RGB (Red+Green+Blue) = 44+94+77=215 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.47% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 94 - color contains mainly: green. Hex color #2C5E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5E4D is #D3A1B2. Grayscale: #4D4D4D. Windows color (decimal): -13869491 or 5070380. OLE color: 5070380.
HSL color Cylindrical-coordinate representation of color #2C5E4D: hue angle of 159.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C5E4D is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
RGB | 44 | 94 | 77 | - |
CMYK | 0.53 | 0 | 0.18 | 0.63 |
HSL | 159.6º | 0.36% | 0.27% | - |
HSV(B) | 159.6º | 0.53% | 0.37% | - |
XYZ | 6.38 | 9.08 | 8.44 | - |
YUV | 77.11 | 127.94 | 104.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 44 | 94 | 77 | 0.53 | 0 | 0.18 | 0.63 | 159.6 | 0.36 | 0.27 |
Hex | 2C | 5E | 4D | 35 | 0 | 12 | 3F | A0 | 24 | 1B |
Octal | 54 | 136 | 115 | 65 | 0 | 22 | 77 | 240 | 44 | 33 |
Binary | 101100 | 1011110 | 1001101 | 110101 | 0 | 10010 | 111111 | 10100000 | 100100 | 11011 |
Color Harmonies of #2C5E4D
Complementary color
Monochromatic Colors of #2C5E4D
Black with #2C5E4D
Text Example
Text Example
White with #2C5E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5E4D; }
p { color: rgb(44,94,77); }
H1.HeaderClassName
{
color: #2C5E4D;
}
.AnyTagClassName
{
color: #2C5E4D;
}
</style>
background-color css
<style>
a { background-color: #2C5E4D; }
a { background-color: rgb(44,94,77); }
div.DivClassName
{
background-color: #2C5E4D;
}
.BgClassName
{
background-color: #2C5E4D;
}
</style>
border-color css
<style>
span { border-color: #2C5E4D; }
span { border-color: rgb(44,94,77); }
td.TdClassName
{
border-color: #2C5E4D;
}
.TagClassName
{
border-color: #2C5E4D;
}
</style>