Shades of Evening Sea #21694E
Tints of Evening Sea #21694E
RGB
CMYK
RGB Variations
Color information
#21694E (or 0x21694E) is known color: Evening Sea. HEX triplet: 21, 69 and 4E. RGB value is (33,105,78). Sum of RGB (Red+Green+Blue) = 33+105+78=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 105 (41.41% from 255 or 48.61% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 105 - color contains mainly: green. Hex color #21694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21694E is #DE96B1. Grayscale: #505050. Windows color (decimal): -14587570 or 5138721. OLE color: 5138721.
HSL color Cylindrical-coordinate representation of color #21694E: hue angle of 157.5º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21694E is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 105 | 78 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.59 |
| HSL | 157.5º | 0.52% | 0.27% | - |
| HSV(B) | 157.5º | 0.69% | 0.41% | - |
| XYZ | 7.05 | 10.98 | 8.95 | - |
| YUV | 80.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 105 | 78 | 0.69 | 0 | 0.26 | 0.59 | 157.5 | 0.52 | 0.27 |
| Hex | 21 | 69 | 4E | 45 | 0 | 1A | 3B | 9E | 34 | 1B |
| Octal | 41 | 151 | 116 | 105 | 0 | 32 | 73 | 236 | 64 | 33 |
| Binary | 100001 | 1101001 | 1001110 | 1000101 | 0 | 11010 | 111011 | 10011110 | 110100 | 11011 |
Color Harmonies of #21694E
Complementary color
Monochromatic Colors of #21694E
Black with #21694E
Text Example
Text Example
White with #21694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21694E; }
p { color: rgb(33,105,78); }
H1.HeaderClassName
{
color: #21694E;
}
.AnyTagClassName
{
color: #21694E;
}
</style>
background-color css
<style>
a { background-color: #21694E; }
a { background-color: rgb(33,105,78); }
div.DivClassName
{
background-color: #21694E;
}
.BgClassName
{
background-color: #21694E;
}
</style>
border-color css
<style>
span { border-color: #21694E; }
span { border-color: rgb(33,105,78); }
td.TdClassName
{
border-color: #21694E;
}
.TagClassName
{
border-color: #21694E;
}
</style>