Shades of Lochmara #326BAE
Tints of Lochmara #326BAE
RGB
CMYK
RGB Variations
Color information
#326BAE (or 0x326BAE) is known color: Lochmara. HEX triplet: 32, 6B and AE. RGB value is (50,107,174). Sum of RGB (Red+Green+Blue) = 50+107+174=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #326BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326BAE is #CD9451. Grayscale: #616161. Windows color (decimal): -13472850 or 11430706. OLE color: 11430706.
HSL color Cylindrical-coordinate representation of color #326BAE: hue angle of 212.42º 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 #326BAE is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 107 | 174 | - |
| CMYK | 0.71 | 0.39 | 0 | 0.32 |
| HSL | 212.42º | 0.55% | 0.44% | - |
| HSV(B) | 212.42º | 0.71% | 0.68% | - |
| XYZ | 14.21 | 14.25 | 42.05 | - |
| YUV | 97.6 | 171.12 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 174 | 0.71 | 0.39 | 0 | 0.32 | 212.42 | 0.55 | 0.44 |
| Hex | 32 | 6B | AE | 47 | 27 | 0 | 20 | D4 | 37 | 2C |
| Octal | 62 | 153 | 256 | 107 | 47 | 0 | 40 | 324 | 67 | 54 |
| Binary | 110010 | 1101011 | 10101110 | 1000111 | 100111 | 0 | 100000 | 11010100 | 110111 | 101100 |
Color Harmonies of #326BAE
Complementary color
Monochromatic Colors of #326BAE
Black with #326BAE
Text Example
Text Example
White with #326BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326BAE; }
p { color: rgb(50,107,174); }
H1.HeaderClassName
{
color: #326BAE;
}
.AnyTagClassName
{
color: #326BAE;
}
</style>
background-color css
<style>
a { background-color: #326BAE; }
a { background-color: rgb(50,107,174); }
div.DivClassName
{
background-color: #326BAE;
}
.BgClassName
{
background-color: #326BAE;
}
</style>
border-color css
<style>
span { border-color: #326BAE; }
span { border-color: rgb(50,107,174); }
td.TdClassName
{
border-color: #326BAE;
}
.TagClassName
{
border-color: #326BAE;
}
</style>