Shades of Salem #227E58
Tints of Salem #227E58
RGB
CMYK
RGB Variations
Color information
#227E58 (or 0x227E58) is known color: Salem. HEX triplet: 22, 7E and 58. RGB value is (34,126,88). Sum of RGB (Red+Green+Blue) = 34+126+88=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 126 (49.61% from 255 or 50.81% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 126 - color contains mainly: green. Hex color #227E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227E58 is #DD81A7. Grayscale: #5E5E5E. Windows color (decimal): -14516648 or 5799458. OLE color: 5799458.
HSL color Cylindrical-coordinate representation of color #227E58: hue angle of 155.22º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #227E58 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 126 | 88 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.51 |
| HSL | 155.22º | 0.58% | 0.31% | - |
| HSV(B) | 155.22º | 0.73% | 0.49% | - |
| XYZ | 9.88 | 15.97 | 11.79 | - |
| YUV | 94.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 126 | 88 | 0.73 | 0 | 0.30 | 0.51 | 155.22 | 0.58 | 0.31 |
| Hex | 22 | 7E | 58 | 49 | 0 | 1E | 33 | 9B | 3A | 1F |
| Octal | 42 | 176 | 130 | 111 | 0 | 36 | 63 | 233 | 72 | 37 |
| Binary | 100010 | 1111110 | 1011000 | 1001001 | 0 | 11110 | 110011 | 10011011 | 111010 | 11111 |
Color Harmonies of #227E58
Complementary color
Monochromatic Colors of #227E58
Black with #227E58
Text Example
Text Example
White with #227E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227E58; }
p { color: rgb(34,126,88); }
H1.HeaderClassName
{
color: #227E58;
}
.AnyTagClassName
{
color: #227E58;
}
</style>
background-color css
<style>
a { background-color: #227E58; }
a { background-color: rgb(34,126,88); }
div.DivClassName
{
background-color: #227E58;
}
.BgClassName
{
background-color: #227E58;
}
</style>
border-color css
<style>
span { border-color: #227E58; }
span { border-color: rgb(34,126,88); }
td.TdClassName
{
border-color: #227E58;
}
.TagClassName
{
border-color: #227E58;
}
</style>