Shades of Lochmara #326699
Tints of Lochmara #326699
RGB
CMYK
RGB Variations
Color information
#326699 (or 0x326699) is known color: Lochmara. HEX triplet: 32, 66 and 99. RGB value is (50,102,153). Sum of RGB (Red+Green+Blue) = 50+102+153=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #326699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326699 is #CD9966. Grayscale: #5C5C5C. Windows color (decimal): -13474151 or 10053170. OLE color: 10053170.
HSL color Cylindrical-coordinate representation of color #326699: hue angle of 209.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326699 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 102 | 153 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.4 |
| HSL | 209.71º | 0.51% | 0.4% | - |
| HSV(B) | 209.71º | 0.67% | 0.6% | - |
| XYZ | 11.82 | 12.48 | 31.92 | - |
| YUV | 92.27 | 162.27 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 153 | 0.67 | 0.33 | 0 | 0.4 | 209.71 | 0.51 | 0.4 |
| Hex | 32 | 66 | 99 | 43 | 21 | 0 | 28 | D2 | 33 | 28 |
| Octal | 62 | 146 | 231 | 103 | 41 | 0 | 50 | 322 | 63 | 50 |
| Binary | 110010 | 1100110 | 10011001 | 1000011 | 100001 | 0 | 101000 | 11010010 | 110011 | 101000 |
Color Harmonies of #326699
Complementary color
Monochromatic Colors of #326699
Black with #326699
Text Example
Text Example
White with #326699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326699; }
p { color: rgb(50,102,153); }
H1.HeaderClassName
{
color: #326699;
}
.AnyTagClassName
{
color: #326699;
}
</style>
background-color css
<style>
a { background-color: #326699; }
a { background-color: rgb(50,102,153); }
div.DivClassName
{
background-color: #326699;
}
.BgClassName
{
background-color: #326699;
}
</style>
border-color css
<style>
span { border-color: #326699; }
span { border-color: rgb(50,102,153); }
td.TdClassName
{
border-color: #326699;
}
.TagClassName
{
border-color: #326699;
}
</style>