Shades of Lochmara #226FAE
Tints of Lochmara #226FAE
RGB
CMYK
RGB Variations
Color information
#226FAE (or 0x226FAE) is known color: Lochmara. HEX triplet: 22, 6F and AE. RGB value is (34,111,174). Sum of RGB (Red+Green+Blue) = 34+111+174=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #226FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226FAE is #DD9051. Grayscale: #5E5E5E. Windows color (decimal): -14520402 or 11431714. OLE color: 11431714.
HSL color Cylindrical-coordinate representation of color #226FAE: hue angle of 207º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #226FAE is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 111 | 174 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.32 |
| HSL | 207º | 0.67% | 0.41% | - |
| HSV(B) | 207º | 0.8% | 0.68% | - |
| XYZ | 13.98 | 14.76 | 42.16 | - |
| YUV | 95.16 | 172.49 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 111 | 174 | 0.80 | 0.36 | 0 | 0.32 | 207 | 0.67 | 0.41 |
| Hex | 22 | 6F | AE | 50 | 24 | 0 | 20 | CF | 43 | 29 |
| Octal | 42 | 157 | 256 | 120 | 44 | 0 | 40 | 317 | 103 | 51 |
| Binary | 100010 | 1101111 | 10101110 | 1010000 | 100100 | 0 | 100000 | 11001111 | 1000011 | 101001 |
Color Harmonies of #226FAE
Complementary color
Monochromatic Colors of #226FAE
Black with #226FAE
Text Example
Text Example
White with #226FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226FAE; }
p { color: rgb(34,111,174); }
H1.HeaderClassName
{
color: #226FAE;
}
.AnyTagClassName
{
color: #226FAE;
}
</style>
background-color css
<style>
a { background-color: #226FAE; }
a { background-color: rgb(34,111,174); }
div.DivClassName
{
background-color: #226FAE;
}
.BgClassName
{
background-color: #226FAE;
}
</style>
border-color css
<style>
span { border-color: #226FAE; }
span { border-color: rgb(34,111,174); }
td.TdClassName
{
border-color: #226FAE;
}
.TagClassName
{
border-color: #226FAE;
}
</style>