Shades of Lochmara #217CB0
Tints of Lochmara #217CB0
RGB
CMYK
RGB Variations
Color information
#217CB0 (or 0x217CB0) is known color: Lochmara. HEX triplet: 21, 7C and B0. RGB value is (33,124,176). Sum of RGB (Red+Green+Blue) = 33+124+176=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #217CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217CB0 is #DE834F. Grayscale: #666666. Windows color (decimal): -14582608 or 11566113. OLE color: 11566113.
HSL color Cylindrical-coordinate representation of color #217CB0: hue angle of 201.82º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #217CB0 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 124 | 176 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.31 |
| HSL | 201.82º | 0.68% | 0.41% | - |
| HSV(B) | 201.82º | 0.81% | 0.69% | - |
| XYZ | 15.67 | 17.87 | 43.7 | - |
| YUV | 102.72 | 169.35 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 176 | 0.81 | 0.30 | 0 | 0.31 | 201.82 | 0.68 | 0.41 |
| Hex | 21 | 7C | B0 | 51 | 1E | 0 | 1F | CA | 44 | 29 |
| Octal | 41 | 174 | 260 | 121 | 36 | 0 | 37 | 312 | 104 | 51 |
| Binary | 100001 | 1111100 | 10110000 | 1010001 | 11110 | 0 | 11111 | 11001010 | 1000100 | 101001 |
Color Harmonies of #217CB0
Complementary color
Monochromatic Colors of #217CB0
Black with #217CB0
Text Example
Text Example
White with #217CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217CB0; }
p { color: rgb(33,124,176); }
H1.HeaderClassName
{
color: #217CB0;
}
.AnyTagClassName
{
color: #217CB0;
}
</style>
background-color css
<style>
a { background-color: #217CB0; }
a { background-color: rgb(33,124,176); }
div.DivClassName
{
background-color: #217CB0;
}
.BgClassName
{
background-color: #217CB0;
}
</style>
border-color css
<style>
span { border-color: #217CB0; }
span { border-color: rgb(33,124,176); }
td.TdClassName
{
border-color: #217CB0;
}
.TagClassName
{
border-color: #217CB0;
}
</style>