Shades of Lochmara #227094
Tints of Lochmara #227094
RGB
CMYK
RGB Variations
Color information
#227094 (or 0x227094) is known color: Lochmara. HEX triplet: 22, 70 and 94. RGB value is (34,112,148). Sum of RGB (Red+Green+Blue) = 34+112+148=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #227094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227094 is #DD8F6B. Grayscale: #5C5C5C. Windows color (decimal): -14520172 or 9728034. OLE color: 9728034.
HSL color Cylindrical-coordinate representation of color #227094: hue angle of 198.95º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #227094 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 112 | 148 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.42 |
| HSL | 198.95º | 0.63% | 0.36% | - |
| HSV(B) | 198.95º | 0.77% | 0.58% | - |
| XYZ | 11.8 | 14.07 | 30.11 | - |
| YUV | 92.78 | 159.16 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 148 | 0.77 | 0.24 | 0 | 0.42 | 198.95 | 0.63 | 0.36 |
| Hex | 22 | 70 | 94 | 4D | 18 | 0 | 2A | C7 | 3F | 24 |
| Octal | 42 | 160 | 224 | 115 | 30 | 0 | 52 | 307 | 77 | 44 |
| Binary | 100010 | 1110000 | 10010100 | 1001101 | 11000 | 0 | 101010 | 11000111 | 111111 | 100100 |
Color Harmonies of #227094
Complementary color
Monochromatic Colors of #227094
Black with #227094
Text Example
Text Example
White with #227094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227094; }
p { color: rgb(34,112,148); }
H1.HeaderClassName
{
color: #227094;
}
.AnyTagClassName
{
color: #227094;
}
</style>
background-color css
<style>
a { background-color: #227094; }
a { background-color: rgb(34,112,148); }
div.DivClassName
{
background-color: #227094;
}
.BgClassName
{
background-color: #227094;
}
</style>
border-color css
<style>
span { border-color: #227094; }
span { border-color: rgb(34,112,148); }
td.TdClassName
{
border-color: #227094;
}
.TagClassName
{
border-color: #227094;
}
</style>