Shades of Lochmara #2170AD
Tints of Lochmara #2170AD
RGB
CMYK
RGB Variations
Color information
#2170AD (or 0x2170AD) is known color: Lochmara. HEX triplet: 21, 70 and AD. RGB value is (33,112,173). Sum of RGB (Red+Green+Blue) = 33+112+173=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #2170AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2170AD is #DE8F52. Grayscale: #5F5F5F. Windows color (decimal): -14585683 or 11366433. OLE color: 11366433.
HSL color Cylindrical-coordinate representation of color #2170AD: hue angle of 206.14º 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 #2170AD is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 112 | 173 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.32 |
| HSL | 206.14º | 0.68% | 0.4% | - |
| HSV(B) | 206.14º | 0.81% | 0.68% | - |
| XYZ | 13.96 | 14.93 | 41.68 | - |
| YUV | 95.33 | 171.83 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 173 | 0.81 | 0.35 | 0 | 0.32 | 206.14 | 0.68 | 0.4 |
| Hex | 21 | 70 | AD | 51 | 23 | 0 | 20 | CE | 44 | 28 |
| Octal | 41 | 160 | 255 | 121 | 43 | 0 | 40 | 316 | 104 | 50 |
| Binary | 100001 | 1110000 | 10101101 | 1010001 | 100011 | 0 | 100000 | 11001110 | 1000100 | 101000 |
Color Harmonies of #2170AD
Complementary color
Monochromatic Colors of #2170AD
Black with #2170AD
Text Example
Text Example
White with #2170AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2170AD; }
p { color: rgb(33,112,173); }
H1.HeaderClassName
{
color: #2170AD;
}
.AnyTagClassName
{
color: #2170AD;
}
</style>
background-color css
<style>
a { background-color: #2170AD; }
a { background-color: rgb(33,112,173); }
div.DivClassName
{
background-color: #2170AD;
}
.BgClassName
{
background-color: #2170AD;
}
</style>
border-color css
<style>
span { border-color: #2170AD; }
span { border-color: rgb(33,112,173); }
td.TdClassName
{
border-color: #2170AD;
}
.TagClassName
{
border-color: #2170AD;
}
</style>