Shades of Lochmara #32649E
Tints of Lochmara #32649E
RGB
CMYK
RGB Variations
Color information
#32649E (or 0x32649E) is known color: Lochmara. HEX triplet: 32, 64 and 9E. RGB value is (50,100,158). Sum of RGB (Red+Green+Blue) = 50+100+158=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #32649E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32649E is #CD9B61. Grayscale: #5B5B5B. Windows color (decimal): -13474658 or 10380338. OLE color: 10380338.
HSL color Cylindrical-coordinate representation of color #32649E: hue angle of 212.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32649E is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 100 | 158 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.38 |
| HSL | 212.22º | 0.52% | 0.41% | - |
| HSV(B) | 212.22º | 0.68% | 0.62% | - |
| XYZ | 12.04 | 12.26 | 34.08 | - |
| YUV | 91.66 | 165.44 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 158 | 0.68 | 0.37 | 0 | 0.38 | 212.22 | 0.52 | 0.41 |
| Hex | 32 | 64 | 9E | 44 | 25 | 0 | 26 | D4 | 34 | 29 |
| Octal | 62 | 144 | 236 | 104 | 45 | 0 | 46 | 324 | 64 | 51 |
| Binary | 110010 | 1100100 | 10011110 | 1000100 | 100101 | 0 | 100110 | 11010100 | 110100 | 101001 |
Color Harmonies of #32649E
Complementary color
Monochromatic Colors of #32649E
Black with #32649E
Text Example
Text Example
White with #32649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32649E; }
p { color: rgb(50,100,158); }
H1.HeaderClassName
{
color: #32649E;
}
.AnyTagClassName
{
color: #32649E;
}
</style>
background-color css
<style>
a { background-color: #32649E; }
a { background-color: rgb(50,100,158); }
div.DivClassName
{
background-color: #32649E;
}
.BgClassName
{
background-color: #32649E;
}
</style>
border-color css
<style>
span { border-color: #32649E; }
span { border-color: rgb(50,100,158); }
td.TdClassName
{
border-color: #32649E;
}
.TagClassName
{
border-color: #32649E;
}
</style>