Shades of Lochmara #217599
Tints of Lochmara #217599
RGB
CMYK
RGB Variations
Color information
#217599 (or 0x217599) is known color: Lochmara. HEX triplet: 21, 75 and 99. RGB value is (33,117,153). Sum of RGB (Red+Green+Blue) = 33+117+153=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #217599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217599 is #DE8A66. Grayscale: #5F5F5F. Windows color (decimal): -14584423 or 10056993. OLE color: 10056993.
HSL color Cylindrical-coordinate representation of color #217599: hue angle of 198º 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 #217599 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 117 | 153 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.4 |
| HSL | 198º | 0.65% | 0.36% | - |
| HSV(B) | 198º | 0.78% | 0.6% | - |
| XYZ | 12.74 | 15.35 | 32.43 | - |
| YUV | 95.99 | 160.17 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 153 | 0.78 | 0.24 | 0 | 0.4 | 198 | 0.65 | 0.36 |
| Hex | 21 | 75 | 99 | 4E | 18 | 0 | 28 | C6 | 41 | 24 |
| Octal | 41 | 165 | 231 | 116 | 30 | 0 | 50 | 306 | 101 | 44 |
| Binary | 100001 | 1110101 | 10011001 | 1001110 | 11000 | 0 | 101000 | 11000110 | 1000001 | 100100 |
Color Harmonies of #217599
Complementary color
Monochromatic Colors of #217599
Black with #217599
Text Example
Text Example
White with #217599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217599; }
p { color: rgb(33,117,153); }
H1.HeaderClassName
{
color: #217599;
}
.AnyTagClassName
{
color: #217599;
}
</style>
background-color css
<style>
a { background-color: #217599; }
a { background-color: rgb(33,117,153); }
div.DivClassName
{
background-color: #217599;
}
.BgClassName
{
background-color: #217599;
}
</style>
border-color css
<style>
span { border-color: #217599; }
span { border-color: rgb(33,117,153); }
td.TdClassName
{
border-color: #217599;
}
.TagClassName
{
border-color: #217599;
}
</style>