Shades of Lochmara #226A9F
Tints of Lochmara #226A9F
RGB
CMYK
RGB Variations
Color information
#226A9F (or 0x226A9F) is known color: Lochmara. HEX triplet: 22, 6A and 9F. RGB value is (34,106,159). Sum of RGB (Red+Green+Blue) = 34+106+159=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #226A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226A9F is #DD9560. Grayscale: #5A5A5A. Windows color (decimal): -14521697 or 10447394. OLE color: 10447394.
HSL color Cylindrical-coordinate representation of color #226A9F: hue angle of 205.44º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #226A9F is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 106 | 159 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.38 |
| HSL | 205.44º | 0.65% | 0.38% | - |
| HSV(B) | 205.44º | 0.79% | 0.62% | - |
| XYZ | 12.07 | 13.15 | 34.7 | - |
| YUV | 90.51 | 166.65 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 106 | 159 | 0.79 | 0.33 | 0 | 0.38 | 205.44 | 0.65 | 0.38 |
| Hex | 22 | 6A | 9F | 4F | 21 | 0 | 26 | CD | 41 | 26 |
| Octal | 42 | 152 | 237 | 117 | 41 | 0 | 46 | 315 | 101 | 46 |
| Binary | 100010 | 1101010 | 10011111 | 1001111 | 100001 | 0 | 100110 | 11001101 | 1000001 | 100110 |
Color Harmonies of #226A9F
Complementary color
Monochromatic Colors of #226A9F
Black with #226A9F
Text Example
Text Example
White with #226A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226A9F; }
p { color: rgb(34,106,159); }
H1.HeaderClassName
{
color: #226A9F;
}
.AnyTagClassName
{
color: #226A9F;
}
</style>
background-color css
<style>
a { background-color: #226A9F; }
a { background-color: rgb(34,106,159); }
div.DivClassName
{
background-color: #226A9F;
}
.BgClassName
{
background-color: #226A9F;
}
</style>
border-color css
<style>
span { border-color: #226A9F; }
span { border-color: rgb(34,106,159); }
td.TdClassName
{
border-color: #226A9F;
}
.TagClassName
{
border-color: #226A9F;
}
</style>