Shades of Lochmara #226D94
Tints of Lochmara #226D94
RGB
CMYK
RGB Variations
Color information
#226D94 (or 0x226D94) is known color: Lochmara. HEX triplet: 22, 6D and 94. RGB value is (34,109,148). Sum of RGB (Red+Green+Blue) = 34+109+148=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #226D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226D94 is #DD926B. Grayscale: #5A5A5A. Windows color (decimal): -14520940 or 9727266. OLE color: 9727266.
HSL color Cylindrical-coordinate representation of color #226D94: hue angle of 200.53º 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 #226D94 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 109 | 148 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.42 |
| HSL | 200.53º | 0.63% | 0.36% | - |
| HSV(B) | 200.53º | 0.77% | 0.58% | - |
| XYZ | 11.47 | 13.42 | 30 | - |
| YUV | 91.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 148 | 0.77 | 0.26 | 0 | 0.42 | 200.53 | 0.63 | 0.36 |
| Hex | 22 | 6D | 94 | 4D | 1A | 0 | 2A | C9 | 3F | 24 |
| Octal | 42 | 155 | 224 | 115 | 32 | 0 | 52 | 311 | 77 | 44 |
| Binary | 100010 | 1101101 | 10010100 | 1001101 | 11010 | 0 | 101010 | 11001001 | 111111 | 100100 |
Color Harmonies of #226D94
Complementary color
Monochromatic Colors of #226D94
Black with #226D94
Text Example
Text Example
White with #226D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226D94; }
p { color: rgb(34,109,148); }
H1.HeaderClassName
{
color: #226D94;
}
.AnyTagClassName
{
color: #226D94;
}
</style>
background-color css
<style>
a { background-color: #226D94; }
a { background-color: rgb(34,109,148); }
div.DivClassName
{
background-color: #226D94;
}
.BgClassName
{
background-color: #226D94;
}
</style>
border-color css
<style>
span { border-color: #226D94; }
span { border-color: rgb(34,109,148); }
td.TdClassName
{
border-color: #226D94;
}
.TagClassName
{
border-color: #226D94;
}
</style>