Shades of Lochmara #326CA8
Tints of Lochmara #326CA8
RGB
CMYK
RGB Variations
Color information
#326CA8 (or 0x326CA8) is known color: Lochmara. HEX triplet: 32, 6C and A8. RGB value is (50,108,168). Sum of RGB (Red+Green+Blue) = 50+108+168=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 168 (66.02% from 255 or 51.53% from 326); Max value from RGB is 168 - color contains mainly: blue. Hex color #326CA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326CA8 is #CD9357. Grayscale: #616161. Windows color (decimal): -13472600 or 11037746. OLE color: 11037746.
HSL color Cylindrical-coordinate representation of color #326CA8: hue angle of 210.51º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #326CA8 is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 108 | 168 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.34 |
| HSL | 210.51º | 0.54% | 0.43% | - |
| HSV(B) | 210.51º | 0.7% | 0.66% | - |
| XYZ | 13.75 | 14.23 | 39.07 | - |
| YUV | 97.5 | 167.78 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 168 | 0.70 | 0.36 | 0 | 0.34 | 210.51 | 0.54 | 0.43 |
| Hex | 32 | 6C | A8 | 46 | 24 | 0 | 22 | D3 | 36 | 2B |
| Octal | 62 | 154 | 250 | 106 | 44 | 0 | 42 | 323 | 66 | 53 |
| Binary | 110010 | 1101100 | 10101000 | 1000110 | 100100 | 0 | 100010 | 11010011 | 110110 | 101011 |
Color Harmonies of #326CA8
Complementary color
Monochromatic Colors of #326CA8
Black with #326CA8
Text Example
Text Example
White with #326CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CA8; }
p { color: rgb(50,108,168); }
H1.HeaderClassName
{
color: #326CA8;
}
.AnyTagClassName
{
color: #326CA8;
}
</style>
background-color css
<style>
a { background-color: #326CA8; }
a { background-color: rgb(50,108,168); }
div.DivClassName
{
background-color: #326CA8;
}
.BgClassName
{
background-color: #326CA8;
}
</style>
border-color css
<style>
span { border-color: #326CA8; }
span { border-color: rgb(50,108,168); }
td.TdClassName
{
border-color: #326CA8;
}
.TagClassName
{
border-color: #326CA8;
}
</style>