Shades of Lochmara #20649A
Tints of Lochmara #20649A
RGB
CMYK
RGB Variations
Color information
#20649A (or 0x20649A) is known color: Lochmara. HEX triplet: 20, 64 and 9A. RGB value is (32,100,154). Sum of RGB (Red+Green+Blue) = 32+100+154=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #20649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20649A is #DF9B65. Grayscale: #555555. Windows color (decimal): -14654310 or 10118176. OLE color: 10118176.
HSL color Cylindrical-coordinate representation of color #20649A: hue angle of 206.56º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20649A is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 100 | 154 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.40 |
| HSL | 206.56º | 0.66% | 0.36% | - |
| HSV(B) | 206.56º | 0.79% | 0.6% | - |
| XYZ | 10.99 | 11.75 | 32.26 | - |
| YUV | 85.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 154 | 0.79 | 0.35 | 0 | 0.40 | 206.56 | 0.66 | 0.36 |
| Hex | 20 | 64 | 9A | 4F | 23 | 0 | 28 | CF | 42 | 24 |
| Octal | 40 | 144 | 232 | 117 | 43 | 0 | 50 | 317 | 102 | 44 |
| Binary | 100000 | 1100100 | 10011010 | 1001111 | 100011 | 0 | 101000 | 11001111 | 1000010 | 100100 |
Color Harmonies of #20649A
Complementary color
Monochromatic Colors of #20649A
Black with #20649A
Text Example
Text Example
White with #20649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20649A; }
p { color: rgb(32,100,154); }
H1.HeaderClassName
{
color: #20649A;
}
.AnyTagClassName
{
color: #20649A;
}
</style>
background-color css
<style>
a { background-color: #20649A; }
a { background-color: rgb(32,100,154); }
div.DivClassName
{
background-color: #20649A;
}
.BgClassName
{
background-color: #20649A;
}
</style>
border-color css
<style>
span { border-color: #20649A; }
span { border-color: rgb(32,100,154); }
td.TdClassName
{
border-color: #20649A;
}
.TagClassName
{
border-color: #20649A;
}
</style>