Shades of Lochmara #32719F
Tints of Lochmara #32719F
RGB
CMYK
RGB Variations
Color information
#32719F (or 0x32719F) is known color: Lochmara. HEX triplet: 32, 71 and 9F. RGB value is (50,113,159). Sum of RGB (Red+Green+Blue) = 50+113+159=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #32719F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32719F is #CD8E60. Grayscale: #636363. Windows color (decimal): -13471329 or 10449202. OLE color: 10449202.
HSL color Cylindrical-coordinate representation of color #32719F: hue angle of 205.32º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32719F is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 113 | 159 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.38 |
| HSL | 205.32º | 0.52% | 0.41% | - |
| HSV(B) | 205.32º | 0.69% | 0.62% | - |
| XYZ | 13.48 | 14.99 | 34.98 | - |
| YUV | 99.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 159 | 0.69 | 0.29 | 0 | 0.38 | 205.32 | 0.52 | 0.41 |
| Hex | 32 | 71 | 9F | 45 | 1D | 0 | 26 | CD | 34 | 29 |
| Octal | 62 | 161 | 237 | 105 | 35 | 0 | 46 | 315 | 64 | 51 |
| Binary | 110010 | 1110001 | 10011111 | 1000101 | 11101 | 0 | 100110 | 11001101 | 110100 | 101001 |
Color Harmonies of #32719F
Complementary color
Monochromatic Colors of #32719F
Black with #32719F
Text Example
Text Example
White with #32719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32719F; }
p { color: rgb(50,113,159); }
H1.HeaderClassName
{
color: #32719F;
}
.AnyTagClassName
{
color: #32719F;
}
</style>
background-color css
<style>
a { background-color: #32719F; }
a { background-color: rgb(50,113,159); }
div.DivClassName
{
background-color: #32719F;
}
.BgClassName
{
background-color: #32719F;
}
</style>
border-color css
<style>
span { border-color: #32719F; }
span { border-color: rgb(50,113,159); }
td.TdClassName
{
border-color: #32719F;
}
.TagClassName
{
border-color: #32719F;
}
</style>