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