Shades of Lochmara #326DAB
Tints of Lochmara #326DAB
RGB
CMYK
RGB Variations
Color information
#326DAB (or 0x326DAB) is known color: Lochmara. HEX triplet: 32, 6D and AB. RGB value is (50,109,171). Sum of RGB (Red+Green+Blue) = 50+109+171=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #326DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326DAB is #CD9254. Grayscale: #626262. Windows color (decimal): -13472341 or 11234610. OLE color: 11234610.
HSL color Cylindrical-coordinate representation of color #326DAB: hue angle of 210.74º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #326DAB is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 109 | 171 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.33 |
| HSL | 210.74º | 0.55% | 0.43% | - |
| HSV(B) | 210.74º | 0.71% | 0.67% | - |
| XYZ | 14.13 | 14.56 | 40.59 | - |
| YUV | 98.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 171 | 0.71 | 0.36 | 0 | 0.33 | 210.74 | 0.55 | 0.43 |
| Hex | 32 | 6D | AB | 47 | 24 | 0 | 21 | D3 | 37 | 2B |
| Octal | 62 | 155 | 253 | 107 | 44 | 0 | 41 | 323 | 67 | 53 |
| Binary | 110010 | 1101101 | 10101011 | 1000111 | 100100 | 0 | 100001 | 11010011 | 110111 | 101011 |
Color Harmonies of #326DAB
Complementary color
Monochromatic Colors of #326DAB
Black with #326DAB
Text Example
Text Example
White with #326DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DAB; }
p { color: rgb(50,109,171); }
H1.HeaderClassName
{
color: #326DAB;
}
.AnyTagClassName
{
color: #326DAB;
}
</style>
background-color css
<style>
a { background-color: #326DAB; }
a { background-color: rgb(50,109,171); }
div.DivClassName
{
background-color: #326DAB;
}
.BgClassName
{
background-color: #326DAB;
}
</style>
border-color css
<style>
span { border-color: #326DAB; }
span { border-color: rgb(50,109,171); }
td.TdClassName
{
border-color: #326DAB;
}
.TagClassName
{
border-color: #326DAB;
}
</style>