Shades of Elm #218883
Tints of Elm #218883
RGB
CMYK
RGB Variations
Color information
#218883 (or 0x218883) is known color: Elm. HEX triplet: 21, 88 and 83. RGB value is (33,136,131). Sum of RGB (Red+Green+Blue) = 33+136+131=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #218883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218883 is #DE777C. Grayscale: #686868. Windows color (decimal): -14579581 or 8620065. OLE color: 8620065.
HSL color Cylindrical-coordinate representation of color #218883: hue angle of 177.09º 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 #218883 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 131 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.47 |
| HSL | 177.09º | 0.61% | 0.33% | - |
| HSV(B) | 177.09º | 0.76% | 0.53% | - |
| XYZ | 13.53 | 19.57 | 24.54 | - |
| YUV | 104.63 | 142.88 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 131 | 0.76 | 0 | 0.04 | 0.47 | 177.09 | 0.61 | 0.33 |
| Hex | 21 | 88 | 83 | 4C | 0 | 4 | 2F | B1 | 3D | 21 |
| Octal | 41 | 210 | 203 | 114 | 0 | 4 | 57 | 261 | 75 | 41 |
| Binary | 100001 | 10001000 | 10000011 | 1001100 | 0 | 100 | 101111 | 10110001 | 111101 | 100001 |
Color Harmonies of #218883
Complementary color
Monochromatic Colors of #218883
Black with #218883
Text Example
Text Example
White with #218883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218883; }
p { color: rgb(33,136,131); }
H1.HeaderClassName
{
color: #218883;
}
.AnyTagClassName
{
color: #218883;
}
</style>
background-color css
<style>
a { background-color: #218883; }
a { background-color: rgb(33,136,131); }
div.DivClassName
{
background-color: #218883;
}
.BgClassName
{
background-color: #218883;
}
</style>
border-color css
<style>
span { border-color: #218883; }
span { border-color: rgb(33,136,131); }
td.TdClassName
{
border-color: #218883;
}
.TagClassName
{
border-color: #218883;
}
</style>