Shades of Lochmara #216AA8
Tints of Lochmara #216AA8
RGB
CMYK
RGB Variations
Color information
#216AA8 (or 0x216AA8) is known color: Lochmara. HEX triplet: 21, 6A and A8. RGB value is (33,106,168). Sum of RGB (Red+Green+Blue) = 33+106+168=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 168 (66.02% from 255 or 54.72% from 307); Max value from RGB is 168 - color contains mainly: blue. Hex color #216AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216AA8 is #DE9557. Grayscale: #5A5A5A. Windows color (decimal): -14587224 or 11037217. OLE color: 11037217.
HSL color Cylindrical-coordinate representation of color #216AA8: hue angle of 207.56º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #216AA8 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 106 | 168 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.34 |
| HSL | 207.56º | 0.67% | 0.39% | - |
| HSV(B) | 207.56º | 0.8% | 0.66% | - |
| XYZ | 12.85 | 13.46 | 38.97 | - |
| YUV | 91.24 | 171.32 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 168 | 0.80 | 0.37 | 0 | 0.34 | 207.56 | 0.67 | 0.39 |
| Hex | 21 | 6A | A8 | 50 | 25 | 0 | 22 | D0 | 43 | 27 |
| Octal | 41 | 152 | 250 | 120 | 45 | 0 | 42 | 320 | 103 | 47 |
| Binary | 100001 | 1101010 | 10101000 | 1010000 | 100101 | 0 | 100010 | 11010000 | 1000011 | 100111 |
Color Harmonies of #216AA8
Complementary color
Monochromatic Colors of #216AA8
Black with #216AA8
Text Example
Text Example
White with #216AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216AA8; }
p { color: rgb(33,106,168); }
H1.HeaderClassName
{
color: #216AA8;
}
.AnyTagClassName
{
color: #216AA8;
}
</style>
background-color css
<style>
a { background-color: #216AA8; }
a { background-color: rgb(33,106,168); }
div.DivClassName
{
background-color: #216AA8;
}
.BgClassName
{
background-color: #216AA8;
}
</style>
border-color css
<style>
span { border-color: #216AA8; }
span { border-color: rgb(33,106,168); }
td.TdClassName
{
border-color: #216AA8;
}
.TagClassName
{
border-color: #216AA8;
}
</style>