Shades of Lochmara #326E9E
Tints of Lochmara #326E9E
RGB
CMYK
RGB Variations
Color information
#326E9E (or 0x326E9E) is known color: Lochmara. HEX triplet: 32, 6E and 9E. RGB value is (50,110,158). Sum of RGB (Red+Green+Blue) = 50+110+158=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #326E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E9E is #CD9161. Grayscale: #616161. Windows color (decimal): -13472098 or 10382898. OLE color: 10382898.
HSL color Cylindrical-coordinate representation of color #326E9E: hue angle of 206.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #326E9E is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 110 | 158 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.38 |
| HSL | 206.67º | 0.52% | 0.41% | - |
| HSV(B) | 206.67º | 0.68% | 0.62% | - |
| XYZ | 13.06 | 14.3 | 34.42 | - |
| YUV | 97.53 | 162.12 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 158 | 0.68 | 0.30 | 0 | 0.38 | 206.67 | 0.52 | 0.41 |
| Hex | 32 | 6E | 9E | 44 | 1E | 0 | 26 | CF | 34 | 29 |
| Octal | 62 | 156 | 236 | 104 | 36 | 0 | 46 | 317 | 64 | 51 |
| Binary | 110010 | 1101110 | 10011110 | 1000100 | 11110 | 0 | 100110 | 11001111 | 110100 | 101001 |
Color Harmonies of #326E9E
Complementary color
Monochromatic Colors of #326E9E
Black with #326E9E
Text Example
Text Example
White with #326E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E9E; }
p { color: rgb(50,110,158); }
H1.HeaderClassName
{
color: #326E9E;
}
.AnyTagClassName
{
color: #326E9E;
}
</style>
background-color css
<style>
a { background-color: #326E9E; }
a { background-color: rgb(50,110,158); }
div.DivClassName
{
background-color: #326E9E;
}
.BgClassName
{
background-color: #326E9E;
}
</style>
border-color css
<style>
span { border-color: #326E9E; }
span { border-color: rgb(50,110,158); }
td.TdClassName
{
border-color: #326E9E;
}
.TagClassName
{
border-color: #326E9E;
}
</style>