Shades of Lochmara #226BA9
Tints of Lochmara #226BA9
RGB
CMYK
RGB Variations
Color information
#226BA9 (or 0x226BA9) is known color: Lochmara. HEX triplet: 22, 6B and A9. RGB value is (34,107,169). Sum of RGB (Red+Green+Blue) = 34+107+169=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 169 (66.41% from 255 or 54.52% from 310); Max value from RGB is 169 - color contains mainly: blue. Hex color #226BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226BA9 is #DD9456. Grayscale: #5B5B5B. Windows color (decimal): -14521431 or 11103010. OLE color: 11103010.
HSL color Cylindrical-coordinate representation of color #226BA9: hue angle of 207.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #226BA9 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 34 | 107 | 169 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.34 |
| HSL | 207.56º | 0.67% | 0.4% | - |
| HSV(B) | 207.56º | 0.8% | 0.66% | - |
| XYZ | 13.08 | 13.72 | 39.5 | - |
| YUV | 92.24 | 171.32 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 169 | 0.80 | 0.37 | 0 | 0.34 | 207.56 | 0.67 | 0.4 |
| Hex | 22 | 6B | A9 | 50 | 25 | 0 | 22 | D0 | 43 | 28 |
| Octal | 42 | 153 | 251 | 120 | 45 | 0 | 42 | 320 | 103 | 50 |
| Binary | 100010 | 1101011 | 10101001 | 1010000 | 100101 | 0 | 100010 | 11010000 | 1000011 | 101000 |
Color Harmonies of #226BA9
Complementary color
Monochromatic Colors of #226BA9
Black with #226BA9
Text Example
Text Example
White with #226BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226BA9; }
p { color: rgb(34,107,169); }
H1.HeaderClassName
{
color: #226BA9;
}
.AnyTagClassName
{
color: #226BA9;
}
</style>
background-color css
<style>
a { background-color: #226BA9; }
a { background-color: rgb(34,107,169); }
div.DivClassName
{
background-color: #226BA9;
}
.BgClassName
{
background-color: #226BA9;
}
</style>
border-color css
<style>
span { border-color: #226BA9; }
span { border-color: rgb(34,107,169); }
td.TdClassName
{
border-color: #226BA9;
}
.TagClassName
{
border-color: #226BA9;
}
</style>