Shades of Salem #227355
Tints of Salem #227355
RGB
CMYK
RGB Variations
Color information
#227355 (or 0x227355) is known color: Salem. HEX triplet: 22, 73 and 55. RGB value is (34,115,85). Sum of RGB (Red+Green+Blue) = 34+115+85=234 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.53% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #227355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227355 is #DD8CAA. Grayscale: #575757. Windows color (decimal): -14519467 or 5600034. OLE color: 5600034.
HSL color Cylindrical-coordinate representation of color #227355: hue angle of 157.78º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227355 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 115 | 85 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.55 |
| HSL | 157.78º | 0.54% | 0.29% | - |
| HSV(B) | 157.78º | 0.7% | 0.45% | - |
| XYZ | 8.43 | 13.26 | 10.71 | - |
| YUV | 87.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 115 | 85 | 0.70 | 0 | 0.26 | 0.55 | 157.78 | 0.54 | 0.29 |
| Hex | 22 | 73 | 55 | 46 | 0 | 1A | 37 | 9E | 36 | 1D |
| Octal | 42 | 163 | 125 | 106 | 0 | 32 | 67 | 236 | 66 | 35 |
| Binary | 100010 | 1110011 | 1010101 | 1000110 | 0 | 11010 | 110111 | 10011110 | 110110 | 11101 |
Color Harmonies of #227355
Complementary color
Monochromatic Colors of #227355
Black with #227355
Text Example
Text Example
White with #227355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227355; }
p { color: rgb(34,115,85); }
H1.HeaderClassName
{
color: #227355;
}
.AnyTagClassName
{
color: #227355;
}
</style>
background-color css
<style>
a { background-color: #227355; }
a { background-color: rgb(34,115,85); }
div.DivClassName
{
background-color: #227355;
}
.BgClassName
{
background-color: #227355;
}
</style>
border-color css
<style>
span { border-color: #227355; }
span { border-color: rgb(34,115,85); }
td.TdClassName
{
border-color: #227355;
}
.TagClassName
{
border-color: #227355;
}
</style>