Shades of Lochmara #2171B1
Tints of Lochmara #2171B1
RGB
CMYK
RGB Variations
Color information
#2171B1 (or 0x2171B1) is known color: Lochmara. HEX triplet: 21, 71 and B1. RGB value is (33,113,177). Sum of RGB (Red+Green+Blue) = 33+113+177=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #2171B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2171B1 is #DE8E4E. Grayscale: #606060. Windows color (decimal): -14585423 or 11628833. OLE color: 11628833.
HSL color Cylindrical-coordinate representation of color #2171B1: hue angle of 206.67º degrees, saturation: 0.69, 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 #2171B1 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 113 | 177 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.31 |
| HSL | 206.67º | 0.69% | 0.41% | - |
| HSV(B) | 206.67º | 0.81% | 0.69% | - |
| XYZ | 14.47 | 15.31 | 43.79 | - |
| YUV | 96.38 | 173.5 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 177 | 0.81 | 0.36 | 0 | 0.31 | 206.67 | 0.69 | 0.41 |
| Hex | 21 | 71 | B1 | 51 | 24 | 0 | 1F | CF | 45 | 29 |
| Octal | 41 | 161 | 261 | 121 | 44 | 0 | 37 | 317 | 105 | 51 |
| Binary | 100001 | 1110001 | 10110001 | 1010001 | 100100 | 0 | 11111 | 11001111 | 1000101 | 101001 |
Color Harmonies of #2171B1
Complementary color
Monochromatic Colors of #2171B1
Black with #2171B1
Text Example
Text Example
White with #2171B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2171B1; }
p { color: rgb(33,113,177); }
H1.HeaderClassName
{
color: #2171B1;
}
.AnyTagClassName
{
color: #2171B1;
}
</style>
background-color css
<style>
a { background-color: #2171B1; }
a { background-color: rgb(33,113,177); }
div.DivClassName
{
background-color: #2171B1;
}
.BgClassName
{
background-color: #2171B1;
}
</style>
border-color css
<style>
span { border-color: #2171B1; }
span { border-color: rgb(33,113,177); }
td.TdClassName
{
border-color: #2171B1;
}
.TagClassName
{
border-color: #2171B1;
}
</style>