Shades of Lochmara #205EA2
Tints of Lochmara #205EA2
RGB
CMYK
RGB Variations
Color information
#205EA2 (or 0x205EA2) is known color: Lochmara. HEX triplet: 20, 5E and A2. RGB value is (32,94,162). Sum of RGB (Red+Green+Blue) = 32+94+162=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 162 (63.67% from 255 or 56.25% from 288); Max value from RGB is 162 - color contains mainly: blue. Hex color #205EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205EA2 is #DFA15D. Grayscale: #525252. Windows color (decimal): -14655838 or 10640928. OLE color: 10640928.
HSL color Cylindrical-coordinate representation of color #205EA2: hue angle of 211.38º 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 #205EA2 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 94 | 162 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.36 |
| HSL | 211.38º | 0.67% | 0.38% | - |
| HSV(B) | 211.38º | 0.8% | 0.64% | - |
| XYZ | 11.12 | 10.92 | 35.7 | - |
| YUV | 83.21 | 172.46 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 162 | 0.80 | 0.42 | 0 | 0.36 | 211.38 | 0.67 | 0.38 |
| Hex | 20 | 5E | A2 | 50 | 2A | 0 | 24 | D3 | 43 | 26 |
| Octal | 40 | 136 | 242 | 120 | 52 | 0 | 44 | 323 | 103 | 46 |
| Binary | 100000 | 1011110 | 10100010 | 1010000 | 101010 | 0 | 100100 | 11010011 | 1000011 | 100110 |
Color Harmonies of #205EA2
Complementary color
Monochromatic Colors of #205EA2
Black with #205EA2
Text Example
Text Example
White with #205EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205EA2; }
p { color: rgb(32,94,162); }
H1.HeaderClassName
{
color: #205EA2;
}
.AnyTagClassName
{
color: #205EA2;
}
</style>
background-color css
<style>
a { background-color: #205EA2; }
a { background-color: rgb(32,94,162); }
div.DivClassName
{
background-color: #205EA2;
}
.BgClassName
{
background-color: #205EA2;
}
</style>
border-color css
<style>
span { border-color: #205EA2; }
span { border-color: rgb(32,94,162); }
td.TdClassName
{
border-color: #205EA2;
}
.TagClassName
{
border-color: #205EA2;
}
</style>