Shades of Lochmara #326DB0
Tints of Lochmara #326DB0
RGB
CMYK
RGB Variations
Color information
#326DB0 (or 0x326DB0) is known color: Lochmara. HEX triplet: 32, 6D and B0. RGB value is (50,109,176). Sum of RGB (Red+Green+Blue) = 50+109+176=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 176 (69.14% from 255 or 52.54% from 335); Max value from RGB is 176 - color contains mainly: blue. Hex color #326DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326DB0 is #CD924F. Grayscale: #626262. Windows color (decimal): -13472336 or 11562290. OLE color: 11562290.
HSL color Cylindrical-coordinate representation of color #326DB0: hue angle of 211.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #326DB0 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 109 | 176 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.31 |
| HSL | 211.9º | 0.56% | 0.44% | - |
| HSV(B) | 211.9º | 0.72% | 0.69% | - |
| XYZ | 14.62 | 14.75 | 43.15 | - |
| YUV | 99 | 171.45 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 176 | 0.72 | 0.38 | 0 | 0.31 | 211.9 | 0.56 | 0.44 |
| Hex | 32 | 6D | B0 | 48 | 26 | 0 | 1F | D4 | 38 | 2C |
| Octal | 62 | 155 | 260 | 110 | 46 | 0 | 37 | 324 | 70 | 54 |
| Binary | 110010 | 1101101 | 10110000 | 1001000 | 100110 | 0 | 11111 | 11010100 | 111000 | 101100 |
Color Harmonies of #326DB0
Complementary color
Monochromatic Colors of #326DB0
Black with #326DB0
Text Example
Text Example
White with #326DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DB0; }
p { color: rgb(50,109,176); }
H1.HeaderClassName
{
color: #326DB0;
}
.AnyTagClassName
{
color: #326DB0;
}
</style>
background-color css
<style>
a { background-color: #326DB0; }
a { background-color: rgb(50,109,176); }
div.DivClassName
{
background-color: #326DB0;
}
.BgClassName
{
background-color: #326DB0;
}
</style>
border-color css
<style>
span { border-color: #326DB0; }
span { border-color: rgb(50,109,176); }
td.TdClassName
{
border-color: #326DB0;
}
.TagClassName
{
border-color: #326DB0;
}
</style>