Shades of Lochmara #216FA8
Tints of Lochmara #216FA8
RGB
CMYK
RGB Variations
Color information
#216FA8 (or 0x216FA8) is known color: Lochmara. HEX triplet: 21, 6F and A8. RGB value is (33,111,168). Sum of RGB (Red+Green+Blue) = 33+111+168=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 168 (66.02% from 255 or 53.85% from 312); Max value from RGB is 168 - color contains mainly: blue. Hex color #216FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216FA8 is #DE9057. Grayscale: #5D5D5D. Windows color (decimal): -14585944 or 11038497. OLE color: 11038497.
HSL color Cylindrical-coordinate representation of color #216FA8: hue angle of 205.33º 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 #216FA8 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 111 | 168 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.34 |
| HSL | 205.33º | 0.67% | 0.39% | - |
| HSV(B) | 205.33º | 0.8% | 0.66% | - |
| XYZ | 13.38 | 14.52 | 39.14 | - |
| YUV | 94.18 | 169.66 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 111 | 168 | 0.80 | 0.34 | 0 | 0.34 | 205.33 | 0.67 | 0.39 |
| Hex | 21 | 6F | A8 | 50 | 22 | 0 | 22 | CD | 43 | 27 |
| Octal | 41 | 157 | 250 | 120 | 42 | 0 | 42 | 315 | 103 | 47 |
| Binary | 100001 | 1101111 | 10101000 | 1010000 | 100010 | 0 | 100010 | 11001101 | 1000011 | 100111 |
Color Harmonies of #216FA8
Complementary color
Monochromatic Colors of #216FA8
Black with #216FA8
Text Example
Text Example
White with #216FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216FA8; }
p { color: rgb(33,111,168); }
H1.HeaderClassName
{
color: #216FA8;
}
.AnyTagClassName
{
color: #216FA8;
}
</style>
background-color css
<style>
a { background-color: #216FA8; }
a { background-color: rgb(33,111,168); }
div.DivClassName
{
background-color: #216FA8;
}
.BgClassName
{
background-color: #216FA8;
}
</style>
border-color css
<style>
span { border-color: #216FA8; }
span { border-color: rgb(33,111,168); }
td.TdClassName
{
border-color: #216FA8;
}
.TagClassName
{
border-color: #216FA8;
}
</style>