Shades of Lochmara #326CA2
Tints of Lochmara #326CA2
RGB
CMYK
RGB Variations
Color information
#326CA2 (or 0x326CA2) is known color: Lochmara. HEX triplet: 32, 6C and A2. RGB value is (50,108,162). Sum of RGB (Red+Green+Blue) = 50+108+162=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 162 (63.67% from 255 or 50.62% from 320); Max value from RGB is 162 - color contains mainly: blue. Hex color #326CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326CA2 is #CD935D. Grayscale: #606060. Windows color (decimal): -13472606 or 10644530. OLE color: 10644530.
HSL color Cylindrical-coordinate representation of color #326CA2: hue angle of 208.93º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #326CA2 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 108 | 162 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.36 |
| HSL | 208.93º | 0.53% | 0.42% | - |
| HSV(B) | 208.93º | 0.69% | 0.64% | - |
| XYZ | 13.2 | 14.01 | 36.19 | - |
| YUV | 96.81 | 164.78 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 162 | 0.69 | 0.33 | 0 | 0.36 | 208.93 | 0.53 | 0.42 |
| Hex | 32 | 6C | A2 | 45 | 21 | 0 | 24 | D1 | 35 | 2A |
| Octal | 62 | 154 | 242 | 105 | 41 | 0 | 44 | 321 | 65 | 52 |
| Binary | 110010 | 1101100 | 10100010 | 1000101 | 100001 | 0 | 100100 | 11010001 | 110101 | 101010 |
Color Harmonies of #326CA2
Complementary color
Monochromatic Colors of #326CA2
Black with #326CA2
Text Example
Text Example
White with #326CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CA2; }
p { color: rgb(50,108,162); }
H1.HeaderClassName
{
color: #326CA2;
}
.AnyTagClassName
{
color: #326CA2;
}
</style>
background-color css
<style>
a { background-color: #326CA2; }
a { background-color: rgb(50,108,162); }
div.DivClassName
{
background-color: #326CA2;
}
.BgClassName
{
background-color: #326CA2;
}
</style>
border-color css
<style>
span { border-color: #326CA2; }
span { border-color: rgb(50,108,162); }
td.TdClassName
{
border-color: #326CA2;
}
.TagClassName
{
border-color: #326CA2;
}
</style>