Shades of Lochmara #2177B3
Tints of Lochmara #2177B3
RGB
CMYK
RGB Variations
Color information
#2177B3 (or 0x2177B3) is known color: Lochmara. HEX triplet: 21, 77 and B3. RGB value is (33,119,179). Sum of RGB (Red+Green+Blue) = 33+119+179=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 179 (70.31% from 255 or 54.08% from 331); Max value from RGB is 179 - color contains mainly: blue. Hex color #2177B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2177B3 is #DE884C. Grayscale: #636363. Windows color (decimal): -14583885 or 11761441. OLE color: 11761441.
HSL color Cylindrical-coordinate representation of color #2177B3: hue angle of 204.66º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2177B3 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 119 | 179 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.30 |
| HSL | 204.66º | 0.69% | 0.42% | - |
| HSV(B) | 204.66º | 0.82% | 0.7% | - |
| XYZ | 15.36 | 16.77 | 45.08 | - |
| YUV | 100.13 | 172.51 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 179 | 0.82 | 0.34 | 0 | 0.30 | 204.66 | 0.69 | 0.42 |
| Hex | 21 | 77 | B3 | 52 | 22 | 0 | 1E | CD | 45 | 2A |
| Octal | 41 | 167 | 263 | 122 | 42 | 0 | 36 | 315 | 105 | 52 |
| Binary | 100001 | 1110111 | 10110011 | 1010010 | 100010 | 0 | 11110 | 11001101 | 1000101 | 101010 |
Color Harmonies of #2177B3
Complementary color
Monochromatic Colors of #2177B3
Black with #2177B3
Text Example
Text Example
White with #2177B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2177B3; }
p { color: rgb(33,119,179); }
H1.HeaderClassName
{
color: #2177B3;
}
.AnyTagClassName
{
color: #2177B3;
}
</style>
background-color css
<style>
a { background-color: #2177B3; }
a { background-color: rgb(33,119,179); }
div.DivClassName
{
background-color: #2177B3;
}
.BgClassName
{
background-color: #2177B3;
}
</style>
border-color css
<style>
span { border-color: #2177B3; }
span { border-color: rgb(33,119,179); }
td.TdClassName
{
border-color: #2177B3;
}
.TagClassName
{
border-color: #2177B3;
}
</style>