Shades of Lochmara #217CA5
Tints of Lochmara #217CA5
RGB
CMYK
RGB Variations
Color information
#217CA5 (or 0x217CA5) is known color: Lochmara. HEX triplet: 21, 7C and A5. RGB value is (33,124,165). Sum of RGB (Red+Green+Blue) = 33+124+165=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 165 (64.84% from 255 or 51.24% from 322); Max value from RGB is 165 - color contains mainly: blue. Hex color #217CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217CA5 is #DE835A. Grayscale: #656565. Windows color (decimal): -14582619 or 10845217. OLE color: 10845217.
HSL color Cylindrical-coordinate representation of color #217CA5: hue angle of 198.64º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #217CA5 is Cyan = 0.8, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 124 | 165 | - |
| CMYK | 0.8 | 0.25 | 0 | 0.35 |
| HSL | 198.64º | 0.67% | 0.39% | - |
| HSV(B) | 198.64º | 0.8% | 0.65% | - |
| XYZ | 14.63 | 17.46 | 38.2 | - |
| YUV | 101.47 | 163.85 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 165 | 0.8 | 0.25 | 0 | 0.35 | 198.64 | 0.67 | 0.39 |
| Hex | 21 | 7C | A5 | 50 | 19 | 0 | 23 | C7 | 43 | 27 |
| Octal | 41 | 174 | 245 | 120 | 31 | 0 | 43 | 307 | 103 | 47 |
| Binary | 100001 | 1111100 | 10100101 | 1010000 | 11001 | 0 | 100011 | 11000111 | 1000011 | 100111 |
Color Harmonies of #217CA5
Complementary color
Monochromatic Colors of #217CA5
Black with #217CA5
Text Example
Text Example
White with #217CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CA5; }
p { color: rgb(33,124,165); }
H1.HeaderClassName
{
color: #217CA5;
}
.AnyTagClassName
{
color: #217CA5;
}
</style>
background-color css
<style>
a { background-color: #217CA5; }
a { background-color: rgb(33,124,165); }
div.DivClassName
{
background-color: #217CA5;
}
.BgClassName
{
background-color: #217CA5;
}
</style>
border-color css
<style>
span { border-color: #217CA5; }
span { border-color: rgb(33,124,165); }
td.TdClassName
{
border-color: #217CA5;
}
.TagClassName
{
border-color: #217CA5;
}
</style>