Shades of Lochmara #216AAC
Tints of Lochmara #216AAC
RGB
CMYK
RGB Variations
Color information
#216AAC (or 0x216AAC) is known color: Lochmara. HEX triplet: 21, 6A and AC. RGB value is (33,106,172). Sum of RGB (Red+Green+Blue) = 33+106+172=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #216AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216AAC is #DE9553. Grayscale: #5B5B5B. Windows color (decimal): -14587220 or 11299361. OLE color: 11299361.
HSL color Cylindrical-coordinate representation of color #216AAC: hue angle of 208.49º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #216AAC is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 106 | 172 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.33 |
| HSL | 208.49º | 0.68% | 0.4% | - |
| HSV(B) | 208.49º | 0.81% | 0.67% | - |
| XYZ | 13.23 | 13.61 | 40.96 | - |
| YUV | 91.7 | 173.32 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 106 | 172 | 0.81 | 0.38 | 0 | 0.33 | 208.49 | 0.68 | 0.4 |
| Hex | 21 | 6A | AC | 51 | 26 | 0 | 21 | D0 | 44 | 28 |
| Octal | 41 | 152 | 254 | 121 | 46 | 0 | 41 | 320 | 104 | 50 |
| Binary | 100001 | 1101010 | 10101100 | 1010001 | 100110 | 0 | 100001 | 11010000 | 1000100 | 101000 |
Color Harmonies of #216AAC
Complementary color
Monochromatic Colors of #216AAC
Black with #216AAC
Text Example
Text Example
White with #216AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216AAC; }
p { color: rgb(33,106,172); }
H1.HeaderClassName
{
color: #216AAC;
}
.AnyTagClassName
{
color: #216AAC;
}
</style>
background-color css
<style>
a { background-color: #216AAC; }
a { background-color: rgb(33,106,172); }
div.DivClassName
{
background-color: #216AAC;
}
.BgClassName
{
background-color: #216AAC;
}
</style>
border-color css
<style>
span { border-color: #216AAC; }
span { border-color: rgb(33,106,172); }
td.TdClassName
{
border-color: #216AAC;
}
.TagClassName
{
border-color: #216AAC;
}
</style>