Shades of Lochmara #227FAE
Tints of Lochmara #227FAE
RGB
CMYK
RGB Variations
Color information
#227FAE (or 0x227FAE) is known color: Lochmara. HEX triplet: 22, 7F and AE. RGB value is (34,127,174). Sum of RGB (Red+Green+Blue) = 34+127+174=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #227FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227FAE is #DD8051. Grayscale: #686868. Windows color (decimal): -14516306 or 11435810. OLE color: 11435810.
HSL color Cylindrical-coordinate representation of color #227FAE: hue angle of 200.14º 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 #227FAE is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 127 | 174 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.32 |
| HSL | 200.14º | 0.67% | 0.41% | - |
| HSV(B) | 200.14º | 0.8% | 0.68% | - |
| XYZ | 15.89 | 18.57 | 42.79 | - |
| YUV | 104.55 | 167.19 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 174 | 0.80 | 0.27 | 0 | 0.32 | 200.14 | 0.67 | 0.41 |
| Hex | 22 | 7F | AE | 50 | 1B | 0 | 20 | C8 | 43 | 29 |
| Octal | 42 | 177 | 256 | 120 | 33 | 0 | 40 | 310 | 103 | 51 |
| Binary | 100010 | 1111111 | 10101110 | 1010000 | 11011 | 0 | 100000 | 11001000 | 1000011 | 101001 |
Color Harmonies of #227FAE
Complementary color
Monochromatic Colors of #227FAE
Black with #227FAE
Text Example
Text Example
White with #227FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227FAE; }
p { color: rgb(34,127,174); }
H1.HeaderClassName
{
color: #227FAE;
}
.AnyTagClassName
{
color: #227FAE;
}
</style>
background-color css
<style>
a { background-color: #227FAE; }
a { background-color: rgb(34,127,174); }
div.DivClassName
{
background-color: #227FAE;
}
.BgClassName
{
background-color: #227FAE;
}
</style>
border-color css
<style>
span { border-color: #227FAE; }
span { border-color: rgb(34,127,174); }
td.TdClassName
{
border-color: #227FAE;
}
.TagClassName
{
border-color: #227FAE;
}
</style>