Shades of Lochmara #32739C
Tints of Lochmara #32739C
RGB
CMYK
RGB Variations
Color information
#32739C (or 0x32739C) is known color: Lochmara. HEX triplet: 32, 73 and 9C. RGB value is (50,115,156). Sum of RGB (Red+Green+Blue) = 50+115+156=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #32739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32739C is #CD8C63. Grayscale: #646464. Windows color (decimal): -13470820 or 10253106. OLE color: 10253106.
HSL color Cylindrical-coordinate representation of color #32739C: hue angle of 203.21º 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 #32739C is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 115 | 156 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.39 |
| HSL | 203.21º | 0.51% | 0.4% | - |
| HSV(B) | 203.21º | 0.68% | 0.61% | - |
| XYZ | 13.45 | 15.34 | 33.7 | - |
| YUV | 100.24 | 159.47 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 156 | 0.68 | 0.26 | 0 | 0.39 | 203.21 | 0.51 | 0.4 |
| Hex | 32 | 73 | 9C | 44 | 1A | 0 | 27 | CB | 33 | 28 |
| Octal | 62 | 163 | 234 | 104 | 32 | 0 | 47 | 313 | 63 | 50 |
| Binary | 110010 | 1110011 | 10011100 | 1000100 | 11010 | 0 | 100111 | 11001011 | 110011 | 101000 |
Color Harmonies of #32739C
Complementary color
Monochromatic Colors of #32739C
Black with #32739C
Text Example
Text Example
White with #32739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32739C; }
p { color: rgb(50,115,156); }
H1.HeaderClassName
{
color: #32739C;
}
.AnyTagClassName
{
color: #32739C;
}
</style>
background-color css
<style>
a { background-color: #32739C; }
a { background-color: rgb(50,115,156); }
div.DivClassName
{
background-color: #32739C;
}
.BgClassName
{
background-color: #32739C;
}
</style>
border-color css
<style>
span { border-color: #32739C; }
span { border-color: rgb(50,115,156); }
td.TdClassName
{
border-color: #32739C;
}
.TagClassName
{
border-color: #32739C;
}
</style>