Shades of Lochmara #20649B
Tints of Lochmara #20649B
RGB
CMYK
RGB Variations
Color information
#20649B (or 0x20649B) is known color: Lochmara. HEX triplet: 20, 64 and 9B. RGB value is (32,100,155). Sum of RGB (Red+Green+Blue) = 32+100+155=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #20649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20649B is #DF9B64. Grayscale: #555555. Windows color (decimal): -14654309 or 10183712. OLE color: 10183712.
HSL color Cylindrical-coordinate representation of color #20649B: hue angle of 206.83º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20649B is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 100 | 155 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.39 |
| HSL | 206.83º | 0.66% | 0.37% | - |
| HSV(B) | 206.83º | 0.79% | 0.61% | - |
| XYZ | 11.07 | 11.79 | 32.7 | - |
| YUV | 85.94 | 166.97 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 155 | 0.79 | 0.35 | 0 | 0.39 | 206.83 | 0.66 | 0.37 |
| Hex | 20 | 64 | 9B | 4F | 23 | 0 | 27 | CF | 42 | 25 |
| Octal | 40 | 144 | 233 | 117 | 43 | 0 | 47 | 317 | 102 | 45 |
| Binary | 100000 | 1100100 | 10011011 | 1001111 | 100011 | 0 | 100111 | 11001111 | 1000010 | 100101 |
Color Harmonies of #20649B
Complementary color
Monochromatic Colors of #20649B
Black with #20649B
Text Example
Text Example
White with #20649B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20649B; }
p { color: rgb(32,100,155); }
H1.HeaderClassName
{
color: #20649B;
}
.AnyTagClassName
{
color: #20649B;
}
</style>
background-color css
<style>
a { background-color: #20649B; }
a { background-color: rgb(32,100,155); }
div.DivClassName
{
background-color: #20649B;
}
.BgClassName
{
background-color: #20649B;
}
</style>
border-color css
<style>
span { border-color: #20649B; }
span { border-color: rgb(32,100,155); }
td.TdClassName
{
border-color: #20649B;
}
.TagClassName
{
border-color: #20649B;
}
</style>