Shades of Lochmara #205DA2
Tints of Lochmara #205DA2
RGB
CMYK
RGB Variations
Color information
#205DA2 (or 0x205DA2) is known color: Lochmara. HEX triplet: 20, 5D and A2. RGB value is (32,93,162). Sum of RGB (Red+Green+Blue) = 32+93+162=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 162 (63.67% from 255 or 56.45% from 287); Max value from RGB is 162 - color contains mainly: blue. Hex color #205DA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205DA2 is #DFA25D. Grayscale: #525252. Windows color (decimal): -14656094 or 10640672. OLE color: 10640672.
HSL color Cylindrical-coordinate representation of color #205DA2: hue angle of 211.85º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #205DA2 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 93 | 162 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.36 |
| HSL | 211.85º | 0.67% | 0.38% | - |
| HSV(B) | 211.85º | 0.8% | 0.64% | - |
| XYZ | 11.03 | 10.74 | 35.67 | - |
| YUV | 82.63 | 172.79 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 162 | 0.80 | 0.43 | 0 | 0.36 | 211.85 | 0.67 | 0.38 |
| Hex | 20 | 5D | A2 | 50 | 2B | 0 | 24 | D4 | 43 | 26 |
| Octal | 40 | 135 | 242 | 120 | 53 | 0 | 44 | 324 | 103 | 46 |
| Binary | 100000 | 1011101 | 10100010 | 1010000 | 101011 | 0 | 100100 | 11010100 | 1000011 | 100110 |
Color Harmonies of #205DA2
Complementary color
Monochromatic Colors of #205DA2
Black with #205DA2
Text Example
Text Example
White with #205DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205DA2; }
p { color: rgb(32,93,162); }
H1.HeaderClassName
{
color: #205DA2;
}
.AnyTagClassName
{
color: #205DA2;
}
</style>
background-color css
<style>
a { background-color: #205DA2; }
a { background-color: rgb(32,93,162); }
div.DivClassName
{
background-color: #205DA2;
}
.BgClassName
{
background-color: #205DA2;
}
</style>
border-color css
<style>
span { border-color: #205DA2; }
span { border-color: rgb(32,93,162); }
td.TdClassName
{
border-color: #205DA2;
}
.TagClassName
{
border-color: #205DA2;
}
</style>