Shades of Lochmara #217CAA
Tints of Lochmara #217CAA
RGB
CMYK
RGB Variations
Color information
#217CAA (or 0x217CAA) is known color: Lochmara. HEX triplet: 21, 7C and AA. RGB value is (33,124,170). Sum of RGB (Red+Green+Blue) = 33+124+170=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #217CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217CAA is #DE8355. Grayscale: #656565. Windows color (decimal): -14582614 or 11172897. OLE color: 11172897.
HSL color Cylindrical-coordinate representation of color #217CAA: hue angle of 200.15º 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 #217CAA is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 124 | 170 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.33 |
| HSL | 200.15º | 0.67% | 0.4% | - |
| HSV(B) | 200.15º | 0.81% | 0.67% | - |
| XYZ | 15.09 | 17.64 | 40.64 | - |
| YUV | 102.04 | 166.35 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 170 | 0.81 | 0.27 | 0 | 0.33 | 200.15 | 0.67 | 0.4 |
| Hex | 21 | 7C | AA | 51 | 1B | 0 | 21 | C8 | 43 | 28 |
| Octal | 41 | 174 | 252 | 121 | 33 | 0 | 41 | 310 | 103 | 50 |
| Binary | 100001 | 1111100 | 10101010 | 1010001 | 11011 | 0 | 100001 | 11001000 | 1000011 | 101000 |
Color Harmonies of #217CAA
Complementary color
Monochromatic Colors of #217CAA
Black with #217CAA
Text Example
Text Example
White with #217CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CAA; }
p { color: rgb(33,124,170); }
H1.HeaderClassName
{
color: #217CAA;
}
.AnyTagClassName
{
color: #217CAA;
}
</style>
background-color css
<style>
a { background-color: #217CAA; }
a { background-color: rgb(33,124,170); }
div.DivClassName
{
background-color: #217CAA;
}
.BgClassName
{
background-color: #217CAA;
}
</style>
border-color css
<style>
span { border-color: #217CAA; }
span { border-color: rgb(33,124,170); }
td.TdClassName
{
border-color: #217CAA;
}
.TagClassName
{
border-color: #217CAA;
}
</style>