Shades of Lochmara #217394
Tints of Lochmara #217394
RGB
CMYK
RGB Variations
Color information
#217394 (or 0x217394) is known color: Lochmara. HEX triplet: 21, 73 and 94. RGB value is (33,115,148). Sum of RGB (Red+Green+Blue) = 33+115+148=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #217394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217394 is #DE8C6B. Grayscale: #5E5E5E. Windows color (decimal): -14584940 or 9728801. OLE color: 9728801.
HSL color Cylindrical-coordinate representation of color #217394: hue angle of 197.22º 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 #217394 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 115 | 148 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.42 |
| HSL | 197.22º | 0.64% | 0.35% | - |
| HSV(B) | 197.22º | 0.78% | 0.58% | - |
| XYZ | 12.1 | 14.72 | 30.22 | - |
| YUV | 94.24 | 158.33 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 148 | 0.78 | 0.22 | 0 | 0.42 | 197.22 | 0.64 | 0.35 |
| Hex | 21 | 73 | 94 | 4E | 16 | 0 | 2A | C5 | 40 | 23 |
| Octal | 41 | 163 | 224 | 116 | 26 | 0 | 52 | 305 | 100 | 43 |
| Binary | 100001 | 1110011 | 10010100 | 1001110 | 10110 | 0 | 101010 | 11000101 | 1000000 | 100011 |
Color Harmonies of #217394
Complementary color
Monochromatic Colors of #217394
Black with #217394
Text Example
Text Example
White with #217394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217394; }
p { color: rgb(33,115,148); }
H1.HeaderClassName
{
color: #217394;
}
.AnyTagClassName
{
color: #217394;
}
</style>
background-color css
<style>
a { background-color: #217394; }
a { background-color: rgb(33,115,148); }
div.DivClassName
{
background-color: #217394;
}
.BgClassName
{
background-color: #217394;
}
</style>
border-color css
<style>
span { border-color: #217394; }
span { border-color: rgb(33,115,148); }
td.TdClassName
{
border-color: #217394;
}
.TagClassName
{
border-color: #217394;
}
</style>