Shades of Lochmara #226CAF
Tints of Lochmara #226CAF
RGB
CMYK
RGB Variations
Color information
#226CAF (or 0x226CAF) is known color: Lochmara. HEX triplet: 22, 6C and AF. RGB value is (34,108,175). Sum of RGB (Red+Green+Blue) = 34+108+175=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #226CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226CAF is #DD9350. Grayscale: #5D5D5D. Windows color (decimal): -14521169 or 11496482. OLE color: 11496482.
HSL color Cylindrical-coordinate representation of color #226CAF: hue angle of 208.51º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #226CAF is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 108 | 175 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.31 |
| HSL | 208.51º | 0.67% | 0.41% | - |
| HSV(B) | 208.51º | 0.81% | 0.69% | - |
| XYZ | 13.76 | 14.16 | 42.57 | - |
| YUV | 93.51 | 173.98 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 175 | 0.81 | 0.38 | 0 | 0.31 | 208.51 | 0.67 | 0.41 |
| Hex | 22 | 6C | AF | 51 | 26 | 0 | 1F | D1 | 43 | 29 |
| Octal | 42 | 154 | 257 | 121 | 46 | 0 | 37 | 321 | 103 | 51 |
| Binary | 100010 | 1101100 | 10101111 | 1010001 | 100110 | 0 | 11111 | 11010001 | 1000011 | 101001 |
Color Harmonies of #226CAF
Complementary color
Monochromatic Colors of #226CAF
Black with #226CAF
Text Example
Text Example
White with #226CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226CAF; }
p { color: rgb(34,108,175); }
H1.HeaderClassName
{
color: #226CAF;
}
.AnyTagClassName
{
color: #226CAF;
}
</style>
background-color css
<style>
a { background-color: #226CAF; }
a { background-color: rgb(34,108,175); }
div.DivClassName
{
background-color: #226CAF;
}
.BgClassName
{
background-color: #226CAF;
}
</style>
border-color css
<style>
span { border-color: #226CAF; }
span { border-color: rgb(34,108,175); }
td.TdClassName
{
border-color: #226CAF;
}
.TagClassName
{
border-color: #226CAF;
}
</style>