Shades of Lochmara #326CB5
Tints of Lochmara #326CB5
RGB
CMYK
RGB Variations
Color information
#326CB5 (or 0x326CB5) is known color: Lochmara. HEX triplet: 32, 6C and B5. RGB value is (50,108,181). Sum of RGB (Red+Green+Blue) = 50+108+181=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 181 (71.09% from 255 or 53.39% from 339); Max value from RGB is 181 - color contains mainly: blue. Hex color #326CB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CB5 is #CD934A. Grayscale: #626262. Windows color (decimal): -13472587 or 11889714. OLE color: 11889714.
HSL color Cylindrical-coordinate representation of color #326CB5: hue angle of 213.44º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #326CB5 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 108 | 181 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.29 |
| HSL | 213.44º | 0.57% | 0.45% | - |
| HSV(B) | 213.44º | 0.72% | 0.71% | - |
| XYZ | 15.02 | 14.74 | 45.77 | - |
| YUV | 98.98 | 174.28 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 181 | 0.72 | 0.40 | 0 | 0.29 | 213.44 | 0.57 | 0.45 |
| Hex | 32 | 6C | B5 | 48 | 28 | 0 | 1D | D5 | 39 | 2D |
| Octal | 62 | 154 | 265 | 110 | 50 | 0 | 35 | 325 | 71 | 55 |
| Binary | 110010 | 1101100 | 10110101 | 1001000 | 101000 | 0 | 11101 | 11010101 | 111001 | 101101 |
Color Harmonies of #326CB5
Complementary color
Monochromatic Colors of #326CB5
Black with #326CB5
Text Example
Text Example
White with #326CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CB5; }
p { color: rgb(50,108,181); }
H1.HeaderClassName
{
color: #326CB5;
}
.AnyTagClassName
{
color: #326CB5;
}
</style>
background-color css
<style>
a { background-color: #326CB5; }
a { background-color: rgb(50,108,181); }
div.DivClassName
{
background-color: #326CB5;
}
.BgClassName
{
background-color: #326CB5;
}
</style>
border-color css
<style>
span { border-color: #326CB5; }
span { border-color: rgb(50,108,181); }
td.TdClassName
{
border-color: #326CB5;
}
.TagClassName
{
border-color: #326CB5;
}
</style>