Shades of Lochmara #226DAC
Tints of Lochmara #226DAC
RGB
CMYK
RGB Variations
Color information
#226DAC (or 0x226DAC) is known color: Lochmara. HEX triplet: 22, 6D and AC. RGB value is (34,109,172). Sum of RGB (Red+Green+Blue) = 34+109+172=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #226DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226DAC is #DD9253. Grayscale: #5D5D5D. Windows color (decimal): -14520916 or 11300130. OLE color: 11300130.
HSL color Cylindrical-coordinate representation of color #226DAC: hue angle of 207.39º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #226DAC is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 109 | 172 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.33 |
| HSL | 207.39º | 0.67% | 0.4% | - |
| HSV(B) | 207.39º | 0.8% | 0.67% | - |
| XYZ | 13.57 | 14.26 | 41.07 | - |
| YUV | 93.76 | 172.15 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 172 | 0.80 | 0.37 | 0 | 0.33 | 207.39 | 0.67 | 0.4 |
| Hex | 22 | 6D | AC | 50 | 25 | 0 | 21 | CF | 43 | 28 |
| Octal | 42 | 155 | 254 | 120 | 45 | 0 | 41 | 317 | 103 | 50 |
| Binary | 100010 | 1101101 | 10101100 | 1010000 | 100101 | 0 | 100001 | 11001111 | 1000011 | 101000 |
Color Harmonies of #226DAC
Complementary color
Monochromatic Colors of #226DAC
Black with #226DAC
Text Example
Text Example
White with #226DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226DAC; }
p { color: rgb(34,109,172); }
H1.HeaderClassName
{
color: #226DAC;
}
.AnyTagClassName
{
color: #226DAC;
}
</style>
background-color css
<style>
a { background-color: #226DAC; }
a { background-color: rgb(34,109,172); }
div.DivClassName
{
background-color: #226DAC;
}
.BgClassName
{
background-color: #226DAC;
}
</style>
border-color css
<style>
span { border-color: #226DAC; }
span { border-color: rgb(34,109,172); }
td.TdClassName
{
border-color: #226DAC;
}
.TagClassName
{
border-color: #226DAC;
}
</style>