Shades of Lochmara #326CA0
Tints of Lochmara #326CA0
RGB
CMYK
RGB Variations
Color information
#326CA0 (or 0x326CA0) is known color: Lochmara. HEX triplet: 32, 6C and A0. RGB value is (50,108,160). Sum of RGB (Red+Green+Blue) = 50+108+160=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #326CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326CA0 is #CD935F. Grayscale: #606060. Windows color (decimal): -13472608 or 10513458. OLE color: 10513458.
HSL color Cylindrical-coordinate representation of color #326CA0: hue angle of 208.36º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #326CA0 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 108 | 160 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.37 |
| HSL | 208.36º | 0.52% | 0.41% | - |
| HSV(B) | 208.36º | 0.69% | 0.63% | - |
| XYZ | 13.02 | 13.94 | 35.26 | - |
| YUV | 96.59 | 163.78 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 160 | 0.69 | 0.32 | 0 | 0.37 | 208.36 | 0.52 | 0.41 |
| Hex | 32 | 6C | A0 | 45 | 20 | 0 | 25 | D0 | 34 | 29 |
| Octal | 62 | 154 | 240 | 105 | 40 | 0 | 45 | 320 | 64 | 51 |
| Binary | 110010 | 1101100 | 10100000 | 1000101 | 100000 | 0 | 100101 | 11010000 | 110100 | 101001 |
Color Harmonies of #326CA0
Complementary color
Monochromatic Colors of #326CA0
Black with #326CA0
Text Example
Text Example
White with #326CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CA0; }
p { color: rgb(50,108,160); }
H1.HeaderClassName
{
color: #326CA0;
}
.AnyTagClassName
{
color: #326CA0;
}
</style>
background-color css
<style>
a { background-color: #326CA0; }
a { background-color: rgb(50,108,160); }
div.DivClassName
{
background-color: #326CA0;
}
.BgClassName
{
background-color: #326CA0;
}
</style>
border-color css
<style>
span { border-color: #326CA0; }
span { border-color: rgb(50,108,160); }
td.TdClassName
{
border-color: #326CA0;
}
.TagClassName
{
border-color: #326CA0;
}
</style>