Shades of Lochmara #32619A
Tints of Lochmara #32619A
RGB
CMYK
RGB Variations
Color information
#32619A (or 0x32619A) is known color: Lochmara. HEX triplet: 32, 61 and 9A. RGB value is (50,97,154). Sum of RGB (Red+Green+Blue) = 50+97+154=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #32619A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32619A is #CD9E65. Grayscale: #595959. Windows color (decimal): -13475430 or 10117426. OLE color: 10117426.
HSL color Cylindrical-coordinate representation of color #32619A: hue angle of 212.88º 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 #32619A is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 97 | 154 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.40 |
| HSL | 212.88º | 0.51% | 0.4% | - |
| HSV(B) | 212.88º | 0.68% | 0.6% | - |
| XYZ | 11.42 | 11.56 | 32.2 | - |
| YUV | 89.45 | 164.43 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 154 | 0.68 | 0.37 | 0 | 0.40 | 212.88 | 0.51 | 0.4 |
| Hex | 32 | 61 | 9A | 44 | 25 | 0 | 28 | D5 | 33 | 28 |
| Octal | 62 | 141 | 232 | 104 | 45 | 0 | 50 | 325 | 63 | 50 |
| Binary | 110010 | 1100001 | 10011010 | 1000100 | 100101 | 0 | 101000 | 11010101 | 110011 | 101000 |
Color Harmonies of #32619A
Complementary color
Monochromatic Colors of #32619A
Black with #32619A
Text Example
Text Example
White with #32619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32619A; }
p { color: rgb(50,97,154); }
H1.HeaderClassName
{
color: #32619A;
}
.AnyTagClassName
{
color: #32619A;
}
</style>
background-color css
<style>
a { background-color: #32619A; }
a { background-color: rgb(50,97,154); }
div.DivClassName
{
background-color: #32619A;
}
.BgClassName
{
background-color: #32619A;
}
</style>
border-color css
<style>
span { border-color: #32619A; }
span { border-color: rgb(50,97,154); }
td.TdClassName
{
border-color: #32619A;
}
.TagClassName
{
border-color: #32619A;
}
</style>