Shades of Lochmara #326DB5
Tints of Lochmara #326DB5
RGB
CMYK
RGB Variations
Color information
#326DB5 (or 0x326DB5) is known color: Lochmara. HEX triplet: 32, 6D and B5. RGB value is (50,109,181). Sum of RGB (Red+Green+Blue) = 50+109+181=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #326DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326DB5 is #CD924A. Grayscale: #636363. Windows color (decimal): -13472331 or 11889970. OLE color: 11889970.
HSL color Cylindrical-coordinate representation of color #326DB5: hue angle of 212.98º 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 #326DB5 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 109 | 181 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.29 |
| HSL | 212.98º | 0.57% | 0.45% | - |
| HSV(B) | 212.98º | 0.72% | 0.71% | - |
| XYZ | 15.12 | 14.95 | 45.8 | - |
| YUV | 99.57 | 173.95 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 181 | 0.72 | 0.40 | 0 | 0.29 | 212.98 | 0.57 | 0.45 |
| Hex | 32 | 6D | B5 | 48 | 28 | 0 | 1D | D5 | 39 | 2D |
| Octal | 62 | 155 | 265 | 110 | 50 | 0 | 35 | 325 | 71 | 55 |
| Binary | 110010 | 1101101 | 10110101 | 1001000 | 101000 | 0 | 11101 | 11010101 | 111001 | 101101 |
Color Harmonies of #326DB5
Complementary color
Monochromatic Colors of #326DB5
Black with #326DB5
Text Example
Text Example
White with #326DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326DB5; }
p { color: rgb(50,109,181); }
H1.HeaderClassName
{
color: #326DB5;
}
.AnyTagClassName
{
color: #326DB5;
}
</style>
background-color css
<style>
a { background-color: #326DB5; }
a { background-color: rgb(50,109,181); }
div.DivClassName
{
background-color: #326DB5;
}
.BgClassName
{
background-color: #326DB5;
}
</style>
border-color css
<style>
span { border-color: #326DB5; }
span { border-color: rgb(50,109,181); }
td.TdClassName
{
border-color: #326DB5;
}
.TagClassName
{
border-color: #326DB5;
}
</style>