Shades of Lochmara #226E94
Tints of Lochmara #226E94
RGB
CMYK
RGB Variations
Color information
#226E94 (or 0x226E94) is known color: Lochmara. HEX triplet: 22, 6E and 94. RGB value is (34,110,148). Sum of RGB (Red+Green+Blue) = 34+110+148=292 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.64% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #226E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226E94 is #DD916B. Grayscale: #5B5B5B. Windows color (decimal): -14520684 or 9727522. OLE color: 9727522.
HSL color Cylindrical-coordinate representation of color #226E94: hue angle of 200º 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 #226E94 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 110 | 148 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.42 |
| HSL | 200º | 0.63% | 0.36% | - |
| HSV(B) | 200º | 0.77% | 0.58% | - |
| XYZ | 11.58 | 13.63 | 30.04 | - |
| YUV | 91.61 | 159.82 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 110 | 148 | 0.77 | 0.26 | 0 | 0.42 | 200 | 0.63 | 0.36 |
| Hex | 22 | 6E | 94 | 4D | 1A | 0 | 2A | C8 | 3F | 24 |
| Octal | 42 | 156 | 224 | 115 | 32 | 0 | 52 | 310 | 77 | 44 |
| Binary | 100010 | 1101110 | 10010100 | 1001101 | 11010 | 0 | 101010 | 11001000 | 111111 | 100100 |
Color Harmonies of #226E94
Complementary color
Monochromatic Colors of #226E94
Black with #226E94
Text Example
Text Example
White with #226E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226E94; }
p { color: rgb(34,110,148); }
H1.HeaderClassName
{
color: #226E94;
}
.AnyTagClassName
{
color: #226E94;
}
</style>
background-color css
<style>
a { background-color: #226E94; }
a { background-color: rgb(34,110,148); }
div.DivClassName
{
background-color: #226E94;
}
.BgClassName
{
background-color: #226E94;
}
</style>
border-color css
<style>
span { border-color: #226E94; }
span { border-color: rgb(34,110,148); }
td.TdClassName
{
border-color: #226E94;
}
.TagClassName
{
border-color: #226E94;
}
</style>