Shades of Lochmara #217DAB
Tints of Lochmara #217DAB
RGB
CMYK
RGB Variations
Color information
#217DAB (or 0x217DAB) is known color: Lochmara. HEX triplet: 21, 7D and AB. RGB value is (33,125,171). Sum of RGB (Red+Green+Blue) = 33+125+171=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #217DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217DAB is #DE8254. Grayscale: #666666. Windows color (decimal): -14582357 or 11238689. OLE color: 11238689.
HSL color Cylindrical-coordinate representation of color #217DAB: hue angle of 200º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #217DAB is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 125 | 171 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.33 |
| HSL | 200º | 0.68% | 0.4% | - |
| HSV(B) | 200º | 0.81% | 0.67% | - |
| XYZ | 15.31 | 17.93 | 41.18 | - |
| YUV | 102.74 | 166.52 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 125 | 171 | 0.81 | 0.27 | 0 | 0.33 | 200 | 0.68 | 0.4 |
| Hex | 21 | 7D | AB | 51 | 1B | 0 | 21 | C8 | 44 | 28 |
| Octal | 41 | 175 | 253 | 121 | 33 | 0 | 41 | 310 | 104 | 50 |
| Binary | 100001 | 1111101 | 10101011 | 1010001 | 11011 | 0 | 100001 | 11001000 | 1000100 | 101000 |
Color Harmonies of #217DAB
Complementary color
Monochromatic Colors of #217DAB
Black with #217DAB
Text Example
Text Example
White with #217DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217DAB; }
p { color: rgb(33,125,171); }
H1.HeaderClassName
{
color: #217DAB;
}
.AnyTagClassName
{
color: #217DAB;
}
</style>
background-color css
<style>
a { background-color: #217DAB; }
a { background-color: rgb(33,125,171); }
div.DivClassName
{
background-color: #217DAB;
}
.BgClassName
{
background-color: #217DAB;
}
</style>
border-color css
<style>
span { border-color: #217DAB; }
span { border-color: rgb(33,125,171); }
td.TdClassName
{
border-color: #217DAB;
}
.TagClassName
{
border-color: #217DAB;
}
</style>