Shades of Lochmara #326BB0
Tints of Lochmara #326BB0
RGB
CMYK
RGB Variations
Color information
#326BB0 (or 0x326BB0) is known color: Lochmara. HEX triplet: 32, 6B and B0. RGB value is (50,107,176). Sum of RGB (Red+Green+Blue) = 50+107+176=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #326BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326BB0 is #CD944F. Grayscale: #616161. Windows color (decimal): -13472848 or 11561778. OLE color: 11561778.
HSL color Cylindrical-coordinate representation of color #326BB0: hue angle of 212.86º 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 #326BB0 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 107 | 176 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.31 |
| HSL | 212.86º | 0.56% | 0.44% | - |
| HSV(B) | 212.86º | 0.72% | 0.69% | - |
| XYZ | 14.41 | 14.33 | 43.08 | - |
| YUV | 97.82 | 172.12 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 176 | 0.72 | 0.39 | 0 | 0.31 | 212.86 | 0.56 | 0.44 |
| Hex | 32 | 6B | B0 | 48 | 27 | 0 | 1F | D5 | 38 | 2C |
| Octal | 62 | 153 | 260 | 110 | 47 | 0 | 37 | 325 | 70 | 54 |
| Binary | 110010 | 1101011 | 10110000 | 1001000 | 100111 | 0 | 11111 | 11010101 | 111000 | 101100 |
Color Harmonies of #326BB0
Complementary color
Monochromatic Colors of #326BB0
Black with #326BB0
Text Example
Text Example
White with #326BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326BB0; }
p { color: rgb(50,107,176); }
H1.HeaderClassName
{
color: #326BB0;
}
.AnyTagClassName
{
color: #326BB0;
}
</style>
background-color css
<style>
a { background-color: #326BB0; }
a { background-color: rgb(50,107,176); }
div.DivClassName
{
background-color: #326BB0;
}
.BgClassName
{
background-color: #326BB0;
}
</style>
border-color css
<style>
span { border-color: #326BB0; }
span { border-color: rgb(50,107,176); }
td.TdClassName
{
border-color: #326BB0;
}
.TagClassName
{
border-color: #326BB0;
}
</style>