Shades of Lochmara #326BAA
Tints of Lochmara #326BAA
RGB
CMYK
RGB Variations
Color information
#326BAA (or 0x326BAA) is known color: Lochmara. HEX triplet: 32, 6B and AA. RGB value is (50,107,170). Sum of RGB (Red+Green+Blue) = 50+107+170=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #326BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326BAA is #CD9455. Grayscale: #606060. Windows color (decimal): -13472854 or 11168562. OLE color: 11168562.
HSL color Cylindrical-coordinate representation of color #326BAA: hue angle of 211.5º 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 #326BAA is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 107 | 170 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.33 |
| HSL | 211.5º | 0.55% | 0.43% | - |
| HSV(B) | 211.5º | 0.71% | 0.67% | - |
| XYZ | 13.83 | 14.1 | 40.02 | - |
| YUV | 97.14 | 169.12 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 170 | 0.71 | 0.37 | 0 | 0.33 | 211.5 | 0.55 | 0.43 |
| Hex | 32 | 6B | AA | 47 | 25 | 0 | 21 | D4 | 37 | 2B |
| Octal | 62 | 153 | 252 | 107 | 45 | 0 | 41 | 324 | 67 | 53 |
| Binary | 110010 | 1101011 | 10101010 | 1000111 | 100101 | 0 | 100001 | 11010100 | 110111 | 101011 |
Color Harmonies of #326BAA
Complementary color
Monochromatic Colors of #326BAA
Black with #326BAA
Text Example
Text Example
White with #326BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326BAA; }
p { color: rgb(50,107,170); }
H1.HeaderClassName
{
color: #326BAA;
}
.AnyTagClassName
{
color: #326BAA;
}
</style>
background-color css
<style>
a { background-color: #326BAA; }
a { background-color: rgb(50,107,170); }
div.DivClassName
{
background-color: #326BAA;
}
.BgClassName
{
background-color: #326BAA;
}
</style>
border-color css
<style>
span { border-color: #326BAA; }
span { border-color: rgb(50,107,170); }
td.TdClassName
{
border-color: #326BAA;
}
.TagClassName
{
border-color: #326BAA;
}
</style>