Shades of Lochmara #216EA1
Tints of Lochmara #216EA1
RGB
CMYK
RGB Variations
Color information
#216EA1 (or 0x216EA1) is known color: Lochmara. HEX triplet: 21, 6E and A1. RGB value is (33,110,161). Sum of RGB (Red+Green+Blue) = 33+110+161=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #216EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216EA1 is #DE915E. Grayscale: #5C5C5C. Windows color (decimal): -14586207 or 10579489. OLE color: 10579489.
HSL color Cylindrical-coordinate representation of color #216EA1: hue angle of 203.91º 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 #216EA1 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 110 | 161 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.37 |
| HSL | 203.91º | 0.66% | 0.38% | - |
| HSV(B) | 203.91º | 0.8% | 0.63% | - |
| XYZ | 12.64 | 14.05 | 35.76 | - |
| YUV | 92.79 | 166.49 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 161 | 0.80 | 0.32 | 0 | 0.37 | 203.91 | 0.66 | 0.38 |
| Hex | 21 | 6E | A1 | 50 | 20 | 0 | 25 | CC | 42 | 26 |
| Octal | 41 | 156 | 241 | 120 | 40 | 0 | 45 | 314 | 102 | 46 |
| Binary | 100001 | 1101110 | 10100001 | 1010000 | 100000 | 0 | 100101 | 11001100 | 1000010 | 100110 |
Color Harmonies of #216EA1
Complementary color
Monochromatic Colors of #216EA1
Black with #216EA1
Text Example
Text Example
White with #216EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216EA1; }
p { color: rgb(33,110,161); }
H1.HeaderClassName
{
color: #216EA1;
}
.AnyTagClassName
{
color: #216EA1;
}
</style>
background-color css
<style>
a { background-color: #216EA1; }
a { background-color: rgb(33,110,161); }
div.DivClassName
{
background-color: #216EA1;
}
.BgClassName
{
background-color: #216EA1;
}
</style>
border-color css
<style>
span { border-color: #216EA1; }
span { border-color: rgb(33,110,161); }
td.TdClassName
{
border-color: #216EA1;
}
.TagClassName
{
border-color: #216EA1;
}
</style>