Shades of Lochmara #326EB6
Tints of Lochmara #326EB6
RGB
CMYK
RGB Variations
Color information
#326EB6 (or 0x326EB6) is known color: Lochmara. HEX triplet: 32, 6E and B6. RGB value is (50,110,182). Sum of RGB (Red+Green+Blue) = 50+110+182=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #326EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EB6 is #CD9149. Grayscale: #636363. Windows color (decimal): -13472074 or 11955762. OLE color: 11955762.
HSL color Cylindrical-coordinate representation of color #326EB6: hue angle of 212.73º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #326EB6 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 110 | 182 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.29 |
| HSL | 212.73º | 0.57% | 0.45% | - |
| HSV(B) | 212.73º | 0.73% | 0.71% | - |
| XYZ | 15.33 | 15.21 | 46.38 | - |
| YUV | 100.27 | 174.12 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 182 | 0.73 | 0.40 | 0 | 0.29 | 212.73 | 0.57 | 0.45 |
| Hex | 32 | 6E | B6 | 49 | 28 | 0 | 1D | D5 | 39 | 2D |
| Octal | 62 | 156 | 266 | 111 | 50 | 0 | 35 | 325 | 71 | 55 |
| Binary | 110010 | 1101110 | 10110110 | 1001001 | 101000 | 0 | 11101 | 11010101 | 111001 | 101101 |
Color Harmonies of #326EB6
Complementary color
Monochromatic Colors of #326EB6
Black with #326EB6
Text Example
Text Example
White with #326EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326EB6; }
p { color: rgb(50,110,182); }
H1.HeaderClassName
{
color: #326EB6;
}
.AnyTagClassName
{
color: #326EB6;
}
</style>
background-color css
<style>
a { background-color: #326EB6; }
a { background-color: rgb(50,110,182); }
div.DivClassName
{
background-color: #326EB6;
}
.BgClassName
{
background-color: #326EB6;
}
</style>
border-color css
<style>
span { border-color: #326EB6; }
span { border-color: rgb(50,110,182); }
td.TdClassName
{
border-color: #326EB6;
}
.TagClassName
{
border-color: #326EB6;
}
</style>