Shades of Lochmara #326099
Tints of Lochmara #326099
RGB
CMYK
RGB Variations
Color information
#326099 (or 0x326099) is known color: Lochmara. HEX triplet: 32, 60 and 99. RGB value is (50,96,153). Sum of RGB (Red+Green+Blue) = 50+96+153=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #326099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326099 is #CD9F66. Grayscale: #585858. Windows color (decimal): -13475687 or 10051634. OLE color: 10051634.
HSL color Cylindrical-coordinate representation of color #326099: hue angle of 213.2º 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 #326099 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 96 | 153 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.4 |
| HSL | 213.2º | 0.51% | 0.4% | - |
| HSV(B) | 213.2º | 0.67% | 0.6% | - |
| XYZ | 11.25 | 11.34 | 31.73 | - |
| YUV | 88.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 153 | 0.67 | 0.37 | 0 | 0.4 | 213.2 | 0.51 | 0.4 |
| Hex | 32 | 60 | 99 | 43 | 25 | 0 | 28 | D5 | 33 | 28 |
| Octal | 62 | 140 | 231 | 103 | 45 | 0 | 50 | 325 | 63 | 50 |
| Binary | 110010 | 1100000 | 10011001 | 1000011 | 100101 | 0 | 101000 | 11010101 | 110011 | 101000 |
Color Harmonies of #326099
Complementary color
Monochromatic Colors of #326099
Black with #326099
Text Example
Text Example
White with #326099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326099; }
p { color: rgb(50,96,153); }
H1.HeaderClassName
{
color: #326099;
}
.AnyTagClassName
{
color: #326099;
}
</style>
background-color css
<style>
a { background-color: #326099; }
a { background-color: rgb(50,96,153); }
div.DivClassName
{
background-color: #326099;
}
.BgClassName
{
background-color: #326099;
}
</style>
border-color css
<style>
span { border-color: #326099; }
span { border-color: rgb(50,96,153); }
td.TdClassName
{
border-color: #326099;
}
.TagClassName
{
border-color: #326099;
}
</style>