Shades of Lochmara #32799D
Tints of Lochmara #32799D
RGB
CMYK
RGB Variations
Color information
#32799D (or 0x32799D) is known color: Lochmara. HEX triplet: 32, 79 and 9D. RGB value is (50,121,157). Sum of RGB (Red+Green+Blue) = 50+121+157=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #32799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32799D is #CD8662. Grayscale: #676767. Windows color (decimal): -13469283 or 10320178. OLE color: 10320178.
HSL color Cylindrical-coordinate representation of color #32799D: hue angle of 200.19º 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 #32799D is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 121 | 157 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.38 |
| HSL | 200.19º | 0.52% | 0.41% | - |
| HSV(B) | 200.19º | 0.68% | 0.62% | - |
| XYZ | 14.24 | 16.79 | 34.39 | - |
| YUV | 103.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 121 | 157 | 0.68 | 0.23 | 0 | 0.38 | 200.19 | 0.52 | 0.41 |
| Hex | 32 | 79 | 9D | 44 | 17 | 0 | 26 | C8 | 34 | 29 |
| Octal | 62 | 171 | 235 | 104 | 27 | 0 | 46 | 310 | 64 | 51 |
| Binary | 110010 | 1111001 | 10011101 | 1000100 | 10111 | 0 | 100110 | 11001000 | 110100 | 101001 |
Color Harmonies of #32799D
Complementary color
Monochromatic Colors of #32799D
Black with #32799D
Text Example
Text Example
White with #32799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32799D; }
p { color: rgb(50,121,157); }
H1.HeaderClassName
{
color: #32799D;
}
.AnyTagClassName
{
color: #32799D;
}
</style>
background-color css
<style>
a { background-color: #32799D; }
a { background-color: rgb(50,121,157); }
div.DivClassName
{
background-color: #32799D;
}
.BgClassName
{
background-color: #32799D;
}
</style>
border-color css
<style>
span { border-color: #32799D; }
span { border-color: rgb(50,121,157); }
td.TdClassName
{
border-color: #32799D;
}
.TagClassName
{
border-color: #32799D;
}
</style>