Shades of Lochmara #32729E
Tints of Lochmara #32729E
RGB
CMYK
RGB Variations
Color information
#32729E (or 0x32729E) is known color: Lochmara. HEX triplet: 32, 72 and 9E. RGB value is (50,114,158). Sum of RGB (Red+Green+Blue) = 50+114+158=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #32729E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32729E is #CD8D61. Grayscale: #636363. Windows color (decimal): -13471074 or 10383922. OLE color: 10383922.
HSL color Cylindrical-coordinate representation of color #32729E: hue angle of 204.44º 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 #32729E is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 114 | 158 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.38 |
| HSL | 204.44º | 0.52% | 0.41% | - |
| HSV(B) | 204.44º | 0.68% | 0.62% | - |
| XYZ | 13.5 | 15.18 | 34.57 | - |
| YUV | 99.88 | 160.8 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 158 | 0.68 | 0.28 | 0 | 0.38 | 204.44 | 0.52 | 0.41 |
| Hex | 32 | 72 | 9E | 44 | 1C | 0 | 26 | CC | 34 | 29 |
| Octal | 62 | 162 | 236 | 104 | 34 | 0 | 46 | 314 | 64 | 51 |
| Binary | 110010 | 1110010 | 10011110 | 1000100 | 11100 | 0 | 100110 | 11001100 | 110100 | 101001 |
Color Harmonies of #32729E
Complementary color
Monochromatic Colors of #32729E
Black with #32729E
Text Example
Text Example
White with #32729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32729E; }
p { color: rgb(50,114,158); }
H1.HeaderClassName
{
color: #32729E;
}
.AnyTagClassName
{
color: #32729E;
}
</style>
background-color css
<style>
a { background-color: #32729E; }
a { background-color: rgb(50,114,158); }
div.DivClassName
{
background-color: #32729E;
}
.BgClassName
{
background-color: #32729E;
}
</style>
border-color css
<style>
span { border-color: #32729E; }
span { border-color: rgb(50,114,158); }
td.TdClassName
{
border-color: #32729E;
}
.TagClassName
{
border-color: #32729E;
}
</style>