Shades of Lochmara #217BA2
Tints of Lochmara #217BA2
RGB
CMYK
RGB Variations
Color information
#217BA2 (or 0x217BA2) is known color: Lochmara. HEX triplet: 21, 7B and A2. RGB value is (33,123,162). Sum of RGB (Red+Green+Blue) = 33+123+162=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 162 (63.67% from 255 or 50.94% from 318); Max value from RGB is 162 - color contains mainly: blue. Hex color #217BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217BA2 is #DE845D. Grayscale: #646464. Windows color (decimal): -14582878 or 10648353. OLE color: 10648353.
HSL color Cylindrical-coordinate representation of color #217BA2: hue angle of 198.14º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #217BA2 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 123 | 162 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.36 |
| HSL | 198.14º | 0.66% | 0.38% | - |
| HSV(B) | 198.14º | 0.8% | 0.64% | - |
| XYZ | 14.23 | 17.1 | 36.73 | - |
| YUV | 100.54 | 162.68 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 162 | 0.80 | 0.24 | 0 | 0.36 | 198.14 | 0.66 | 0.38 |
| Hex | 21 | 7B | A2 | 50 | 18 | 0 | 24 | C6 | 42 | 26 |
| Octal | 41 | 173 | 242 | 120 | 30 | 0 | 44 | 306 | 102 | 46 |
| Binary | 100001 | 1111011 | 10100010 | 1010000 | 11000 | 0 | 100100 | 11000110 | 1000010 | 100110 |
Color Harmonies of #217BA2
Complementary color
Monochromatic Colors of #217BA2
Black with #217BA2
Text Example
Text Example
White with #217BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BA2; }
p { color: rgb(33,123,162); }
H1.HeaderClassName
{
color: #217BA2;
}
.AnyTagClassName
{
color: #217BA2;
}
</style>
background-color css
<style>
a { background-color: #217BA2; }
a { background-color: rgb(33,123,162); }
div.DivClassName
{
background-color: #217BA2;
}
.BgClassName
{
background-color: #217BA2;
}
</style>
border-color css
<style>
span { border-color: #217BA2; }
span { border-color: rgb(33,123,162); }
td.TdClassName
{
border-color: #217BA2;
}
.TagClassName
{
border-color: #217BA2;
}
</style>