Shades of Lochmara #2179AD
Tints of Lochmara #2179AD
RGB
CMYK
RGB Variations
Color information
#2179AD (or 0x2179AD) is known color: Lochmara. HEX triplet: 21, 79 and AD. RGB value is (33,121,173). Sum of RGB (Red+Green+Blue) = 33+121+173=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #2179AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2179AD is #DE8652. Grayscale: #646464. Windows color (decimal): -14583379 or 11368737. OLE color: 11368737.
HSL color Cylindrical-coordinate representation of color #2179AD: hue angle of 202.29º 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 #2179AD is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 121 | 173 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.32 |
| HSL | 202.29º | 0.68% | 0.4% | - |
| HSV(B) | 202.29º | 0.81% | 0.68% | - |
| XYZ | 15.01 | 17.02 | 42.03 | - |
| YUV | 100.62 | 168.85 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 173 | 0.81 | 0.30 | 0 | 0.32 | 202.29 | 0.68 | 0.4 |
| Hex | 21 | 79 | AD | 51 | 1E | 0 | 20 | CA | 44 | 28 |
| Octal | 41 | 171 | 255 | 121 | 36 | 0 | 40 | 312 | 104 | 50 |
| Binary | 100001 | 1111001 | 10101101 | 1010001 | 11110 | 0 | 100000 | 11001010 | 1000100 | 101000 |
Color Harmonies of #2179AD
Complementary color
Monochromatic Colors of #2179AD
Black with #2179AD
Text Example
Text Example
White with #2179AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2179AD; }
p { color: rgb(33,121,173); }
H1.HeaderClassName
{
color: #2179AD;
}
.AnyTagClassName
{
color: #2179AD;
}
</style>
background-color css
<style>
a { background-color: #2179AD; }
a { background-color: rgb(33,121,173); }
div.DivClassName
{
background-color: #2179AD;
}
.BgClassName
{
background-color: #2179AD;
}
</style>
border-color css
<style>
span { border-color: #2179AD; }
span { border-color: rgb(33,121,173); }
td.TdClassName
{
border-color: #2179AD;
}
.TagClassName
{
border-color: #2179AD;
}
</style>