Shades of Lochmara #32709E
Tints of Lochmara #32709E
RGB
CMYK
RGB Variations
Color information
#32709E (or 0x32709E) is known color: Lochmara. HEX triplet: 32, 70 and 9E. RGB value is (50,112,158). Sum of RGB (Red+Green+Blue) = 50+112+158=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #32709E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32709E is #CD8F61. Grayscale: #626262. Windows color (decimal): -13471586 or 10383410. OLE color: 10383410.
HSL color Cylindrical-coordinate representation of color #32709E: hue angle of 205.56º 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 #32709E is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 112 | 158 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.38 |
| HSL | 205.56º | 0.52% | 0.41% | - |
| HSV(B) | 205.56º | 0.68% | 0.62% | - |
| XYZ | 13.28 | 14.74 | 34.49 | - |
| YUV | 98.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 158 | 0.68 | 0.29 | 0 | 0.38 | 205.56 | 0.52 | 0.41 |
| Hex | 32 | 70 | 9E | 44 | 1D | 0 | 26 | CE | 34 | 29 |
| Octal | 62 | 160 | 236 | 104 | 35 | 0 | 46 | 316 | 64 | 51 |
| Binary | 110010 | 1110000 | 10011110 | 1000100 | 11101 | 0 | 100110 | 11001110 | 110100 | 101001 |
Color Harmonies of #32709E
Complementary color
Monochromatic Colors of #32709E
Black with #32709E
Text Example
Text Example
White with #32709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32709E; }
p { color: rgb(50,112,158); }
H1.HeaderClassName
{
color: #32709E;
}
.AnyTagClassName
{
color: #32709E;
}
</style>
background-color css
<style>
a { background-color: #32709E; }
a { background-color: rgb(50,112,158); }
div.DivClassName
{
background-color: #32709E;
}
.BgClassName
{
background-color: #32709E;
}
</style>
border-color css
<style>
span { border-color: #32709E; }
span { border-color: rgb(50,112,158); }
td.TdClassName
{
border-color: #32709E;
}
.TagClassName
{
border-color: #32709E;
}
</style>