Shades of Lochmara #2172AA
Tints of Lochmara #2172AA
RGB
CMYK
RGB Variations
Color information
#2172AA (or 0x2172AA) is known color: Lochmara. HEX triplet: 21, 72 and AA. RGB value is (33,114,170). Sum of RGB (Red+Green+Blue) = 33+114+170=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 114 (44.92% from 255 or 35.96% 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 #2172AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2172AA is #DE8D55. Grayscale: #5F5F5F. Windows color (decimal): -14585174 or 11170337. OLE color: 11170337.
HSL color Cylindrical-coordinate representation of color #2172AA: hue angle of 204.53º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2172AA is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 114 | 170 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.33 |
| HSL | 204.53º | 0.67% | 0.4% | - |
| HSV(B) | 204.53º | 0.81% | 0.67% | - |
| XYZ | 13.9 | 15.26 | 40.24 | - |
| YUV | 96.17 | 169.66 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 170 | 0.81 | 0.33 | 0 | 0.33 | 204.53 | 0.67 | 0.4 |
| Hex | 21 | 72 | AA | 51 | 21 | 0 | 21 | CD | 43 | 28 |
| Octal | 41 | 162 | 252 | 121 | 41 | 0 | 41 | 315 | 103 | 50 |
| Binary | 100001 | 1110010 | 10101010 | 1010001 | 100001 | 0 | 100001 | 11001101 | 1000011 | 101000 |
Color Harmonies of #2172AA
Complementary color
Monochromatic Colors of #2172AA
Black with #2172AA
Text Example
Text Example
White with #2172AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2172AA; }
p { color: rgb(33,114,170); }
H1.HeaderClassName
{
color: #2172AA;
}
.AnyTagClassName
{
color: #2172AA;
}
</style>
background-color css
<style>
a { background-color: #2172AA; }
a { background-color: rgb(33,114,170); }
div.DivClassName
{
background-color: #2172AA;
}
.BgClassName
{
background-color: #2172AA;
}
</style>
border-color css
<style>
span { border-color: #2172AA; }
span { border-color: rgb(33,114,170); }
td.TdClassName
{
border-color: #2172AA;
}
.TagClassName
{
border-color: #2172AA;
}
</style>