Shades of Lochmara #227AAF
Tints of Lochmara #227AAF
RGB
CMYK
RGB Variations
Color information
#227AAF (or 0x227AAF) is known color: Lochmara. HEX triplet: 22, 7A and AF. RGB value is (34,122,175). Sum of RGB (Red+Green+Blue) = 34+122+175=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #227AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #227AAF is #DD8550. Grayscale: #656565. Windows color (decimal): -14517585 or 11500066. OLE color: 11500066.
HSL color Cylindrical-coordinate representation of color #227AAF: hue angle of 202.55º 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 #227AAF is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 122 | 175 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.31 |
| HSL | 202.55º | 0.67% | 0.41% | - |
| HSV(B) | 202.55º | 0.81% | 0.69% | - |
| XYZ | 15.36 | 17.35 | 43.1 | - |
| YUV | 101.73 | 169.35 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 175 | 0.81 | 0.30 | 0 | 0.31 | 202.55 | 0.67 | 0.41 |
| Hex | 22 | 7A | AF | 51 | 1E | 0 | 1F | CB | 43 | 29 |
| Octal | 42 | 172 | 257 | 121 | 36 | 0 | 37 | 313 | 103 | 51 |
| Binary | 100010 | 1111010 | 10101111 | 1010001 | 11110 | 0 | 11111 | 11001011 | 1000011 | 101001 |
Color Harmonies of #227AAF
Complementary color
Monochromatic Colors of #227AAF
Black with #227AAF
Text Example
Text Example
White with #227AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227AAF; }
p { color: rgb(34,122,175); }
H1.HeaderClassName
{
color: #227AAF;
}
.AnyTagClassName
{
color: #227AAF;
}
</style>
background-color css
<style>
a { background-color: #227AAF; }
a { background-color: rgb(34,122,175); }
div.DivClassName
{
background-color: #227AAF;
}
.BgClassName
{
background-color: #227AAF;
}
</style>
border-color css
<style>
span { border-color: #227AAF; }
span { border-color: rgb(34,122,175); }
td.TdClassName
{
border-color: #227AAF;
}
.TagClassName
{
border-color: #227AAF;
}
</style>