Shades of Lochmara #216EA5
Tints of Lochmara #216EA5
RGB
CMYK
RGB Variations
Color information
#216EA5 (or 0x216EA5) is known color: Lochmara. HEX triplet: 21, 6E and A5. RGB value is (33,110,165). Sum of RGB (Red+Green+Blue) = 33+110+165=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 165 (64.84% from 255 or 53.57% from 308); Max value from RGB is 165 - color contains mainly: blue. Hex color #216EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216EA5 is #DE915A. Grayscale: #5C5C5C. Windows color (decimal): -14586203 or 10841633. OLE color: 10841633.
HSL color Cylindrical-coordinate representation of color #216EA5: hue angle of 205º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #216EA5 is Cyan = 0.8, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 110 | 165 | - |
| CMYK | 0.8 | 0.33 | 0 | 0.35 |
| HSL | 205º | 0.67% | 0.39% | - |
| HSV(B) | 205º | 0.8% | 0.65% | - |
| XYZ | 12.99 | 14.19 | 37.65 | - |
| YUV | 93.25 | 168.49 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 165 | 0.8 | 0.33 | 0 | 0.35 | 205 | 0.67 | 0.39 |
| Hex | 21 | 6E | A5 | 50 | 21 | 0 | 23 | CD | 43 | 27 |
| Octal | 41 | 156 | 245 | 120 | 41 | 0 | 43 | 315 | 103 | 47 |
| Binary | 100001 | 1101110 | 10100101 | 1010000 | 100001 | 0 | 100011 | 11001101 | 1000011 | 100111 |
Color Harmonies of #216EA5
Complementary color
Monochromatic Colors of #216EA5
Black with #216EA5
Text Example
Text Example
White with #216EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216EA5; }
p { color: rgb(33,110,165); }
H1.HeaderClassName
{
color: #216EA5;
}
.AnyTagClassName
{
color: #216EA5;
}
</style>
background-color css
<style>
a { background-color: #216EA5; }
a { background-color: rgb(33,110,165); }
div.DivClassName
{
background-color: #216EA5;
}
.BgClassName
{
background-color: #216EA5;
}
</style>
border-color css
<style>
span { border-color: #216EA5; }
span { border-color: rgb(33,110,165); }
td.TdClassName
{
border-color: #216EA5;
}
.TagClassName
{
border-color: #216EA5;
}
</style>