Shades of Lochmara #326198
Tints of Lochmara #326198
RGB
CMYK
RGB Variations
Color information
#326198 (or 0x326198) is known color: Lochmara. HEX triplet: 32, 61 and 98. RGB value is (50,97,152). Sum of RGB (Red+Green+Blue) = 50+97+152=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #326198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326198 is #CD9E67. Grayscale: #585858. Windows color (decimal): -13475432 or 9986354. OLE color: 9986354.
HSL color Cylindrical-coordinate representation of color #326198: hue angle of 212.35º degrees, saturation: 0.5, 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 #326198 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 97 | 152 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.40 |
| HSL | 212.35º | 0.5% | 0.4% | - |
| HSV(B) | 212.35º | 0.67% | 0.6% | - |
| XYZ | 11.26 | 11.49 | 31.33 | - |
| YUV | 89.22 | 163.43 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 97 | 152 | 0.67 | 0.36 | 0 | 0.40 | 212.35 | 0.5 | 0.4 |
| Hex | 32 | 61 | 98 | 43 | 24 | 0 | 28 | D4 | 32 | 28 |
| Octal | 62 | 141 | 230 | 103 | 44 | 0 | 50 | 324 | 62 | 50 |
| Binary | 110010 | 1100001 | 10011000 | 1000011 | 100100 | 0 | 101000 | 11010100 | 110010 | 101000 |
Color Harmonies of #326198
Complementary color
Monochromatic Colors of #326198
Black with #326198
Text Example
Text Example
White with #326198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326198; }
p { color: rgb(50,97,152); }
H1.HeaderClassName
{
color: #326198;
}
.AnyTagClassName
{
color: #326198;
}
</style>
background-color css
<style>
a { background-color: #326198; }
a { background-color: rgb(50,97,152); }
div.DivClassName
{
background-color: #326198;
}
.BgClassName
{
background-color: #326198;
}
</style>
border-color css
<style>
span { border-color: #326198; }
span { border-color: rgb(50,97,152); }
td.TdClassName
{
border-color: #326198;
}
.TagClassName
{
border-color: #326198;
}
</style>