Shades of Salem #227857
Tints of Salem #227857
RGB
CMYK
RGB Variations
Color information
#227857 (or 0x227857) is known color: Salem. HEX triplet: 22, 78 and 57. RGB value is (34,120,87). Sum of RGB (Red+Green+Blue) = 34+120+87=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #227857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227857 is #DD87A8. Grayscale: #5A5A5A. Windows color (decimal): -14518185 or 5732386. OLE color: 5732386.
HSL color Cylindrical-coordinate representation of color #227857: hue angle of 156.98º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227857 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 34 | 120 | 87 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.53 |
| HSL | 156.98º | 0.56% | 0.3% | - |
| HSV(B) | 156.98º | 0.72% | 0.47% | - |
| XYZ | 9.1 | 14.46 | 11.33 | - |
| YUV | 90.52 | 126.01 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 120 | 87 | 0.72 | 0 | 0.28 | 0.53 | 156.98 | 0.56 | 0.3 |
| Hex | 22 | 78 | 57 | 48 | 0 | 1C | 35 | 9D | 38 | 1E |
| Octal | 42 | 170 | 127 | 110 | 0 | 34 | 65 | 235 | 70 | 36 |
| Binary | 100010 | 1111000 | 1010111 | 1001000 | 0 | 11100 | 110101 | 10011101 | 111000 | 11110 |
Color Harmonies of #227857
Complementary color
Monochromatic Colors of #227857
Black with #227857
Text Example
Text Example
White with #227857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227857; }
p { color: rgb(34,120,87); }
H1.HeaderClassName
{
color: #227857;
}
.AnyTagClassName
{
color: #227857;
}
</style>
background-color css
<style>
a { background-color: #227857; }
a { background-color: rgb(34,120,87); }
div.DivClassName
{
background-color: #227857;
}
.BgClassName
{
background-color: #227857;
}
</style>
border-color css
<style>
span { border-color: #227857; }
span { border-color: rgb(34,120,87); }
td.TdClassName
{
border-color: #227857;
}
.TagClassName
{
border-color: #227857;
}
</style>