Shades of Lochmara #227294
Tints of Lochmara #227294
RGB
CMYK
RGB Variations
Color information
#227294 (or 0x227294) is known color: Lochmara. HEX triplet: 22, 72 and 94. RGB value is (34,114,148). Sum of RGB (Red+Green+Blue) = 34+114+148=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #227294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227294 is #DD8D6B. Grayscale: #5D5D5D. Windows color (decimal): -14519660 or 9728546. OLE color: 9728546.
HSL color Cylindrical-coordinate representation of color #227294: hue angle of 197.89º 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 #227294 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 114 | 148 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.42 |
| HSL | 197.89º | 0.63% | 0.36% | - |
| HSV(B) | 197.89º | 0.77% | 0.58% | - |
| XYZ | 12.02 | 14.51 | 30.18 | - |
| YUV | 93.96 | 158.5 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 114 | 148 | 0.77 | 0.23 | 0 | 0.42 | 197.89 | 0.63 | 0.36 |
| Hex | 22 | 72 | 94 | 4D | 17 | 0 | 2A | C6 | 3F | 24 |
| Octal | 42 | 162 | 224 | 115 | 27 | 0 | 52 | 306 | 77 | 44 |
| Binary | 100010 | 1110010 | 10010100 | 1001101 | 10111 | 0 | 101010 | 11000110 | 111111 | 100100 |
Color Harmonies of #227294
Complementary color
Monochromatic Colors of #227294
Black with #227294
Text Example
Text Example
White with #227294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227294; }
p { color: rgb(34,114,148); }
H1.HeaderClassName
{
color: #227294;
}
.AnyTagClassName
{
color: #227294;
}
</style>
background-color css
<style>
a { background-color: #227294; }
a { background-color: rgb(34,114,148); }
div.DivClassName
{
background-color: #227294;
}
.BgClassName
{
background-color: #227294;
}
</style>
border-color css
<style>
span { border-color: #227294; }
span { border-color: rgb(34,114,148); }
td.TdClassName
{
border-color: #227294;
}
.TagClassName
{
border-color: #227294;
}
</style>