Shades of Lochmara #326595
Tints of Lochmara #326595
RGB
CMYK
RGB Variations
Color information
#326595 (or 0x326595) is known color: Lochmara. HEX triplet: 32, 65 and 95. RGB value is (50,101,149). Sum of RGB (Red+Green+Blue) = 50+101+149=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #326595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326595 is #CD9A6A. Grayscale: #5A5A5A. Windows color (decimal): -13474411 or 9790770. OLE color: 9790770.
HSL color Cylindrical-coordinate representation of color #326595: hue angle of 209.09º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326595 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 101 | 149 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.42 |
| HSL | 209.09º | 0.5% | 0.39% | - |
| HSV(B) | 209.09º | 0.66% | 0.58% | - |
| XYZ | 11.39 | 12.16 | 30.18 | - |
| YUV | 91.22 | 160.6 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 149 | 0.66 | 0.32 | 0 | 0.42 | 209.09 | 0.5 | 0.39 |
| Hex | 32 | 65 | 95 | 42 | 20 | 0 | 2A | D1 | 32 | 27 |
| Octal | 62 | 145 | 225 | 102 | 40 | 0 | 52 | 321 | 62 | 47 |
| Binary | 110010 | 1100101 | 10010101 | 1000010 | 100000 | 0 | 101010 | 11010001 | 110010 | 100111 |
Color Harmonies of #326595
Complementary color
Monochromatic Colors of #326595
Black with #326595
Text Example
Text Example
White with #326595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326595; }
p { color: rgb(50,101,149); }
H1.HeaderClassName
{
color: #326595;
}
.AnyTagClassName
{
color: #326595;
}
</style>
background-color css
<style>
a { background-color: #326595; }
a { background-color: rgb(50,101,149); }
div.DivClassName
{
background-color: #326595;
}
.BgClassName
{
background-color: #326595;
}
</style>
border-color css
<style>
span { border-color: #326595; }
span { border-color: rgb(50,101,149); }
td.TdClassName
{
border-color: #326595;
}
.TagClassName
{
border-color: #326595;
}
</style>