Shades of Lochmara #2078AD
Tints of Lochmara #2078AD
RGB
CMYK
RGB Variations
Color information
#2078AD (or 0x2078AD) is known color: Lochmara. HEX triplet: 20, 78 and AD. RGB value is (32,120,173). Sum of RGB (Red+Green+Blue) = 32+120+173=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #2078AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2078AD is #DF8752. Grayscale: #636363. Windows color (decimal): -14649171 or 11368480. OLE color: 11368480.
HSL color Cylindrical-coordinate representation of color #2078AD: hue angle of 202.55º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2078AD is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 120 | 173 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.32 |
| HSL | 202.55º | 0.69% | 0.4% | - |
| HSV(B) | 202.55º | 0.82% | 0.68% | - |
| XYZ | 14.85 | 16.76 | 41.99 | - |
| YUV | 99.73 | 169.35 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 173 | 0.82 | 0.31 | 0 | 0.32 | 202.55 | 0.69 | 0.4 |
| Hex | 20 | 78 | AD | 52 | 1F | 0 | 20 | CB | 45 | 28 |
| Octal | 40 | 170 | 255 | 122 | 37 | 0 | 40 | 313 | 105 | 50 |
| Binary | 100000 | 1111000 | 10101101 | 1010010 | 11111 | 0 | 100000 | 11001011 | 1000101 | 101000 |
Color Harmonies of #2078AD
Complementary color
Monochromatic Colors of #2078AD
Black with #2078AD
Text Example
Text Example
White with #2078AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078AD; }
p { color: rgb(32,120,173); }
H1.HeaderClassName
{
color: #2078AD;
}
.AnyTagClassName
{
color: #2078AD;
}
</style>
background-color css
<style>
a { background-color: #2078AD; }
a { background-color: rgb(32,120,173); }
div.DivClassName
{
background-color: #2078AD;
}
.BgClassName
{
background-color: #2078AD;
}
</style>
border-color css
<style>
span { border-color: #2078AD; }
span { border-color: rgb(32,120,173); }
td.TdClassName
{
border-color: #2078AD;
}
.TagClassName
{
border-color: #2078AD;
}
</style>