Shades of Lochmara #217EAA
Tints of Lochmara #217EAA
RGB
CMYK
RGB Variations
Color information
#217EAA (or 0x217EAA) is known color: Lochmara. HEX triplet: 21, 7E and AA. RGB value is (33,126,170). Sum of RGB (Red+Green+Blue) = 33+126+170=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #217EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217EAA is #DE8155. Grayscale: #666666. Windows color (decimal): -14582102 or 11173409. OLE color: 11173409.
HSL color Cylindrical-coordinate representation of color #217EAA: hue angle of 199.27º 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 #217EAA is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 126 | 170 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.33 |
| HSL | 199.27º | 0.67% | 0.4% | - |
| HSV(B) | 199.27º | 0.81% | 0.67% | - |
| XYZ | 15.34 | 18.15 | 40.72 | - |
| YUV | 103.21 | 165.69 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 170 | 0.81 | 0.26 | 0 | 0.33 | 199.27 | 0.67 | 0.4 |
| Hex | 21 | 7E | AA | 51 | 1A | 0 | 21 | C7 | 43 | 28 |
| Octal | 41 | 176 | 252 | 121 | 32 | 0 | 41 | 307 | 103 | 50 |
| Binary | 100001 | 1111110 | 10101010 | 1010001 | 11010 | 0 | 100001 | 11000111 | 1000011 | 101000 |
Color Harmonies of #217EAA
Complementary color
Monochromatic Colors of #217EAA
Black with #217EAA
Text Example
Text Example
White with #217EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217EAA; }
p { color: rgb(33,126,170); }
H1.HeaderClassName
{
color: #217EAA;
}
.AnyTagClassName
{
color: #217EAA;
}
</style>
background-color css
<style>
a { background-color: #217EAA; }
a { background-color: rgb(33,126,170); }
div.DivClassName
{
background-color: #217EAA;
}
.BgClassName
{
background-color: #217EAA;
}
</style>
border-color css
<style>
span { border-color: #217EAA; }
span { border-color: rgb(33,126,170); }
td.TdClassName
{
border-color: #217EAA;
}
.TagClassName
{
border-color: #217EAA;
}
</style>