Shades of Lochmara #217BA1
Tints of Lochmara #217BA1
RGB
CMYK
RGB Variations
Color information
#217BA1 (or 0x217BA1) is known color: Lochmara. HEX triplet: 21, 7B and A1. RGB value is (33,123,161). Sum of RGB (Red+Green+Blue) = 33+123+161=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 161 (63.28% from 255 or 50.79% from 317); Max value from RGB is 161 - color contains mainly: blue. Hex color #217BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217BA1 is #DE845E. Grayscale: #646464. Windows color (decimal): -14582879 or 10582817. OLE color: 10582817.
HSL color Cylindrical-coordinate representation of color #217BA1: hue angle of 197.81º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #217BA1 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 123 | 161 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.37 |
| HSL | 197.81º | 0.66% | 0.38% | - |
| HSV(B) | 197.81º | 0.8% | 0.63% | - |
| XYZ | 14.14 | 17.06 | 36.27 | - |
| YUV | 100.42 | 162.18 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 161 | 0.80 | 0.24 | 0 | 0.37 | 197.81 | 0.66 | 0.38 |
| Hex | 21 | 7B | A1 | 50 | 18 | 0 | 25 | C6 | 42 | 26 |
| Octal | 41 | 173 | 241 | 120 | 30 | 0 | 45 | 306 | 102 | 46 |
| Binary | 100001 | 1111011 | 10100001 | 1010000 | 11000 | 0 | 100101 | 11000110 | 1000010 | 100110 |
Color Harmonies of #217BA1
Complementary color
Monochromatic Colors of #217BA1
Black with #217BA1
Text Example
Text Example
White with #217BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BA1; }
p { color: rgb(33,123,161); }
H1.HeaderClassName
{
color: #217BA1;
}
.AnyTagClassName
{
color: #217BA1;
}
</style>
background-color css
<style>
a { background-color: #217BA1; }
a { background-color: rgb(33,123,161); }
div.DivClassName
{
background-color: #217BA1;
}
.BgClassName
{
background-color: #217BA1;
}
</style>
border-color css
<style>
span { border-color: #217BA1; }
span { border-color: rgb(33,123,161); }
td.TdClassName
{
border-color: #217BA1;
}
.TagClassName
{
border-color: #217BA1;
}
</style>