Shades of Elm #218881
Tints of Elm #218881
RGB
CMYK
RGB Variations
Color information
#218881 (or 0x218881) is known color: Elm. HEX triplet: 21, 88 and 81. RGB value is (33,136,129). Sum of RGB (Red+Green+Blue) = 33+136+129=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #218881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218881 is #DE777E. Grayscale: #686868. Windows color (decimal): -14579583 or 8488993. OLE color: 8488993.
HSL color Cylindrical-coordinate representation of color #218881: hue angle of 175.92º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218881 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 129 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.47 |
| HSL | 175.92º | 0.61% | 0.33% | - |
| HSV(B) | 175.92º | 0.76% | 0.53% | - |
| XYZ | 13.39 | 19.52 | 23.83 | - |
| YUV | 104.41 | 141.88 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 129 | 0.76 | 0 | 0.05 | 0.47 | 175.92 | 0.61 | 0.33 |
| Hex | 21 | 88 | 81 | 4C | 0 | 5 | 2F | B0 | 3D | 21 |
| Octal | 41 | 210 | 201 | 114 | 0 | 5 | 57 | 260 | 75 | 41 |
| Binary | 100001 | 10001000 | 10000001 | 1001100 | 0 | 101 | 101111 | 10110000 | 111101 | 100001 |
Color Harmonies of #218881
Complementary color
Monochromatic Colors of #218881
Black with #218881
Text Example
Text Example
White with #218881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218881; }
p { color: rgb(33,136,129); }
H1.HeaderClassName
{
color: #218881;
}
.AnyTagClassName
{
color: #218881;
}
</style>
background-color css
<style>
a { background-color: #218881; }
a { background-color: rgb(33,136,129); }
div.DivClassName
{
background-color: #218881;
}
.BgClassName
{
background-color: #218881;
}
</style>
border-color css
<style>
span { border-color: #218881; }
span { border-color: rgb(33,136,129); }
td.TdClassName
{
border-color: #218881;
}
.TagClassName
{
border-color: #218881;
}
</style>