Shades of Lochmara #32649F
Tints of Lochmara #32649F
RGB
CMYK
RGB Variations
Color information
#32649F (or 0x32649F) is known color: Lochmara. HEX triplet: 32, 64 and 9F. RGB value is (50,100,159). Sum of RGB (Red+Green+Blue) = 50+100+159=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #32649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32649F is #CD9B60. Grayscale: #5B5B5B. Windows color (decimal): -13474657 or 10445874. OLE color: 10445874.
HSL color Cylindrical-coordinate representation of color #32649F: hue angle of 212.48º 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 #32649F is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 100 | 159 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.38 |
| HSL | 212.48º | 0.52% | 0.41% | - |
| HSV(B) | 212.48º | 0.69% | 0.62% | - |
| XYZ | 12.13 | 12.3 | 34.53 | - |
| YUV | 91.78 | 165.94 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 100 | 159 | 0.69 | 0.37 | 0 | 0.38 | 212.48 | 0.52 | 0.41 |
| Hex | 32 | 64 | 9F | 45 | 25 | 0 | 26 | D4 | 34 | 29 |
| Octal | 62 | 144 | 237 | 105 | 45 | 0 | 46 | 324 | 64 | 51 |
| Binary | 110010 | 1100100 | 10011111 | 1000101 | 100101 | 0 | 100110 | 11010100 | 110100 | 101001 |
Color Harmonies of #32649F
Complementary color
Monochromatic Colors of #32649F
Black with #32649F
Text Example
Text Example
White with #32649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32649F; }
p { color: rgb(50,100,159); }
H1.HeaderClassName
{
color: #32649F;
}
.AnyTagClassName
{
color: #32649F;
}
</style>
background-color css
<style>
a { background-color: #32649F; }
a { background-color: rgb(50,100,159); }
div.DivClassName
{
background-color: #32649F;
}
.BgClassName
{
background-color: #32649F;
}
</style>
border-color css
<style>
span { border-color: #32649F; }
span { border-color: rgb(50,100,159); }
td.TdClassName
{
border-color: #32649F;
}
.TagClassName
{
border-color: #32649F;
}
</style>