Shades of Evening Sea #2C664D
Tints of Evening Sea #2C664D
RGB
CMYK
RGB Variations
Color information
#2C664D (or 0x2C664D) is known color: Evening Sea. HEX triplet: 2C, 66 and 4D. RGB value is (44,102,77). Sum of RGB (Red+Green+Blue) = 44+102+77=223 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.73% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #2C664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C664D is #D399B2. Grayscale: #515151. Windows color (decimal): -13867443 or 5072428. OLE color: 5072428.
HSL color Cylindrical-coordinate representation of color #2C664D: hue angle of 154.14º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C664D is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 44 | 102 | 77 | - |
| CMYK | 0.57 | 0 | 0.25 | 0.6 |
| HSL | 154.14º | 0.4% | 0.29% | - |
| HSV(B) | 154.14º | 0.57% | 0.4% | - |
| XYZ | 7.13 | 10.57 | 8.69 | - |
| YUV | 81.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 102 | 77 | 0.57 | 0 | 0.25 | 0.6 | 154.14 | 0.4 | 0.29 |
| Hex | 2C | 66 | 4D | 39 | 0 | 19 | 3C | 9A | 28 | 1D |
| Octal | 54 | 146 | 115 | 71 | 0 | 31 | 74 | 232 | 50 | 35 |
| Binary | 101100 | 1100110 | 1001101 | 111001 | 0 | 11001 | 111100 | 10011010 | 101000 | 11101 |
Color Harmonies of #2C664D
Complementary color
Monochromatic Colors of #2C664D
Black with #2C664D
Text Example
Text Example
White with #2C664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C664D; }
p { color: rgb(44,102,77); }
H1.HeaderClassName
{
color: #2C664D;
}
.AnyTagClassName
{
color: #2C664D;
}
</style>
background-color css
<style>
a { background-color: #2C664D; }
a { background-color: rgb(44,102,77); }
div.DivClassName
{
background-color: #2C664D;
}
.BgClassName
{
background-color: #2C664D;
}
</style>
border-color css
<style>
span { border-color: #2C664D; }
span { border-color: rgb(44,102,77); }
td.TdClassName
{
border-color: #2C664D;
}
.TagClassName
{
border-color: #2C664D;
}
</style>