Shades of Lochmara #217194
Tints of Lochmara #217194
RGB
CMYK
RGB Variations
Color information
#217194 (or 0x217194) is known color: Lochmara. HEX triplet: 21, 71 and 94. RGB value is (33,113,148). Sum of RGB (Red+Green+Blue) = 33+113+148=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #217194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217194 is #DE8E6B. Grayscale: #5C5C5C. Windows color (decimal): -14585452 or 9728289. OLE color: 9728289.
HSL color Cylindrical-coordinate representation of color #217194: hue angle of 198.26º 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 #217194 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 113 | 148 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.42 |
| HSL | 198.26º | 0.64% | 0.35% | - |
| HSV(B) | 198.26º | 0.78% | 0.58% | - |
| XYZ | 11.88 | 14.27 | 30.15 | - |
| YUV | 93.07 | 159 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 148 | 0.78 | 0.24 | 0 | 0.42 | 198.26 | 0.64 | 0.35 |
| Hex | 21 | 71 | 94 | 4E | 18 | 0 | 2A | C6 | 40 | 23 |
| Octal | 41 | 161 | 224 | 116 | 30 | 0 | 52 | 306 | 100 | 43 |
| Binary | 100001 | 1110001 | 10010100 | 1001110 | 11000 | 0 | 101010 | 11000110 | 1000000 | 100011 |
Color Harmonies of #217194
Complementary color
Monochromatic Colors of #217194
Black with #217194
Text Example
Text Example
White with #217194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217194; }
p { color: rgb(33,113,148); }
H1.HeaderClassName
{
color: #217194;
}
.AnyTagClassName
{
color: #217194;
}
</style>
background-color css
<style>
a { background-color: #217194; }
a { background-color: rgb(33,113,148); }
div.DivClassName
{
background-color: #217194;
}
.BgClassName
{
background-color: #217194;
}
</style>
border-color css
<style>
span { border-color: #217194; }
span { border-color: rgb(33,113,148); }
td.TdClassName
{
border-color: #217194;
}
.TagClassName
{
border-color: #217194;
}
</style>