Shades of Lochmara #227EAC
Tints of Lochmara #227EAC
RGB
CMYK
RGB Variations
Color information
#227EAC (or 0x227EAC) is known color: Lochmara. HEX triplet: 22, 7E and AC. RGB value is (34,126,172). Sum of RGB (Red+Green+Blue) = 34+126+172=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #227EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227EAC is #DD8153. Grayscale: #676767. Windows color (decimal): -14516564 or 11304482. OLE color: 11304482.
HSL color Cylindrical-coordinate representation of color #227EAC: hue angle of 200º 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 #227EAC is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 126 | 172 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.33 |
| HSL | 200º | 0.67% | 0.4% | - |
| HSV(B) | 200º | 0.8% | 0.67% | - |
| XYZ | 15.57 | 18.24 | 41.73 | - |
| YUV | 103.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 126 | 172 | 0.80 | 0.27 | 0 | 0.33 | 200 | 0.67 | 0.4 |
| Hex | 22 | 7E | AC | 50 | 1B | 0 | 21 | C8 | 43 | 28 |
| Octal | 42 | 176 | 254 | 120 | 33 | 0 | 41 | 310 | 103 | 50 |
| Binary | 100010 | 1111110 | 10101100 | 1010000 | 11011 | 0 | 100001 | 11001000 | 1000011 | 101000 |
Color Harmonies of #227EAC
Complementary color
Monochromatic Colors of #227EAC
Black with #227EAC
Text Example
Text Example
White with #227EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227EAC; }
p { color: rgb(34,126,172); }
H1.HeaderClassName
{
color: #227EAC;
}
.AnyTagClassName
{
color: #227EAC;
}
</style>
background-color css
<style>
a { background-color: #227EAC; }
a { background-color: rgb(34,126,172); }
div.DivClassName
{
background-color: #227EAC;
}
.BgClassName
{
background-color: #227EAC;
}
</style>
border-color css
<style>
span { border-color: #227EAC; }
span { border-color: rgb(34,126,172); }
td.TdClassName
{
border-color: #227EAC;
}
.TagClassName
{
border-color: #227EAC;
}
</style>