Shades of Lochmara #326DB4
Tints of Lochmara #326DB4
RGB
CMYK
RGB Variations
Color information
#326DB4 (or 0x326DB4) is known color: Lochmara. HEX triplet: 32, 6D and B4. RGB value is (50,109,180). Sum of RGB (Red+Green+Blue) = 50+109+180=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #326DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DB4 is #CD924B. Grayscale: #636363. Windows color (decimal): -13472332 or 11824434. OLE color: 11824434.
HSL color Cylindrical-coordinate representation of color #326DB4: hue angle of 212.77º 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 #326DB4 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 109 | 180 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.29 |
| HSL | 212.77º | 0.57% | 0.45% | - |
| HSV(B) | 212.77º | 0.72% | 0.71% | - |
| XYZ | 15.02 | 14.91 | 45.27 | - |
| YUV | 99.45 | 173.45 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 180 | 0.72 | 0.39 | 0 | 0.29 | 212.77 | 0.57 | 0.45 |
| Hex | 32 | 6D | B4 | 48 | 27 | 0 | 1D | D5 | 39 | 2D |
| Octal | 62 | 155 | 264 | 110 | 47 | 0 | 35 | 325 | 71 | 55 |
| Binary | 110010 | 1101101 | 10110100 | 1001000 | 100111 | 0 | 11101 | 11010101 | 111001 | 101101 |
Color Harmonies of #326DB4
Complementary color
Monochromatic Colors of #326DB4
Black with #326DB4
Text Example
Text Example
White with #326DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DB4; }
p { color: rgb(50,109,180); }
H1.HeaderClassName
{
color: #326DB4;
}
.AnyTagClassName
{
color: #326DB4;
}
</style>
background-color css
<style>
a { background-color: #326DB4; }
a { background-color: rgb(50,109,180); }
div.DivClassName
{
background-color: #326DB4;
}
.BgClassName
{
background-color: #326DB4;
}
</style>
border-color css
<style>
span { border-color: #326DB4; }
span { border-color: rgb(50,109,180); }
td.TdClassName
{
border-color: #326DB4;
}
.TagClassName
{
border-color: #326DB4;
}
</style>