Shades of Lochmara #32649A
Tints of Lochmara #32649A
RGB
CMYK
RGB Variations
Color information
#32649A (or 0x32649A) is known color: Lochmara. HEX triplet: 32, 64 and 9A. RGB value is (50,100,154). Sum of RGB (Red+Green+Blue) = 50+100+154=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #32649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32649A is #CD9B65. Grayscale: #5A5A5A. Windows color (decimal): -13474662 or 10118194. OLE color: 10118194.
HSL color Cylindrical-coordinate representation of color #32649A: hue angle of 211.15º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32649A is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 100 | 154 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.40 |
| HSL | 211.15º | 0.51% | 0.4% | - |
| HSV(B) | 211.15º | 0.68% | 0.6% | - |
| XYZ | 11.71 | 12.13 | 32.3 | - |
| YUV | 91.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 154 | 0.68 | 0.35 | 0 | 0.40 | 211.15 | 0.51 | 0.4 |
| Hex | 32 | 64 | 9A | 44 | 23 | 0 | 28 | D3 | 33 | 28 |
| Octal | 62 | 144 | 232 | 104 | 43 | 0 | 50 | 323 | 63 | 50 |
| Binary | 110010 | 1100100 | 10011010 | 1000100 | 100011 | 0 | 101000 | 11010011 | 110011 | 101000 |
Color Harmonies of #32649A
Complementary color
Monochromatic Colors of #32649A
Black with #32649A
Text Example
Text Example
White with #32649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32649A; }
p { color: rgb(50,100,154); }
H1.HeaderClassName
{
color: #32649A;
}
.AnyTagClassName
{
color: #32649A;
}
</style>
background-color css
<style>
a { background-color: #32649A; }
a { background-color: rgb(50,100,154); }
div.DivClassName
{
background-color: #32649A;
}
.BgClassName
{
background-color: #32649A;
}
</style>
border-color css
<style>
span { border-color: #32649A; }
span { border-color: rgb(50,100,154); }
td.TdClassName
{
border-color: #32649A;
}
.TagClassName
{
border-color: #32649A;
}
</style>