Shades of Lochmara #326593
Tints of Lochmara #326593
RGB
CMYK
RGB Variations
Color information
#326593 (or 0x326593) is known color: Lochmara. HEX triplet: 32, 65 and 93. RGB value is (50,101,147). Sum of RGB (Red+Green+Blue) = 50+101+147=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #326593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326593 is #CD9A6C. Grayscale: #5A5A5A. Windows color (decimal): -13474413 or 9659698. OLE color: 9659698.
HSL color Cylindrical-coordinate representation of color #326593: hue angle of 208.45º degrees, saturation: 0.49, 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 #326593 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 101 | 147 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.42 |
| HSL | 208.45º | 0.49% | 0.39% | - |
| HSV(B) | 208.45º | 0.66% | 0.58% | - |
| XYZ | 11.24 | 12.09 | 29.35 | - |
| YUV | 91 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 147 | 0.66 | 0.31 | 0 | 0.42 | 208.45 | 0.49 | 0.39 |
| Hex | 32 | 65 | 93 | 42 | 1F | 0 | 2A | D0 | 31 | 27 |
| Octal | 62 | 145 | 223 | 102 | 37 | 0 | 52 | 320 | 61 | 47 |
| Binary | 110010 | 1100101 | 10010011 | 1000010 | 11111 | 0 | 101010 | 11010000 | 110001 | 100111 |
Color Harmonies of #326593
Complementary color
Monochromatic Colors of #326593
Black with #326593
Text Example
Text Example
White with #326593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326593; }
p { color: rgb(50,101,147); }
H1.HeaderClassName
{
color: #326593;
}
.AnyTagClassName
{
color: #326593;
}
</style>
background-color css
<style>
a { background-color: #326593; }
a { background-color: rgb(50,101,147); }
div.DivClassName
{
background-color: #326593;
}
.BgClassName
{
background-color: #326593;
}
</style>
border-color css
<style>
span { border-color: #326593; }
span { border-color: rgb(50,101,147); }
td.TdClassName
{
border-color: #326593;
}
.TagClassName
{
border-color: #326593;
}
</style>