Shades of Lochmara #32759C
Tints of Lochmara #32759C
RGB
CMYK
RGB Variations
Color information
#32759C (or 0x32759C) is known color: Lochmara. HEX triplet: 32, 75 and 9C. RGB value is (50,117,156). Sum of RGB (Red+Green+Blue) = 50+117+156=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #32759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32759C is #CD8A63. Grayscale: #656565. Windows color (decimal): -13470308 or 10253618. OLE color: 10253618.
HSL color Cylindrical-coordinate representation of color #32759C: hue angle of 202.08º 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 #32759C is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 117 | 156 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.39 |
| HSL | 202.08º | 0.51% | 0.4% | - |
| HSV(B) | 202.08º | 0.68% | 0.61% | - |
| XYZ | 13.68 | 15.8 | 33.78 | - |
| YUV | 101.41 | 158.8 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 156 | 0.68 | 0.25 | 0 | 0.39 | 202.08 | 0.51 | 0.4 |
| Hex | 32 | 75 | 9C | 44 | 19 | 0 | 27 | CA | 33 | 28 |
| Octal | 62 | 165 | 234 | 104 | 31 | 0 | 47 | 312 | 63 | 50 |
| Binary | 110010 | 1110101 | 10011100 | 1000100 | 11001 | 0 | 100111 | 11001010 | 110011 | 101000 |
Color Harmonies of #32759C
Complementary color
Monochromatic Colors of #32759C
Black with #32759C
Text Example
Text Example
White with #32759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32759C; }
p { color: rgb(50,117,156); }
H1.HeaderClassName
{
color: #32759C;
}
.AnyTagClassName
{
color: #32759C;
}
</style>
background-color css
<style>
a { background-color: #32759C; }
a { background-color: rgb(50,117,156); }
div.DivClassName
{
background-color: #32759C;
}
.BgClassName
{
background-color: #32759C;
}
</style>
border-color css
<style>
span { border-color: #32759C; }
span { border-color: rgb(50,117,156); }
td.TdClassName
{
border-color: #32759C;
}
.TagClassName
{
border-color: #32759C;
}
</style>