Shades of Lochmara #326495
Tints of Lochmara #326495
RGB
CMYK
RGB Variations
Color information
#326495 (or 0x326495) is known color: Lochmara. HEX triplet: 32, 64 and 95. RGB value is (50,100,149). Sum of RGB (Red+Green+Blue) = 50+100+149=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #326495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326495 is #CD9B6A. Grayscale: #5A5A5A. Windows color (decimal): -13474667 or 9790514. OLE color: 9790514.
HSL color Cylindrical-coordinate representation of color #326495: hue angle of 209.7º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326495 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 100 | 149 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.42 |
| HSL | 209.7º | 0.5% | 0.39% | - |
| HSV(B) | 209.7º | 0.66% | 0.58% | - |
| XYZ | 11.3 | 11.96 | 30.15 | - |
| YUV | 90.64 | 160.94 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 149 | 0.66 | 0.33 | 0 | 0.42 | 209.7 | 0.5 | 0.39 |
| Hex | 32 | 64 | 95 | 42 | 21 | 0 | 2A | D2 | 32 | 27 |
| Octal | 62 | 144 | 225 | 102 | 41 | 0 | 52 | 322 | 62 | 47 |
| Binary | 110010 | 1100100 | 10010101 | 1000010 | 100001 | 0 | 101010 | 11010010 | 110010 | 100111 |
Color Harmonies of #326495
Complementary color
Monochromatic Colors of #326495
Black with #326495
Text Example
Text Example
White with #326495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326495; }
p { color: rgb(50,100,149); }
H1.HeaderClassName
{
color: #326495;
}
.AnyTagClassName
{
color: #326495;
}
</style>
background-color css
<style>
a { background-color: #326495; }
a { background-color: rgb(50,100,149); }
div.DivClassName
{
background-color: #326495;
}
.BgClassName
{
background-color: #326495;
}
</style>
border-color css
<style>
span { border-color: #326495; }
span { border-color: rgb(50,100,149); }
td.TdClassName
{
border-color: #326495;
}
.TagClassName
{
border-color: #326495;
}
</style>