Shades of Lochmara #2271AA
Tints of Lochmara #2271AA
RGB
CMYK
RGB Variations
Color information
#2271AA (or 0x2271AA) is known color: Lochmara. HEX triplet: 22, 71 and AA. RGB value is (34,113,170). Sum of RGB (Red+Green+Blue) = 34+113+170=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #2271AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2271AA is #DD8E55. Grayscale: #5F5F5F. Windows color (decimal): -14519894 or 11170082. OLE color: 11170082.
HSL color Cylindrical-coordinate representation of color #2271AA: hue angle of 205.15º 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 #2271AA is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 34 | 113 | 170 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.33 |
| HSL | 205.15º | 0.67% | 0.4% | - |
| HSV(B) | 205.15º | 0.8% | 0.67% | - |
| XYZ | 13.82 | 15.05 | 40.21 | - |
| YUV | 95.88 | 169.83 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 113 | 170 | 0.80 | 0.34 | 0 | 0.33 | 205.15 | 0.67 | 0.4 |
| Hex | 22 | 71 | AA | 50 | 22 | 0 | 21 | CD | 43 | 28 |
| Octal | 42 | 161 | 252 | 120 | 42 | 0 | 41 | 315 | 103 | 50 |
| Binary | 100010 | 1110001 | 10101010 | 1010000 | 100010 | 0 | 100001 | 11001101 | 1000011 | 101000 |
Color Harmonies of #2271AA
Complementary color
Monochromatic Colors of #2271AA
Black with #2271AA
Text Example
Text Example
White with #2271AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2271AA; }
p { color: rgb(34,113,170); }
H1.HeaderClassName
{
color: #2271AA;
}
.AnyTagClassName
{
color: #2271AA;
}
</style>
background-color css
<style>
a { background-color: #2271AA; }
a { background-color: rgb(34,113,170); }
div.DivClassName
{
background-color: #2271AA;
}
.BgClassName
{
background-color: #2271AA;
}
</style>
border-color css
<style>
span { border-color: #2271AA; }
span { border-color: rgb(34,113,170); }
td.TdClassName
{
border-color: #2271AA;
}
.TagClassName
{
border-color: #2271AA;
}
</style>