Shades of Lochmara #2078B4
Tints of Lochmara #2078B4
RGB
CMYK
RGB Variations
Color information
#2078B4 (or 0x2078B4) is known color: Lochmara. HEX triplet: 20, 78 and B4. RGB value is (32,120,180). Sum of RGB (Red+Green+Blue) = 32+120+180=332 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.64% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 180 (70.70% from 255 or 54.22% from 332); Max value from RGB is 180 - color contains mainly: blue. Hex color #2078B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2078B4 is #DF874B. Grayscale: #646464. Windows color (decimal): -14649164 or 11827232. OLE color: 11827232.
HSL color Cylindrical-coordinate representation of color #2078B4: hue angle of 204.32º 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 #2078B4 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 120 | 180 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.29 |
| HSL | 204.32º | 0.7% | 0.42% | - |
| HSV(B) | 204.32º | 0.82% | 0.71% | - |
| XYZ | 15.55 | 17.04 | 45.65 | - |
| YUV | 100.53 | 172.85 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 180 | 0.82 | 0.33 | 0 | 0.29 | 204.32 | 0.7 | 0.42 |
| Hex | 20 | 78 | B4 | 52 | 21 | 0 | 1D | CC | 46 | 2A |
| Octal | 40 | 170 | 264 | 122 | 41 | 0 | 35 | 314 | 106 | 52 |
| Binary | 100000 | 1111000 | 10110100 | 1010010 | 100001 | 0 | 11101 | 11001100 | 1000110 | 101010 |
Color Harmonies of #2078B4
Complementary color
Monochromatic Colors of #2078B4
Black with #2078B4
Text Example
Text Example
White with #2078B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078B4; }
p { color: rgb(32,120,180); }
H1.HeaderClassName
{
color: #2078B4;
}
.AnyTagClassName
{
color: #2078B4;
}
</style>
background-color css
<style>
a { background-color: #2078B4; }
a { background-color: rgb(32,120,180); }
div.DivClassName
{
background-color: #2078B4;
}
.BgClassName
{
background-color: #2078B4;
}
</style>
border-color css
<style>
span { border-color: #2078B4; }
span { border-color: rgb(32,120,180); }
td.TdClassName
{
border-color: #2078B4;
}
.TagClassName
{
border-color: #2078B4;
}
</style>