Shades of Evening Sea #21644D
Tints of Evening Sea #21644D
RGB
CMYK
RGB Variations
Color information
#21644D (or 0x21644D) is known color: Evening Sea. HEX triplet: 21, 64 and 4D. RGB value is (33,100,77). Sum of RGB (Red+Green+Blue) = 33+100+77=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 100 - color contains mainly: green. Hex color #21644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21644D is #DE9BB2. Grayscale: #4D4D4D. Windows color (decimal): -14588851 or 5071905. OLE color: 5071905.
HSL color Cylindrical-coordinate representation of color #21644D: hue angle of 159.4º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21644D is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 100 | 77 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.61 |
| HSL | 159.4º | 0.5% | 0.26% | - |
| HSV(B) | 159.4º | 0.67% | 0.39% | - |
| XYZ | 6.52 | 9.97 | 8.6 | - |
| YUV | 77.35 | 127.8 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 77 | 0.67 | 0 | 0.23 | 0.61 | 159.4 | 0.5 | 0.26 |
| Hex | 21 | 64 | 4D | 43 | 0 | 17 | 3D | 9F | 32 | 1A |
| Octal | 41 | 144 | 115 | 103 | 0 | 27 | 75 | 237 | 62 | 32 |
| Binary | 100001 | 1100100 | 1001101 | 1000011 | 0 | 10111 | 111101 | 10011111 | 110010 | 11010 |
Color Harmonies of #21644D
Complementary color
Monochromatic Colors of #21644D
Black with #21644D
Text Example
Text Example
White with #21644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21644D; }
p { color: rgb(33,100,77); }
H1.HeaderClassName
{
color: #21644D;
}
.AnyTagClassName
{
color: #21644D;
}
</style>
background-color css
<style>
a { background-color: #21644D; }
a { background-color: rgb(33,100,77); }
div.DivClassName
{
background-color: #21644D;
}
.BgClassName
{
background-color: #21644D;
}
</style>
border-color css
<style>
span { border-color: #21644D; }
span { border-color: rgb(33,100,77); }
td.TdClassName
{
border-color: #21644D;
}
.TagClassName
{
border-color: #21644D;
}
</style>