Shades of Lochmara #2176AD
Tints of Lochmara #2176AD
RGB
CMYK
RGB Variations
Color information
#2176AD (or 0x2176AD) is known color: Lochmara. HEX triplet: 21, 76 and AD. RGB value is (33,118,173). Sum of RGB (Red+Green+Blue) = 33+118+173=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #2176AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2176AD is #DE8952. Grayscale: #626262. Windows color (decimal): -14584147 or 11367969. OLE color: 11367969.
HSL color Cylindrical-coordinate representation of color #2176AD: hue angle of 203.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2176AD is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 118 | 173 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.32 |
| HSL | 203.57º | 0.68% | 0.4% | - |
| HSV(B) | 203.57º | 0.81% | 0.68% | - |
| XYZ | 14.65 | 16.3 | 41.91 | - |
| YUV | 98.86 | 169.84 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 173 | 0.81 | 0.32 | 0 | 0.32 | 203.57 | 0.68 | 0.4 |
| Hex | 21 | 76 | AD | 51 | 20 | 0 | 20 | CC | 44 | 28 |
| Octal | 41 | 166 | 255 | 121 | 40 | 0 | 40 | 314 | 104 | 50 |
| Binary | 100001 | 1110110 | 10101101 | 1010001 | 100000 | 0 | 100000 | 11001100 | 1000100 | 101000 |
Color Harmonies of #2176AD
Complementary color
Monochromatic Colors of #2176AD
Black with #2176AD
Text Example
Text Example
White with #2176AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2176AD; }
p { color: rgb(33,118,173); }
H1.HeaderClassName
{
color: #2176AD;
}
.AnyTagClassName
{
color: #2176AD;
}
</style>
background-color css
<style>
a { background-color: #2176AD; }
a { background-color: rgb(33,118,173); }
div.DivClassName
{
background-color: #2176AD;
}
.BgClassName
{
background-color: #2176AD;
}
</style>
border-color css
<style>
span { border-color: #2176AD; }
span { border-color: rgb(33,118,173); }
td.TdClassName
{
border-color: #2176AD;
}
.TagClassName
{
border-color: #2176AD;
}
</style>