Shades of Lochmara #217AAD
Tints of Lochmara #217AAD
RGB
CMYK
RGB Variations
Color information
#217AAD (or 0x217AAD) is known color: Lochmara. HEX triplet: 21, 7A and AD. RGB value is (33,122,173). Sum of RGB (Red+Green+Blue) = 33+122+173=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #217AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217AAD is #DE8552. Grayscale: #646464. Windows color (decimal): -14583123 or 11368993. OLE color: 11368993.
HSL color Cylindrical-coordinate representation of color #217AAD: hue angle of 201.86º 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 #217AAD is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 122 | 173 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.32 |
| HSL | 201.86º | 0.68% | 0.4% | - |
| HSV(B) | 201.86º | 0.81% | 0.68% | - |
| XYZ | 15.13 | 17.26 | 42.07 | - |
| YUV | 101.2 | 168.51 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 173 | 0.81 | 0.29 | 0 | 0.32 | 201.86 | 0.68 | 0.4 |
| Hex | 21 | 7A | AD | 51 | 1D | 0 | 20 | CA | 44 | 28 |
| Octal | 41 | 172 | 255 | 121 | 35 | 0 | 40 | 312 | 104 | 50 |
| Binary | 100001 | 1111010 | 10101101 | 1010001 | 11101 | 0 | 100000 | 11001010 | 1000100 | 101000 |
Color Harmonies of #217AAD
Complementary color
Monochromatic Colors of #217AAD
Black with #217AAD
Text Example
Text Example
White with #217AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217AAD; }
p { color: rgb(33,122,173); }
H1.HeaderClassName
{
color: #217AAD;
}
.AnyTagClassName
{
color: #217AAD;
}
</style>
background-color css
<style>
a { background-color: #217AAD; }
a { background-color: rgb(33,122,173); }
div.DivClassName
{
background-color: #217AAD;
}
.BgClassName
{
background-color: #217AAD;
}
</style>
border-color css
<style>
span { border-color: #217AAD; }
span { border-color: rgb(33,122,173); }
td.TdClassName
{
border-color: #217AAD;
}
.TagClassName
{
border-color: #217AAD;
}
</style>