Shades of Salem #217352
Tints of Salem #217352
RGB
CMYK
RGB Variations
Color information
#217352 (or 0x217352) is known color: Salem. HEX triplet: 21, 73 and 52. RGB value is (33,115,82). Sum of RGB (Red+Green+Blue) = 33+115+82=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #217352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217352 is #DE8CAD. Grayscale: #565656. Windows color (decimal): -14585006 or 5403425. OLE color: 5403425.
HSL color Cylindrical-coordinate representation of color #217352: hue angle of 155.85º 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 #217352 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 82 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.55 |
| HSL | 155.85º | 0.55% | 0.29% | - |
| HSV(B) | 155.85º | 0.71% | 0.45% | - |
| XYZ | 8.28 | 13.19 | 10.09 | - |
| YUV | 86.72 | 125.33 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 82 | 0.71 | 0 | 0.29 | 0.55 | 155.85 | 0.55 | 0.29 |
| Hex | 21 | 73 | 52 | 47 | 0 | 1D | 37 | 9C | 37 | 1D |
| Octal | 41 | 163 | 122 | 107 | 0 | 35 | 67 | 234 | 67 | 35 |
| Binary | 100001 | 1110011 | 1010010 | 1000111 | 0 | 11101 | 110111 | 10011100 | 110111 | 11101 |
Color Harmonies of #217352
Complementary color
Monochromatic Colors of #217352
Black with #217352
Text Example
Text Example
White with #217352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217352; }
p { color: rgb(33,115,82); }
H1.HeaderClassName
{
color: #217352;
}
.AnyTagClassName
{
color: #217352;
}
</style>
background-color css
<style>
a { background-color: #217352; }
a { background-color: rgb(33,115,82); }
div.DivClassName
{
background-color: #217352;
}
.BgClassName
{
background-color: #217352;
}
</style>
border-color css
<style>
span { border-color: #217352; }
span { border-color: rgb(33,115,82); }
td.TdClassName
{
border-color: #217352;
}
.TagClassName
{
border-color: #217352;
}
</style>