Shades of Lochmara #326C9E
Tints of Lochmara #326C9E
RGB
CMYK
RGB Variations
Color information
#326C9E (or 0x326C9E) is known color: Lochmara. HEX triplet: 32, 6C and 9E. RGB value is (50,108,158). Sum of RGB (Red+Green+Blue) = 50+108+158=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #326C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C9E is #CD9361. Grayscale: #606060. Windows color (decimal): -13472610 or 10382386. OLE color: 10382386.
HSL color Cylindrical-coordinate representation of color #326C9E: hue angle of 207.78º 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 #326C9E is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 108 | 158 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.38 |
| HSL | 207.78º | 0.52% | 0.41% | - |
| HSV(B) | 207.78º | 0.68% | 0.62% | - |
| XYZ | 12.85 | 13.87 | 34.35 | - |
| YUV | 96.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 158 | 0.68 | 0.32 | 0 | 0.38 | 207.78 | 0.52 | 0.41 |
| Hex | 32 | 6C | 9E | 44 | 20 | 0 | 26 | D0 | 34 | 29 |
| Octal | 62 | 154 | 236 | 104 | 40 | 0 | 46 | 320 | 64 | 51 |
| Binary | 110010 | 1101100 | 10011110 | 1000100 | 100000 | 0 | 100110 | 11010000 | 110100 | 101001 |
Color Harmonies of #326C9E
Complementary color
Monochromatic Colors of #326C9E
Black with #326C9E
Text Example
Text Example
White with #326C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C9E; }
p { color: rgb(50,108,158); }
H1.HeaderClassName
{
color: #326C9E;
}
.AnyTagClassName
{
color: #326C9E;
}
</style>
background-color css
<style>
a { background-color: #326C9E; }
a { background-color: rgb(50,108,158); }
div.DivClassName
{
background-color: #326C9E;
}
.BgClassName
{
background-color: #326C9E;
}
</style>
border-color css
<style>
span { border-color: #326C9E; }
span { border-color: rgb(50,108,158); }
td.TdClassName
{
border-color: #326C9E;
}
.TagClassName
{
border-color: #326C9E;
}
</style>