Shades of Elm #218984
Tints of Elm #218984
RGB
CMYK
RGB Variations
Color information
#218984 (or 0x218984) is known color: Elm. HEX triplet: 21, 89 and 84. RGB value is (33,137,132). Sum of RGB (Red+Green+Blue) = 33+137+132=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #218984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218984 is #DE767B. Grayscale: #696969. Windows color (decimal): -14579324 or 8685857. OLE color: 8685857.
HSL color Cylindrical-coordinate representation of color #218984: hue angle of 177.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218984 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 132 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.46 |
| HSL | 177.12º | 0.61% | 0.33% | - |
| HSV(B) | 177.12º | 0.76% | 0.54% | - |
| XYZ | 13.74 | 19.88 | 24.94 | - |
| YUV | 105.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 132 | 0.76 | 0 | 0.04 | 0.46 | 177.12 | 0.61 | 0.33 |
| Hex | 21 | 89 | 84 | 4C | 0 | 4 | 2E | B1 | 3D | 21 |
| Octal | 41 | 211 | 204 | 114 | 0 | 4 | 56 | 261 | 75 | 41 |
| Binary | 100001 | 10001001 | 10000100 | 1001100 | 0 | 100 | 101110 | 10110001 | 111101 | 100001 |
Color Harmonies of #218984
Complementary color
Monochromatic Colors of #218984
Black with #218984
Text Example
Text Example
White with #218984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218984; }
p { color: rgb(33,137,132); }
H1.HeaderClassName
{
color: #218984;
}
.AnyTagClassName
{
color: #218984;
}
</style>
background-color css
<style>
a { background-color: #218984; }
a { background-color: rgb(33,137,132); }
div.DivClassName
{
background-color: #218984;
}
.BgClassName
{
background-color: #218984;
}
</style>
border-color css
<style>
span { border-color: #218984; }
span { border-color: rgb(33,137,132); }
td.TdClassName
{
border-color: #218984;
}
.TagClassName
{
border-color: #218984;
}
</style>