Shades of Lochmara #226BA8
Tints of Lochmara #226BA8
RGB
CMYK
RGB Variations
Color information
#226BA8 (or 0x226BA8) is known color: Lochmara. HEX triplet: 22, 6B and A8. RGB value is (34,107,168). Sum of RGB (Red+Green+Blue) = 34+107+168=309 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.00% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 168 (66.02% from 255 or 54.37% from 309); Max value from RGB is 168 - color contains mainly: blue. Hex color #226BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226BA8 is #DD9457. Grayscale: #5B5B5B. Windows color (decimal): -14521432 or 11037474. OLE color: 11037474.
HSL color Cylindrical-coordinate representation of color #226BA8: hue angle of 207.31º degrees, saturation: 0.66, 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 #226BA8 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 34 | 107 | 168 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.34 |
| HSL | 207.31º | 0.66% | 0.4% | - |
| HSV(B) | 207.31º | 0.8% | 0.66% | - |
| XYZ | 12.99 | 13.68 | 39 | - |
| YUV | 92.13 | 170.82 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 168 | 0.80 | 0.36 | 0 | 0.34 | 207.31 | 0.66 | 0.4 |
| Hex | 22 | 6B | A8 | 50 | 24 | 0 | 22 | CF | 42 | 28 |
| Octal | 42 | 153 | 250 | 120 | 44 | 0 | 42 | 317 | 102 | 50 |
| Binary | 100010 | 1101011 | 10101000 | 1010000 | 100100 | 0 | 100010 | 11001111 | 1000010 | 101000 |
Color Harmonies of #226BA8
Complementary color
Monochromatic Colors of #226BA8
Black with #226BA8
Text Example
Text Example
White with #226BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226BA8; }
p { color: rgb(34,107,168); }
H1.HeaderClassName
{
color: #226BA8;
}
.AnyTagClassName
{
color: #226BA8;
}
</style>
background-color css
<style>
a { background-color: #226BA8; }
a { background-color: rgb(34,107,168); }
div.DivClassName
{
background-color: #226BA8;
}
.BgClassName
{
background-color: #226BA8;
}
</style>
border-color css
<style>
span { border-color: #226BA8; }
span { border-color: rgb(34,107,168); }
td.TdClassName
{
border-color: #226BA8;
}
.TagClassName
{
border-color: #226BA8;
}
</style>