Shades of Lochmara #2172AC
Tints of Lochmara #2172AC
RGB
CMYK
RGB Variations
Color information
#2172AC (or 0x2172AC) is known color: Lochmara. HEX triplet: 21, 72 and AC. RGB value is (33,114,172). Sum of RGB (Red+Green+Blue) = 33+114+172=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #2172AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2172AC is #DE8D53. Grayscale: #606060. Windows color (decimal): -14585172 or 11301409. OLE color: 11301409.
HSL color Cylindrical-coordinate representation of color #2172AC: hue angle of 205.04º degrees, saturation: 0.68, 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 #2172AC is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 114 | 172 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.33 |
| HSL | 205.04º | 0.68% | 0.4% | - |
| HSV(B) | 205.04º | 0.81% | 0.67% | - |
| XYZ | 14.09 | 15.34 | 41.25 | - |
| YUV | 96.39 | 170.66 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 172 | 0.81 | 0.34 | 0 | 0.33 | 205.04 | 0.68 | 0.4 |
| Hex | 21 | 72 | AC | 51 | 22 | 0 | 21 | CD | 44 | 28 |
| Octal | 41 | 162 | 254 | 121 | 42 | 0 | 41 | 315 | 104 | 50 |
| Binary | 100001 | 1110010 | 10101100 | 1010001 | 100010 | 0 | 100001 | 11001101 | 1000100 | 101000 |
Color Harmonies of #2172AC
Complementary color
Monochromatic Colors of #2172AC
Black with #2172AC
Text Example
Text Example
White with #2172AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2172AC; }
p { color: rgb(33,114,172); }
H1.HeaderClassName
{
color: #2172AC;
}
.AnyTagClassName
{
color: #2172AC;
}
</style>
background-color css
<style>
a { background-color: #2172AC; }
a { background-color: rgb(33,114,172); }
div.DivClassName
{
background-color: #2172AC;
}
.BgClassName
{
background-color: #2172AC;
}
</style>
border-color css
<style>
span { border-color: #2172AC; }
span { border-color: rgb(33,114,172); }
td.TdClassName
{
border-color: #2172AC;
}
.TagClassName
{
border-color: #2172AC;
}
</style>