Shades of Lochmara #326E9A
Tints of Lochmara #326E9A
RGB
CMYK
RGB Variations
Color information
#326E9A (or 0x326E9A) is known color: Lochmara. HEX triplet: 32, 6E and 9A. RGB value is (50,110,154). Sum of RGB (Red+Green+Blue) = 50+110+154=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #326E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E9A is #CD9165. Grayscale: #606060. Windows color (decimal): -13472102 or 10120754. OLE color: 10120754.
HSL color Cylindrical-coordinate representation of color #326E9A: hue angle of 205.38º 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 #326E9A is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 110 | 154 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.40 |
| HSL | 205.38º | 0.51% | 0.4% | - |
| HSV(B) | 205.38º | 0.68% | 0.6% | - |
| XYZ | 12.72 | 14.16 | 32.63 | - |
| YUV | 97.08 | 160.12 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 154 | 0.68 | 0.29 | 0 | 0.40 | 205.38 | 0.51 | 0.4 |
| Hex | 32 | 6E | 9A | 44 | 1D | 0 | 28 | CD | 33 | 28 |
| Octal | 62 | 156 | 232 | 104 | 35 | 0 | 50 | 315 | 63 | 50 |
| Binary | 110010 | 1101110 | 10011010 | 1000100 | 11101 | 0 | 101000 | 11001101 | 110011 | 101000 |
Color Harmonies of #326E9A
Complementary color
Monochromatic Colors of #326E9A
Black with #326E9A
Text Example
Text Example
White with #326E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E9A; }
p { color: rgb(50,110,154); }
H1.HeaderClassName
{
color: #326E9A;
}
.AnyTagClassName
{
color: #326E9A;
}
</style>
background-color css
<style>
a { background-color: #326E9A; }
a { background-color: rgb(50,110,154); }
div.DivClassName
{
background-color: #326E9A;
}
.BgClassName
{
background-color: #326E9A;
}
</style>
border-color css
<style>
span { border-color: #326E9A; }
span { border-color: rgb(50,110,154); }
td.TdClassName
{
border-color: #326E9A;
}
.TagClassName
{
border-color: #326E9A;
}
</style>