Shades of Lochmara #326CB4
Tints of Lochmara #326CB4
RGB
CMYK
RGB Variations
Color information
#326CB4 (or 0x326CB4) is known color: Lochmara. HEX triplet: 32, 6C and B4. RGB value is (50,108,180). Sum of RGB (Red+Green+Blue) = 50+108+180=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #326CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CB4 is #CD934B. Grayscale: #626262. Windows color (decimal): -13472588 or 11824178. OLE color: 11824178.
HSL color Cylindrical-coordinate representation of color #326CB4: hue angle of 213.23º 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 #326CB4 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 108 | 180 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.29 |
| HSL | 213.23º | 0.57% | 0.45% | - |
| HSV(B) | 213.23º | 0.72% | 0.71% | - |
| XYZ | 14.92 | 14.7 | 45.23 | - |
| YUV | 98.87 | 173.78 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 180 | 0.72 | 0.40 | 0 | 0.29 | 213.23 | 0.57 | 0.45 |
| Hex | 32 | 6C | B4 | 48 | 28 | 0 | 1D | D5 | 39 | 2D |
| Octal | 62 | 154 | 264 | 110 | 50 | 0 | 35 | 325 | 71 | 55 |
| Binary | 110010 | 1101100 | 10110100 | 1001000 | 101000 | 0 | 11101 | 11010101 | 111001 | 101101 |
Color Harmonies of #326CB4
Complementary color
Monochromatic Colors of #326CB4
Black with #326CB4
Text Example
Text Example
White with #326CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326CB4; }
p { color: rgb(50,108,180); }
H1.HeaderClassName
{
color: #326CB4;
}
.AnyTagClassName
{
color: #326CB4;
}
</style>
background-color css
<style>
a { background-color: #326CB4; }
a { background-color: rgb(50,108,180); }
div.DivClassName
{
background-color: #326CB4;
}
.BgClassName
{
background-color: #326CB4;
}
</style>
border-color css
<style>
span { border-color: #326CB4; }
span { border-color: rgb(50,108,180); }
td.TdClassName
{
border-color: #326CB4;
}
.TagClassName
{
border-color: #326CB4;
}
</style>