Shades of Lochmara #216C94
Tints of Lochmara #216C94
RGB
CMYK
RGB Variations
Color information
#216C94 (or 0x216C94) is known color: Lochmara. HEX triplet: 21, 6C and 94. RGB value is (33,108,148). Sum of RGB (Red+Green+Blue) = 33+108+148=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #216C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216C94 is #DE936B. Grayscale: #595959. Windows color (decimal): -14586732 or 9727009. OLE color: 9727009.
HSL color Cylindrical-coordinate representation of color #216C94: hue angle of 200.87º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216C94 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 108 | 148 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.42 |
| HSL | 200.87º | 0.64% | 0.35% | - |
| HSV(B) | 200.87º | 0.78% | 0.58% | - |
| XYZ | 11.34 | 13.19 | 29.96 | - |
| YUV | 90.14 | 160.65 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 148 | 0.78 | 0.27 | 0 | 0.42 | 200.87 | 0.64 | 0.35 |
| Hex | 21 | 6C | 94 | 4E | 1B | 0 | 2A | C9 | 40 | 23 |
| Octal | 41 | 154 | 224 | 116 | 33 | 0 | 52 | 311 | 100 | 43 |
| Binary | 100001 | 1101100 | 10010100 | 1001110 | 11011 | 0 | 101010 | 11001001 | 1000000 | 100011 |
Color Harmonies of #216C94
Complementary color
Monochromatic Colors of #216C94
Black with #216C94
Text Example
Text Example
White with #216C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216C94; }
p { color: rgb(33,108,148); }
H1.HeaderClassName
{
color: #216C94;
}
.AnyTagClassName
{
color: #216C94;
}
</style>
background-color css
<style>
a { background-color: #216C94; }
a { background-color: rgb(33,108,148); }
div.DivClassName
{
background-color: #216C94;
}
.BgClassName
{
background-color: #216C94;
}
</style>
border-color css
<style>
span { border-color: #216C94; }
span { border-color: rgb(33,108,148); }
td.TdClassName
{
border-color: #216C94;
}
.TagClassName
{
border-color: #216C94;
}
</style>