Shades of Lochmara #217699
Tints of Lochmara #217699
RGB
CMYK
RGB Variations
Color information
#217699 (or 0x217699) is known color: Lochmara. HEX triplet: 21, 76 and 99. RGB value is (33,118,153). Sum of RGB (Red+Green+Blue) = 33+118+153=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #217699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217699 is #DE8966. Grayscale: #606060. Windows color (decimal): -14584167 or 10057249. OLE color: 10057249.
HSL color Cylindrical-coordinate representation of color #217699: hue angle of 197.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #217699 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 118 | 153 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.4 |
| HSL | 197.5º | 0.65% | 0.36% | - |
| HSV(B) | 197.5º | 0.78% | 0.6% | - |
| XYZ | 12.86 | 15.58 | 32.47 | - |
| YUV | 96.58 | 159.84 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 153 | 0.78 | 0.23 | 0 | 0.4 | 197.5 | 0.65 | 0.36 |
| Hex | 21 | 76 | 99 | 4E | 17 | 0 | 28 | C6 | 41 | 24 |
| Octal | 41 | 166 | 231 | 116 | 27 | 0 | 50 | 306 | 101 | 44 |
| Binary | 100001 | 1110110 | 10011001 | 1001110 | 10111 | 0 | 101000 | 11000110 | 1000001 | 100100 |
Color Harmonies of #217699
Complementary color
Monochromatic Colors of #217699
Black with #217699
Text Example
Text Example
White with #217699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217699; }
p { color: rgb(33,118,153); }
H1.HeaderClassName
{
color: #217699;
}
.AnyTagClassName
{
color: #217699;
}
</style>
background-color css
<style>
a { background-color: #217699; }
a { background-color: rgb(33,118,153); }
div.DivClassName
{
background-color: #217699;
}
.BgClassName
{
background-color: #217699;
}
</style>
border-color css
<style>
span { border-color: #217699; }
span { border-color: rgb(33,118,153); }
td.TdClassName
{
border-color: #217699;
}
.TagClassName
{
border-color: #217699;
}
</style>