Shades of Elm #227E7B
Tints of Elm #227E7B
RGB
CMYK
RGB Variations
Color information
#227E7B (or 0x227E7B) is known color: Elm. HEX triplet: 22, 7E and 7B. RGB value is (34,126,123). Sum of RGB (Red+Green+Blue) = 34+126+123=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #227E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227E7B is #DD8184. Grayscale: #626262. Windows color (decimal): -14516613 or 8093218. OLE color: 8093218.
HSL color Cylindrical-coordinate representation of color #227E7B: hue angle of 178.04º 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 #227E7B is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 126 | 123 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.51 |
| HSL | 178.04º | 0.58% | 0.31% | - |
| HSV(B) | 178.04º | 0.73% | 0.49% | - |
| XYZ | 11.7 | 16.69 | 21.34 | - |
| YUV | 98.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 126 | 123 | 0.73 | 0 | 0.02 | 0.51 | 178.04 | 0.58 | 0.31 |
| Hex | 22 | 7E | 7B | 49 | 0 | 2 | 33 | B2 | 3A | 1F |
| Octal | 42 | 176 | 173 | 111 | 0 | 2 | 63 | 262 | 72 | 37 |
| Binary | 100010 | 1111110 | 1111011 | 1001001 | 0 | 10 | 110011 | 10110010 | 111010 | 11111 |
Color Harmonies of #227E7B
Complementary color
Monochromatic Colors of #227E7B
Black with #227E7B
Text Example
Text Example
White with #227E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227E7B; }
p { color: rgb(34,126,123); }
H1.HeaderClassName
{
color: #227E7B;
}
.AnyTagClassName
{
color: #227E7B;
}
</style>
background-color css
<style>
a { background-color: #227E7B; }
a { background-color: rgb(34,126,123); }
div.DivClassName
{
background-color: #227E7B;
}
.BgClassName
{
background-color: #227E7B;
}
</style>
border-color css
<style>
span { border-color: #227E7B; }
span { border-color: rgb(34,126,123); }
td.TdClassName
{
border-color: #227E7B;
}
.TagClassName
{
border-color: #227E7B;
}
</style>