Shades of Evening Sea #21534A
Tints of Evening Sea #21534A
RGB
CMYK
RGB Variations
Color information
#21534A (or 0x21534A) is known color: Evening Sea. HEX triplet: 21, 53 and 4A. RGB value is (33,83,74). Sum of RGB (Red+Green+Blue) = 33+83+74=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #21534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21534A is #DEACB5. Grayscale: #434343. Windows color (decimal): -14593206 or 4870945. OLE color: 4870945.
HSL color Cylindrical-coordinate representation of color #21534A: hue angle of 169.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21534A is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 74 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.67 |
| HSL | 169.2º | 0.43% | 0.23% | - |
| HSV(B) | 169.2º | 0.6% | 0.33% | - |
| XYZ | 4.96 | 7 | 7.57 | - |
| YUV | 67.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 74 | 0.60 | 0 | 0.11 | 0.67 | 169.2 | 0.43 | 0.23 |
| Hex | 21 | 53 | 4A | 3C | 0 | B | 43 | A9 | 2B | 17 |
| Octal | 41 | 123 | 112 | 74 | 0 | 13 | 103 | 251 | 53 | 27 |
| Binary | 100001 | 1010011 | 1001010 | 111100 | 0 | 1011 | 1000011 | 10101001 | 101011 | 10111 |
Color Harmonies of #21534A
Complementary color
Monochromatic Colors of #21534A
Black with #21534A
Text Example
Text Example
White with #21534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21534A; }
p { color: rgb(33,83,74); }
H1.HeaderClassName
{
color: #21534A;
}
.AnyTagClassName
{
color: #21534A;
}
</style>
background-color css
<style>
a { background-color: #21534A; }
a { background-color: rgb(33,83,74); }
div.DivClassName
{
background-color: #21534A;
}
.BgClassName
{
background-color: #21534A;
}
</style>
border-color css
<style>
span { border-color: #21534A; }
span { border-color: rgb(33,83,74); }
td.TdClassName
{
border-color: #21534A;
}
.TagClassName
{
border-color: #21534A;
}
</style>