Shades of Lochmara #227A9E
Tints of Lochmara #227A9E
RGB
CMYK
RGB Variations
Color information
#227A9E (or 0x227A9E) is known color: Lochmara. HEX triplet: 22, 7A and 9E. RGB value is (34,122,158). Sum of RGB (Red+Green+Blue) = 34+122+158=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #227A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227A9E is #DD8561. Grayscale: #636363. Windows color (decimal): -14517602 or 10385954. OLE color: 10385954.
HSL color Cylindrical-coordinate representation of color #227A9E: hue angle of 197.42º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #227A9E is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 122 | 158 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.38 |
| HSL | 197.42º | 0.65% | 0.38% | - |
| HSV(B) | 197.42º | 0.78% | 0.62% | - |
| XYZ | 13.79 | 16.73 | 34.85 | - |
| YUV | 99.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 158 | 0.78 | 0.23 | 0 | 0.38 | 197.42 | 0.65 | 0.38 |
| Hex | 22 | 7A | 9E | 4E | 17 | 0 | 26 | C5 | 41 | 26 |
| Octal | 42 | 172 | 236 | 116 | 27 | 0 | 46 | 305 | 101 | 46 |
| Binary | 100010 | 1111010 | 10011110 | 1001110 | 10111 | 0 | 100110 | 11000101 | 1000001 | 100110 |
Color Harmonies of #227A9E
Complementary color
Monochromatic Colors of #227A9E
Black with #227A9E
Text Example
Text Example
White with #227A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A9E; }
p { color: rgb(34,122,158); }
H1.HeaderClassName
{
color: #227A9E;
}
.AnyTagClassName
{
color: #227A9E;
}
</style>
background-color css
<style>
a { background-color: #227A9E; }
a { background-color: rgb(34,122,158); }
div.DivClassName
{
background-color: #227A9E;
}
.BgClassName
{
background-color: #227A9E;
}
</style>
border-color css
<style>
span { border-color: #227A9E; }
span { border-color: rgb(34,122,158); }
td.TdClassName
{
border-color: #227A9E;
}
.TagClassName
{
border-color: #227A9E;
}
</style>