Shades of Lochmara #326AB1
Tints of Lochmara #326AB1
RGB
CMYK
RGB Variations
Color information
#326AB1 (or 0x326AB1) is known color: Lochmara. HEX triplet: 32, 6A and B1. RGB value is (50,106,177). Sum of RGB (Red+Green+Blue) = 50+106+177=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #326AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326AB1 is #CD954E. Grayscale: #616161. Windows color (decimal): -13473103 or 11627058. OLE color: 11627058.
HSL color Cylindrical-coordinate representation of color #326AB1: hue angle of 213.54º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #326AB1 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 106 | 177 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.31 |
| HSL | 213.54º | 0.56% | 0.45% | - |
| HSV(B) | 213.54º | 0.72% | 0.69% | - |
| XYZ | 14.41 | 14.16 | 43.57 | - |
| YUV | 97.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 177 | 0.72 | 0.40 | 0 | 0.31 | 213.54 | 0.56 | 0.45 |
| Hex | 32 | 6A | B1 | 48 | 28 | 0 | 1F | D6 | 38 | 2D |
| Octal | 62 | 152 | 261 | 110 | 50 | 0 | 37 | 326 | 70 | 55 |
| Binary | 110010 | 1101010 | 10110001 | 1001000 | 101000 | 0 | 11111 | 11010110 | 111000 | 101101 |
Color Harmonies of #326AB1
Complementary color
Monochromatic Colors of #326AB1
Black with #326AB1
Text Example
Text Example
White with #326AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326AB1; }
p { color: rgb(50,106,177); }
H1.HeaderClassName
{
color: #326AB1;
}
.AnyTagClassName
{
color: #326AB1;
}
</style>
background-color css
<style>
a { background-color: #326AB1; }
a { background-color: rgb(50,106,177); }
div.DivClassName
{
background-color: #326AB1;
}
.BgClassName
{
background-color: #326AB1;
}
</style>
border-color css
<style>
span { border-color: #326AB1; }
span { border-color: rgb(50,106,177); }
td.TdClassName
{
border-color: #326AB1;
}
.TagClassName
{
border-color: #326AB1;
}
</style>