Shades of Lochmara #326EAE
Tints of Lochmara #326EAE
RGB
CMYK
RGB Variations
Color information
#326EAE (or 0x326EAE) is known color: Lochmara. HEX triplet: 32, 6E and AE. RGB value is (50,110,174). Sum of RGB (Red+Green+Blue) = 50+110+174=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #326EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326EAE is #CD9151. Grayscale: #636363. Windows color (decimal): -13472082 or 11431474. OLE color: 11431474.
HSL color Cylindrical-coordinate representation of color #326EAE: hue angle of 210.97º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #326EAE is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 110 | 174 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.32 |
| HSL | 210.97º | 0.55% | 0.44% | - |
| HSV(B) | 210.97º | 0.71% | 0.68% | - |
| XYZ | 14.53 | 14.89 | 42.15 | - |
| YUV | 99.36 | 170.12 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 174 | 0.71 | 0.37 | 0 | 0.32 | 210.97 | 0.55 | 0.44 |
| Hex | 32 | 6E | AE | 47 | 25 | 0 | 20 | D3 | 37 | 2C |
| Octal | 62 | 156 | 256 | 107 | 45 | 0 | 40 | 323 | 67 | 54 |
| Binary | 110010 | 1101110 | 10101110 | 1000111 | 100101 | 0 | 100000 | 11010011 | 110111 | 101100 |
Color Harmonies of #326EAE
Complementary color
Monochromatic Colors of #326EAE
Black with #326EAE
Text Example
Text Example
White with #326EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EAE; }
p { color: rgb(50,110,174); }
H1.HeaderClassName
{
color: #326EAE;
}
.AnyTagClassName
{
color: #326EAE;
}
</style>
background-color css
<style>
a { background-color: #326EAE; }
a { background-color: rgb(50,110,174); }
div.DivClassName
{
background-color: #326EAE;
}
.BgClassName
{
background-color: #326EAE;
}
</style>
border-color css
<style>
span { border-color: #326EAE; }
span { border-color: rgb(50,110,174); }
td.TdClassName
{
border-color: #326EAE;
}
.TagClassName
{
border-color: #326EAE;
}
</style>