Shades of Lochmara #32709D
Tints of Lochmara #32709D
RGB
CMYK
RGB Variations
Color information
#32709D (or 0x32709D) is known color: Lochmara. HEX triplet: 32, 70 and 9D. RGB value is (50,112,157). Sum of RGB (Red+Green+Blue) = 50+112+157=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #32709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32709D is #CD8F62. Grayscale: #626262. Windows color (decimal): -13471587 or 10317874. OLE color: 10317874.
HSL color Cylindrical-coordinate representation of color #32709D: hue angle of 205.23º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32709D is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 112 | 157 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.38 |
| HSL | 205.23º | 0.52% | 0.41% | - |
| HSV(B) | 205.23º | 0.68% | 0.62% | - |
| XYZ | 13.2 | 14.7 | 34.04 | - |
| YUV | 98.59 | 160.96 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 157 | 0.68 | 0.29 | 0 | 0.38 | 205.23 | 0.52 | 0.41 |
| Hex | 32 | 70 | 9D | 44 | 1D | 0 | 26 | CD | 34 | 29 |
| Octal | 62 | 160 | 235 | 104 | 35 | 0 | 46 | 315 | 64 | 51 |
| Binary | 110010 | 1110000 | 10011101 | 1000100 | 11101 | 0 | 100110 | 11001101 | 110100 | 101001 |
Color Harmonies of #32709D
Complementary color
Monochromatic Colors of #32709D
Black with #32709D
Text Example
Text Example
White with #32709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32709D; }
p { color: rgb(50,112,157); }
H1.HeaderClassName
{
color: #32709D;
}
.AnyTagClassName
{
color: #32709D;
}
</style>
background-color css
<style>
a { background-color: #32709D; }
a { background-color: rgb(50,112,157); }
div.DivClassName
{
background-color: #32709D;
}
.BgClassName
{
background-color: #32709D;
}
</style>
border-color css
<style>
span { border-color: #32709D; }
span { border-color: rgb(50,112,157); }
td.TdClassName
{
border-color: #32709D;
}
.TagClassName
{
border-color: #32709D;
}
</style>