Shades of Elm #217070
Tints of Elm #217070
RGB
CMYK
RGB Variations
Color information
#217070 (or 0x217070) is known color: Elm. HEX triplet: 21, 70 and 70. RGB value is (33,112,112). Sum of RGB (Red+Green+Blue) = 33+112+112=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #217070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217070 is #DE8F8F. Grayscale: #585858. Windows color (decimal): -14585744 or 7368737. OLE color: 7368737.
HSL color Cylindrical-coordinate representation of color #217070: hue angle of 180º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217070 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 112 | - |
| CMYK | 0.71 | 0 | 0 | 0.56 |
| HSL | 180º | 0.54% | 0.28% | - |
| HSV(B) | 180º | 0.71% | 0.44% | - |
| XYZ | 9.35 | 13.08 | 17.36 | - |
| YUV | 88.38 | 141.33 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 112 | 0.71 | 0 | 0 | 0.56 | 180 | 0.54 | 0.28 |
| Hex | 21 | 70 | 70 | 47 | 0 | 0 | 38 | B4 | 36 | 1C |
| Octal | 41 | 160 | 160 | 107 | 0 | 0 | 70 | 264 | 66 | 34 |
| Binary | 100001 | 1110000 | 1110000 | 1000111 | 0 | 0 | 111000 | 10110100 | 110110 | 11100 |
Color Harmonies of #217070
Complementary color
Monochromatic Colors of #217070
Black with #217070
Text Example
Text Example
White with #217070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217070; }
p { color: rgb(33,112,112); }
H1.HeaderClassName
{
color: #217070;
}
.AnyTagClassName
{
color: #217070;
}
</style>
background-color css
<style>
a { background-color: #217070; }
a { background-color: rgb(33,112,112); }
div.DivClassName
{
background-color: #217070;
}
.BgClassName
{
background-color: #217070;
}
</style>
border-color css
<style>
span { border-color: #217070; }
span { border-color: rgb(33,112,112); }
td.TdClassName
{
border-color: #217070;
}
.TagClassName
{
border-color: #217070;
}
</style>