Shades of Lochmara #217AB4
Tints of Lochmara #217AB4
RGB
CMYK
RGB Variations
Color information
#217AB4 (or 0x217AB4) is known color: Lochmara. HEX triplet: 21, 7A and B4. RGB value is (33,122,180). Sum of RGB (Red+Green+Blue) = 33+122+180=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 180 (70.70% from 255 or 53.73% from 335); Max value from RGB is 180 - color contains mainly: blue. Hex color #217AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217AB4 is #DE854B. Grayscale: #656565. Windows color (decimal): -14583116 or 11827745. OLE color: 11827745.
HSL color Cylindrical-coordinate representation of color #217AB4: hue angle of 203.67º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #217AB4 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 122 | 180 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.29 |
| HSL | 203.67º | 0.69% | 0.42% | - |
| HSV(B) | 203.67º | 0.82% | 0.71% | - |
| XYZ | 15.82 | 17.54 | 45.73 | - |
| YUV | 102 | 172.01 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 180 | 0.82 | 0.32 | 0 | 0.29 | 203.67 | 0.69 | 0.42 |
| Hex | 21 | 7A | B4 | 52 | 20 | 0 | 1D | CC | 45 | 2A |
| Octal | 41 | 172 | 264 | 122 | 40 | 0 | 35 | 314 | 105 | 52 |
| Binary | 100001 | 1111010 | 10110100 | 1010010 | 100000 | 0 | 11101 | 11001100 | 1000101 | 101010 |
Color Harmonies of #217AB4
Complementary color
Monochromatic Colors of #217AB4
Black with #217AB4
Text Example
Text Example
White with #217AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217AB4; }
p { color: rgb(33,122,180); }
H1.HeaderClassName
{
color: #217AB4;
}
.AnyTagClassName
{
color: #217AB4;
}
</style>
background-color css
<style>
a { background-color: #217AB4; }
a { background-color: rgb(33,122,180); }
div.DivClassName
{
background-color: #217AB4;
}
.BgClassName
{
background-color: #217AB4;
}
</style>
border-color css
<style>
span { border-color: #217AB4; }
span { border-color: rgb(33,122,180); }
td.TdClassName
{
border-color: #217AB4;
}
.TagClassName
{
border-color: #217AB4;
}
</style>