Shades of Lochmara #217BAD
Tints of Lochmara #217BAD
RGB
CMYK
RGB Variations
Color information
#217BAD (or 0x217BAD) is known color: Lochmara. HEX triplet: 21, 7B and AD. RGB value is (33,123,173). Sum of RGB (Red+Green+Blue) = 33+123+173=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #217BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217BAD is #DE8452. Grayscale: #656565. Windows color (decimal): -14582867 or 11369249. OLE color: 11369249.
HSL color Cylindrical-coordinate representation of color #217BAD: hue angle of 201.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #217BAD is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 123 | 173 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.32 |
| HSL | 201.43º | 0.68% | 0.4% | - |
| HSV(B) | 201.43º | 0.81% | 0.68% | - |
| XYZ | 15.25 | 17.51 | 42.11 | - |
| YUV | 101.79 | 168.18 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 173 | 0.81 | 0.29 | 0 | 0.32 | 201.43 | 0.68 | 0.4 |
| Hex | 21 | 7B | AD | 51 | 1D | 0 | 20 | C9 | 44 | 28 |
| Octal | 41 | 173 | 255 | 121 | 35 | 0 | 40 | 311 | 104 | 50 |
| Binary | 100001 | 1111011 | 10101101 | 1010001 | 11101 | 0 | 100000 | 11001001 | 1000100 | 101000 |
Color Harmonies of #217BAD
Complementary color
Monochromatic Colors of #217BAD
Black with #217BAD
Text Example
Text Example
White with #217BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217BAD; }
p { color: rgb(33,123,173); }
H1.HeaderClassName
{
color: #217BAD;
}
.AnyTagClassName
{
color: #217BAD;
}
</style>
background-color css
<style>
a { background-color: #217BAD; }
a { background-color: rgb(33,123,173); }
div.DivClassName
{
background-color: #217BAD;
}
.BgClassName
{
background-color: #217BAD;
}
</style>
border-color css
<style>
span { border-color: #217BAD; }
span { border-color: rgb(33,123,173); }
td.TdClassName
{
border-color: #217BAD;
}
.TagClassName
{
border-color: #217BAD;
}
</style>