Shades of Lochmara #2175AC
Tints of Lochmara #2175AC
RGB
CMYK
RGB Variations
Color information
#2175AC (or 0x2175AC) is known color: Lochmara. HEX triplet: 21, 75 and AC. RGB value is (33,117,172). Sum of RGB (Red+Green+Blue) = 33+117+172=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #2175AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2175AC is #DE8A53. Grayscale: #616161. Windows color (decimal): -14584404 or 11302177. OLE color: 11302177.
HSL color Cylindrical-coordinate representation of color #2175AC: hue angle of 203.74º 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 #2175AC is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 117 | 172 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.33 |
| HSL | 203.74º | 0.68% | 0.4% | - |
| HSV(B) | 203.74º | 0.81% | 0.67% | - |
| XYZ | 14.43 | 16.02 | 41.36 | - |
| YUV | 98.15 | 169.67 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 172 | 0.81 | 0.32 | 0 | 0.33 | 203.74 | 0.68 | 0.4 |
| Hex | 21 | 75 | AC | 51 | 20 | 0 | 21 | CC | 44 | 28 |
| Octal | 41 | 165 | 254 | 121 | 40 | 0 | 41 | 314 | 104 | 50 |
| Binary | 100001 | 1110101 | 10101100 | 1010001 | 100000 | 0 | 100001 | 11001100 | 1000100 | 101000 |
Color Harmonies of #2175AC
Complementary color
Monochromatic Colors of #2175AC
Black with #2175AC
Text Example
Text Example
White with #2175AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2175AC; }
p { color: rgb(33,117,172); }
H1.HeaderClassName
{
color: #2175AC;
}
.AnyTagClassName
{
color: #2175AC;
}
</style>
background-color css
<style>
a { background-color: #2175AC; }
a { background-color: rgb(33,117,172); }
div.DivClassName
{
background-color: #2175AC;
}
.BgClassName
{
background-color: #2175AC;
}
</style>
border-color css
<style>
span { border-color: #2175AC; }
span { border-color: rgb(33,117,172); }
td.TdClassName
{
border-color: #2175AC;
}
.TagClassName
{
border-color: #2175AC;
}
</style>