Shades of Salem #227B58
Tints of Salem #227B58
RGB
CMYK
RGB Variations
Color information
#227B58 (or 0x227B58) is known color: Salem. HEX triplet: 22, 7B and 58. RGB value is (34,123,88). Sum of RGB (Red+Green+Blue) = 34+123+88=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #227B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227B58 is #DD84A7. Grayscale: #5C5C5C. Windows color (decimal): -14517416 or 5798690. OLE color: 5798690.
HSL color Cylindrical-coordinate representation of color #227B58: hue angle of 156.4º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227B58 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 123 | 88 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.52 |
| HSL | 156.4º | 0.57% | 0.31% | - |
| HSV(B) | 156.4º | 0.72% | 0.48% | - |
| XYZ | 9.5 | 15.21 | 11.67 | - |
| YUV | 92.4 | 125.51 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 88 | 0.72 | 0 | 0.28 | 0.52 | 156.4 | 0.57 | 0.31 |
| Hex | 22 | 7B | 58 | 48 | 0 | 1C | 34 | 9C | 39 | 1F |
| Octal | 42 | 173 | 130 | 110 | 0 | 34 | 64 | 234 | 71 | 37 |
| Binary | 100010 | 1111011 | 1011000 | 1001000 | 0 | 11100 | 110100 | 10011100 | 111001 | 11111 |
Color Harmonies of #227B58
Complementary color
Monochromatic Colors of #227B58
Black with #227B58
Text Example
Text Example
White with #227B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227B58; }
p { color: rgb(34,123,88); }
H1.HeaderClassName
{
color: #227B58;
}
.AnyTagClassName
{
color: #227B58;
}
</style>
background-color css
<style>
a { background-color: #227B58; }
a { background-color: rgb(34,123,88); }
div.DivClassName
{
background-color: #227B58;
}
.BgClassName
{
background-color: #227B58;
}
</style>
border-color css
<style>
span { border-color: #227B58; }
span { border-color: rgb(34,123,88); }
td.TdClassName
{
border-color: #227B58;
}
.TagClassName
{
border-color: #227B58;
}
</style>