Shades of Lochmara #326E96
Tints of Lochmara #326E96
RGB
CMYK
RGB Variations
Color information
#326E96 (or 0x326E96) is known color: Lochmara. HEX triplet: 32, 6E and 96. RGB value is (50,110,150). Sum of RGB (Red+Green+Blue) = 50+110+150=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #326E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E96 is #CD9169. Grayscale: #606060. Windows color (decimal): -13472106 or 9858610. OLE color: 9858610.
HSL color Cylindrical-coordinate representation of color #326E96: hue angle of 204º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326E96 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 110 | 150 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.41 |
| HSL | 204º | 0.5% | 0.39% | - |
| HSV(B) | 204º | 0.67% | 0.59% | - |
| XYZ | 12.4 | 14.03 | 30.91 | - |
| YUV | 96.62 | 158.12 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 150 | 0.67 | 0.27 | 0 | 0.41 | 204 | 0.5 | 0.39 |
| Hex | 32 | 6E | 96 | 43 | 1B | 0 | 29 | CC | 32 | 27 |
| Octal | 62 | 156 | 226 | 103 | 33 | 0 | 51 | 314 | 62 | 47 |
| Binary | 110010 | 1101110 | 10010110 | 1000011 | 11011 | 0 | 101001 | 11001100 | 110010 | 100111 |
Color Harmonies of #326E96
Complementary color
Monochromatic Colors of #326E96
Black with #326E96
Text Example
Text Example
White with #326E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E96; }
p { color: rgb(50,110,150); }
H1.HeaderClassName
{
color: #326E96;
}
.AnyTagClassName
{
color: #326E96;
}
</style>
background-color css
<style>
a { background-color: #326E96; }
a { background-color: rgb(50,110,150); }
div.DivClassName
{
background-color: #326E96;
}
.BgClassName
{
background-color: #326E96;
}
</style>
border-color css
<style>
span { border-color: #326E96; }
span { border-color: rgb(50,110,150); }
td.TdClassName
{
border-color: #326E96;
}
.TagClassName
{
border-color: #326E96;
}
</style>