Shades of Elm #217273
Tints of Elm #217273
RGB
CMYK
RGB Variations
Color information
#217273 (or 0x217273) is known color: Elm. HEX triplet: 21, 72 and 73. RGB value is (33,114,115). Sum of RGB (Red+Green+Blue) = 33+114+115=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #217273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217273 is #DE8D8C. Grayscale: #595959. Windows color (decimal): -14585229 or 7565857. OLE color: 7565857.
HSL color Cylindrical-coordinate representation of color #217273: hue angle of 180.73º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217273 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 115 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.55 |
| HSL | 180.73º | 0.55% | 0.29% | - |
| HSV(B) | 180.73º | 0.71% | 0.45% | - |
| XYZ | 9.74 | 13.6 | 18.33 | - |
| YUV | 89.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 115 | 0.71 | 0.01 | 0 | 0.55 | 180.73 | 0.55 | 0.29 |
| Hex | 21 | 72 | 73 | 47 | 1 | 0 | 37 | B5 | 37 | 1D |
| Octal | 41 | 162 | 163 | 107 | 1 | 0 | 67 | 265 | 67 | 35 |
| Binary | 100001 | 1110010 | 1110011 | 1000111 | 1 | 0 | 110111 | 10110101 | 110111 | 11101 |
Color Harmonies of #217273
Complementary color
Monochromatic Colors of #217273
Black with #217273
Text Example
Text Example
White with #217273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217273; }
p { color: rgb(33,114,115); }
H1.HeaderClassName
{
color: #217273;
}
.AnyTagClassName
{
color: #217273;
}
</style>
background-color css
<style>
a { background-color: #217273; }
a { background-color: rgb(33,114,115); }
div.DivClassName
{
background-color: #217273;
}
.BgClassName
{
background-color: #217273;
}
</style>
border-color css
<style>
span { border-color: #217273; }
span { border-color: rgb(33,114,115); }
td.TdClassName
{
border-color: #217273;
}
.TagClassName
{
border-color: #217273;
}
</style>