Shades of Salem #227B50
Tints of Salem #227B50
RGB
CMYK
RGB Variations
Color information
#227B50 (or 0x227B50) is known color: Salem. HEX triplet: 22, 7B and 50. RGB value is (34,123,80). Sum of RGB (Red+Green+Blue) = 34+123+80=237 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.35% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #227B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227B50 is #DD84AF. Grayscale: #5B5B5B. Windows color (decimal): -14517424 or 5274402. OLE color: 5274402.
HSL color Cylindrical-coordinate representation of color #227B50: hue angle of 151.01º 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 #227B50 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 123 | 80 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.52 |
| HSL | 151.01º | 0.57% | 0.31% | - |
| HSV(B) | 151.01º | 0.72% | 0.48% | - |
| XYZ | 9.19 | 15.09 | 10.02 | - |
| YUV | 91.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 80 | 0.72 | 0 | 0.35 | 0.52 | 151.01 | 0.57 | 0.31 |
| Hex | 22 | 7B | 50 | 48 | 0 | 23 | 34 | 97 | 39 | 1F |
| Octal | 42 | 173 | 120 | 110 | 0 | 43 | 64 | 227 | 71 | 37 |
| Binary | 100010 | 1111011 | 1010000 | 1001000 | 0 | 100011 | 110100 | 10010111 | 111001 | 11111 |
Color Harmonies of #227B50
Complementary color
Monochromatic Colors of #227B50
Black with #227B50
Text Example
Text Example
White with #227B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227B50; }
p { color: rgb(34,123,80); }
H1.HeaderClassName
{
color: #227B50;
}
.AnyTagClassName
{
color: #227B50;
}
</style>
background-color css
<style>
a { background-color: #227B50; }
a { background-color: rgb(34,123,80); }
div.DivClassName
{
background-color: #227B50;
}
.BgClassName
{
background-color: #227B50;
}
</style>
border-color css
<style>
span { border-color: #227B50; }
span { border-color: rgb(34,123,80); }
td.TdClassName
{
border-color: #227B50;
}
.TagClassName
{
border-color: #227B50;
}
</style>