Shades of Lochmara #32749F
Tints of Lochmara #32749F
RGB
CMYK
RGB Variations
Color information
#32749F (or 0x32749F) is known color: Lochmara. HEX triplet: 32, 74 and 9F. RGB value is (50,116,159). Sum of RGB (Red+Green+Blue) = 50+116+159=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #32749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32749F is #CD8B60. Grayscale: #646464. Windows color (decimal): -13470561 or 10449970. OLE color: 10449970.
HSL color Cylindrical-coordinate representation of color #32749F: hue angle of 203.67º 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 #32749F is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 116 | 159 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.38 |
| HSL | 203.67º | 0.52% | 0.41% | - |
| HSV(B) | 203.67º | 0.69% | 0.62% | - |
| XYZ | 13.82 | 15.67 | 35.1 | - |
| YUV | 101.17 | 160.63 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 159 | 0.69 | 0.27 | 0 | 0.38 | 203.67 | 0.52 | 0.41 |
| Hex | 32 | 74 | 9F | 45 | 1B | 0 | 26 | CC | 34 | 29 |
| Octal | 62 | 164 | 237 | 105 | 33 | 0 | 46 | 314 | 64 | 51 |
| Binary | 110010 | 1110100 | 10011111 | 1000101 | 11011 | 0 | 100110 | 11001100 | 110100 | 101001 |
Color Harmonies of #32749F
Complementary color
Monochromatic Colors of #32749F
Black with #32749F
Text Example
Text Example
White with #32749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32749F; }
p { color: rgb(50,116,159); }
H1.HeaderClassName
{
color: #32749F;
}
.AnyTagClassName
{
color: #32749F;
}
</style>
background-color css
<style>
a { background-color: #32749F; }
a { background-color: rgb(50,116,159); }
div.DivClassName
{
background-color: #32749F;
}
.BgClassName
{
background-color: #32749F;
}
</style>
border-color css
<style>
span { border-color: #32749F; }
span { border-color: rgb(50,116,159); }
td.TdClassName
{
border-color: #32749F;
}
.TagClassName
{
border-color: #32749F;
}
</style>