Shades of Lochmara #32609C
Tints of Lochmara #32609C
RGB
CMYK
RGB Variations
Color information
#32609C (or 0x32609C) is known color: Lochmara. HEX triplet: 32, 60 and 9C. RGB value is (50,96,156). Sum of RGB (Red+Green+Blue) = 50+96+156=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #32609C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32609C is #CD9F63. Grayscale: #585858. Windows color (decimal): -13475684 or 10248242. OLE color: 10248242.
HSL color Cylindrical-coordinate representation of color #32609C: hue angle of 213.96º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32609C is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 96 | 156 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.39 |
| HSL | 213.96º | 0.51% | 0.4% | - |
| HSV(B) | 213.96º | 0.68% | 0.61% | - |
| XYZ | 11.5 | 11.44 | 33.06 | - |
| YUV | 89.09 | 165.76 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 96 | 156 | 0.68 | 0.38 | 0 | 0.39 | 213.96 | 0.51 | 0.4 |
| Hex | 32 | 60 | 9C | 44 | 26 | 0 | 27 | D6 | 33 | 28 |
| Octal | 62 | 140 | 234 | 104 | 46 | 0 | 47 | 326 | 63 | 50 |
| Binary | 110010 | 1100000 | 10011100 | 1000100 | 100110 | 0 | 100111 | 11010110 | 110011 | 101000 |
Color Harmonies of #32609C
Complementary color
Monochromatic Colors of #32609C
Black with #32609C
Text Example
Text Example
White with #32609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32609C; }
p { color: rgb(50,96,156); }
H1.HeaderClassName
{
color: #32609C;
}
.AnyTagClassName
{
color: #32609C;
}
</style>
background-color css
<style>
a { background-color: #32609C; }
a { background-color: rgb(50,96,156); }
div.DivClassName
{
background-color: #32609C;
}
.BgClassName
{
background-color: #32609C;
}
</style>
border-color css
<style>
span { border-color: #32609C; }
span { border-color: rgb(50,96,156); }
td.TdClassName
{
border-color: #32609C;
}
.TagClassName
{
border-color: #32609C;
}
</style>