Shades of Lochmara #2078B6
Tints of Lochmara #2078B6
RGB
CMYK
RGB Variations
Color information
#2078B6 (or 0x2078B6) is known color: Lochmara. HEX triplet: 20, 78 and B6. RGB value is (32,120,182). Sum of RGB (Red+Green+Blue) = 32+120+182=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #2078B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2078B6 is #DF8749. Grayscale: #646464. Windows color (decimal): -14649162 or 11958304. OLE color: 11958304.
HSL color Cylindrical-coordinate representation of color #2078B6: hue angle of 204.8º degrees, saturation: 0.7, 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 #2078B6 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 120 | 182 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.29 |
| HSL | 204.8º | 0.7% | 0.42% | - |
| HSV(B) | 204.8º | 0.82% | 0.71% | - |
| XYZ | 15.76 | 17.12 | 46.73 | - |
| YUV | 100.76 | 173.85 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 182 | 0.82 | 0.34 | 0 | 0.29 | 204.8 | 0.7 | 0.42 |
| Hex | 20 | 78 | B6 | 52 | 22 | 0 | 1D | CD | 46 | 2A |
| Octal | 40 | 170 | 266 | 122 | 42 | 0 | 35 | 315 | 106 | 52 |
| Binary | 100000 | 1111000 | 10110110 | 1010010 | 100010 | 0 | 11101 | 11001101 | 1000110 | 101010 |
Color Harmonies of #2078B6
Complementary color
Monochromatic Colors of #2078B6
Black with #2078B6
Text Example
Text Example
White with #2078B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078B6; }
p { color: rgb(32,120,182); }
H1.HeaderClassName
{
color: #2078B6;
}
.AnyTagClassName
{
color: #2078B6;
}
</style>
background-color css
<style>
a { background-color: #2078B6; }
a { background-color: rgb(32,120,182); }
div.DivClassName
{
background-color: #2078B6;
}
.BgClassName
{
background-color: #2078B6;
}
</style>
border-color css
<style>
span { border-color: #2078B6; }
span { border-color: rgb(32,120,182); }
td.TdClassName
{
border-color: #2078B6;
}
.TagClassName
{
border-color: #2078B6;
}
</style>