Shades of Lochmara #217BA0
Tints of Lochmara #217BA0
RGB
CMYK
RGB Variations
Color information
#217BA0 (or 0x217BA0) is known color: Lochmara. HEX triplet: 21, 7B and A0. RGB value is (33,123,160). Sum of RGB (Red+Green+Blue) = 33+123+160=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #217BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217BA0 is #DE845F. Grayscale: #646464. Windows color (decimal): -14582880 or 10517281. OLE color: 10517281.
HSL color Cylindrical-coordinate representation of color #217BA0: hue angle of 197.48º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #217BA0 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 123 | 160 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.37 |
| HSL | 197.48º | 0.66% | 0.38% | - |
| HSV(B) | 197.48º | 0.79% | 0.63% | - |
| XYZ | 14.06 | 17.03 | 35.8 | - |
| YUV | 100.31 | 161.68 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 160 | 0.79 | 0.23 | 0 | 0.37 | 197.48 | 0.66 | 0.38 |
| Hex | 21 | 7B | A0 | 4F | 17 | 0 | 25 | C5 | 42 | 26 |
| Octal | 41 | 173 | 240 | 117 | 27 | 0 | 45 | 305 | 102 | 46 |
| Binary | 100001 | 1111011 | 10100000 | 1001111 | 10111 | 0 | 100101 | 11000101 | 1000010 | 100110 |
Color Harmonies of #217BA0
Complementary color
Monochromatic Colors of #217BA0
Black with #217BA0
Text Example
Text Example
White with #217BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BA0; }
p { color: rgb(33,123,160); }
H1.HeaderClassName
{
color: #217BA0;
}
.AnyTagClassName
{
color: #217BA0;
}
</style>
background-color css
<style>
a { background-color: #217BA0; }
a { background-color: rgb(33,123,160); }
div.DivClassName
{
background-color: #217BA0;
}
.BgClassName
{
background-color: #217BA0;
}
</style>
border-color css
<style>
span { border-color: #217BA0; }
span { border-color: rgb(33,123,160); }
td.TdClassName
{
border-color: #217BA0;
}
.TagClassName
{
border-color: #217BA0;
}
</style>