Shades of Lochmara #326EB9
Tints of Lochmara #326EB9
RGB
CMYK
RGB Variations
Color information
#326EB9 (or 0x326EB9) is known color: Lochmara. HEX triplet: 32, 6E and B9. RGB value is (50,110,185). Sum of RGB (Red+Green+Blue) = 50+110+185=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #326EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EB9 is #CD9146. Grayscale: #646464. Windows color (decimal): -13472071 or 12152370. OLE color: 12152370.
HSL color Cylindrical-coordinate representation of color #326EB9: hue angle of 213.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #326EB9 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 110 | 185 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.27 |
| HSL | 213.33º | 0.57% | 0.46% | - |
| HSV(B) | 213.33º | 0.73% | 0.73% | - |
| XYZ | 15.65 | 15.33 | 48.03 | - |
| YUV | 100.61 | 175.62 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 185 | 0.73 | 0.41 | 0 | 0.27 | 213.33 | 0.57 | 0.46 |
| Hex | 32 | 6E | B9 | 49 | 29 | 0 | 1B | D5 | 39 | 2E |
| Octal | 62 | 156 | 271 | 111 | 51 | 0 | 33 | 325 | 71 | 56 |
| Binary | 110010 | 1101110 | 10111001 | 1001001 | 101001 | 0 | 11011 | 11010101 | 111001 | 101110 |
Color Harmonies of #326EB9
Complementary color
Monochromatic Colors of #326EB9
Black with #326EB9
Text Example
Text Example
White with #326EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EB9; }
p { color: rgb(50,110,185); }
H1.HeaderClassName
{
color: #326EB9;
}
.AnyTagClassName
{
color: #326EB9;
}
</style>
background-color css
<style>
a { background-color: #326EB9; }
a { background-color: rgb(50,110,185); }
div.DivClassName
{
background-color: #326EB9;
}
.BgClassName
{
background-color: #326EB9;
}
</style>
border-color css
<style>
span { border-color: #326EB9; }
span { border-color: rgb(50,110,185); }
td.TdClassName
{
border-color: #326EB9;
}
.TagClassName
{
border-color: #326EB9;
}
</style>