Shades of Salem #227A5A
Tints of Salem #227A5A
RGB
CMYK
RGB Variations
Color information
#227A5A (or 0x227A5A) is known color: Salem. HEX triplet: 22, 7A and 5A. RGB value is (34,122,90). Sum of RGB (Red+Green+Blue) = 34+122+90=246 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.82% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #227A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227A5A is #DD85A5. Grayscale: #5C5C5C. Windows color (decimal): -14517670 or 5929506. OLE color: 5929506.
HSL color Cylindrical-coordinate representation of color #227A5A: hue angle of 158.18º degrees, saturation: 0.56, 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 #227A5A is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 122 | 90 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.52 |
| HSL | 158.18º | 0.56% | 0.31% | - |
| HSV(B) | 158.18º | 0.72% | 0.48% | - |
| XYZ | 9.46 | 15 | 12.07 | - |
| YUV | 92.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 90 | 0.72 | 0 | 0.26 | 0.52 | 158.18 | 0.56 | 0.31 |
| Hex | 22 | 7A | 5A | 48 | 0 | 1A | 34 | 9E | 38 | 1F |
| Octal | 42 | 172 | 132 | 110 | 0 | 32 | 64 | 236 | 70 | 37 |
| Binary | 100010 | 1111010 | 1011010 | 1001000 | 0 | 11010 | 110100 | 10011110 | 111000 | 11111 |
Color Harmonies of #227A5A
Complementary color
Monochromatic Colors of #227A5A
Black with #227A5A
Text Example
Text Example
White with #227A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A5A; }
p { color: rgb(34,122,90); }
H1.HeaderClassName
{
color: #227A5A;
}
.AnyTagClassName
{
color: #227A5A;
}
</style>
background-color css
<style>
a { background-color: #227A5A; }
a { background-color: rgb(34,122,90); }
div.DivClassName
{
background-color: #227A5A;
}
.BgClassName
{
background-color: #227A5A;
}
</style>
border-color css
<style>
span { border-color: #227A5A; }
span { border-color: rgb(34,122,90); }
td.TdClassName
{
border-color: #227A5A;
}
.TagClassName
{
border-color: #227A5A;
}
</style>