Shades of Lochmara #2179B4
Tints of Lochmara #2179B4
RGB
CMYK
RGB Variations
Color information
#2179B4 (or 0x2179B4) is known color: Lochmara. HEX triplet: 21, 79 and B4. RGB value is (33,121,180). Sum of RGB (Red+Green+Blue) = 33+121+180=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #2179B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2179B4 is #DE864B. Grayscale: #656565. Windows color (decimal): -14583372 or 11827489. OLE color: 11827489.
HSL color Cylindrical-coordinate representation of color #2179B4: hue angle of 204.08º 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 #2179B4 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 121 | 180 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.29 |
| HSL | 204.08º | 0.69% | 0.42% | - |
| HSV(B) | 204.08º | 0.82% | 0.71% | - |
| XYZ | 15.7 | 17.29 | 45.69 | - |
| YUV | 101.41 | 172.35 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 180 | 0.82 | 0.33 | 0 | 0.29 | 204.08 | 0.69 | 0.42 |
| Hex | 21 | 79 | B4 | 52 | 21 | 0 | 1D | CC | 45 | 2A |
| Octal | 41 | 171 | 264 | 122 | 41 | 0 | 35 | 314 | 105 | 52 |
| Binary | 100001 | 1111001 | 10110100 | 1010010 | 100001 | 0 | 11101 | 11001100 | 1000101 | 101010 |
Color Harmonies of #2179B4
Complementary color
Monochromatic Colors of #2179B4
Black with #2179B4
Text Example
Text Example
White with #2179B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2179B4; }
p { color: rgb(33,121,180); }
H1.HeaderClassName
{
color: #2179B4;
}
.AnyTagClassName
{
color: #2179B4;
}
</style>
background-color css
<style>
a { background-color: #2179B4; }
a { background-color: rgb(33,121,180); }
div.DivClassName
{
background-color: #2179B4;
}
.BgClassName
{
background-color: #2179B4;
}
</style>
border-color css
<style>
span { border-color: #2179B4; }
span { border-color: rgb(33,121,180); }
td.TdClassName
{
border-color: #2179B4;
}
.TagClassName
{
border-color: #2179B4;
}
</style>