Shades of Salem #217351
Tints of Salem #217351
RGB
CMYK
RGB Variations
Color information
#217351 (or 0x217351) is known color: Salem. HEX triplet: 21, 73 and 51. RGB value is (33,115,81). Sum of RGB (Red+Green+Blue) = 33+115+81=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #217351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217351 is #DE8CAE. Grayscale: #565656. Windows color (decimal): -14585007 or 5337889. OLE color: 5337889.
HSL color Cylindrical-coordinate representation of color #217351: hue angle of 155.12º 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 #217351 is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 81 | - |
| CMYK | 0.71 | 0 | 0.30 | 0.55 |
| HSL | 155.12º | 0.55% | 0.29% | - |
| HSV(B) | 155.12º | 0.71% | 0.45% | - |
| XYZ | 8.24 | 13.18 | 9.89 | - |
| YUV | 86.61 | 124.83 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 81 | 0.71 | 0 | 0.30 | 0.55 | 155.12 | 0.55 | 0.29 |
| Hex | 21 | 73 | 51 | 47 | 0 | 1E | 37 | 9B | 37 | 1D |
| Octal | 41 | 163 | 121 | 107 | 0 | 36 | 67 | 233 | 67 | 35 |
| Binary | 100001 | 1110011 | 1010001 | 1000111 | 0 | 11110 | 110111 | 10011011 | 110111 | 11101 |
Color Harmonies of #217351
Complementary color
Monochromatic Colors of #217351
Black with #217351
Text Example
Text Example
White with #217351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217351; }
p { color: rgb(33,115,81); }
H1.HeaderClassName
{
color: #217351;
}
.AnyTagClassName
{
color: #217351;
}
</style>
background-color css
<style>
a { background-color: #217351; }
a { background-color: rgb(33,115,81); }
div.DivClassName
{
background-color: #217351;
}
.BgClassName
{
background-color: #217351;
}
</style>
border-color css
<style>
span { border-color: #217351; }
span { border-color: rgb(33,115,81); }
td.TdClassName
{
border-color: #217351;
}
.TagClassName
{
border-color: #217351;
}
</style>