Shades of Lochmara #32689E
Tints of Lochmara #32689E
RGB
CMYK
RGB Variations
Color information
#32689E (or 0x32689E) is known color: Lochmara. HEX triplet: 32, 68 and 9E. RGB value is (50,104,158). Sum of RGB (Red+Green+Blue) = 50+104+158=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #32689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32689E is #CD9761. Grayscale: #5D5D5D. Windows color (decimal): -13473634 or 10381362. OLE color: 10381362.
HSL color Cylindrical-coordinate representation of color #32689E: hue angle of 210º 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 #32689E is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 104 | 158 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.38 |
| HSL | 210º | 0.52% | 0.41% | - |
| HSV(B) | 210º | 0.68% | 0.62% | - |
| XYZ | 12.44 | 13.05 | 34.21 | - |
| YUV | 94.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 158 | 0.68 | 0.34 | 0 | 0.38 | 210 | 0.52 | 0.41 |
| Hex | 32 | 68 | 9E | 44 | 22 | 0 | 26 | D2 | 34 | 29 |
| Octal | 62 | 150 | 236 | 104 | 42 | 0 | 46 | 322 | 64 | 51 |
| Binary | 110010 | 1101000 | 10011110 | 1000100 | 100010 | 0 | 100110 | 11010010 | 110100 | 101001 |
Color Harmonies of #32689E
Complementary color
Monochromatic Colors of #32689E
Black with #32689E
Text Example
Text Example
White with #32689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32689E; }
p { color: rgb(50,104,158); }
H1.HeaderClassName
{
color: #32689E;
}
.AnyTagClassName
{
color: #32689E;
}
</style>
background-color css
<style>
a { background-color: #32689E; }
a { background-color: rgb(50,104,158); }
div.DivClassName
{
background-color: #32689E;
}
.BgClassName
{
background-color: #32689E;
}
</style>
border-color css
<style>
span { border-color: #32689E; }
span { border-color: rgb(50,104,158); }
td.TdClassName
{
border-color: #32689E;
}
.TagClassName
{
border-color: #32689E;
}
</style>