Shades of Lochmara #32749B
Tints of Lochmara #32749B
RGB
CMYK
RGB Variations
Color information
#32749B (or 0x32749B) is known color: Lochmara. HEX triplet: 32, 74 and 9B. RGB value is (50,116,155). Sum of RGB (Red+Green+Blue) = 50+116+155=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #32749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32749B is #CD8B64. Grayscale: #646464. Windows color (decimal): -13470565 or 10187826. OLE color: 10187826.
HSL color Cylindrical-coordinate representation of color #32749B: hue angle of 202.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32749B is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 116 | 155 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.39 |
| HSL | 202.29º | 0.51% | 0.4% | - |
| HSV(B) | 202.29º | 0.68% | 0.61% | - |
| XYZ | 13.48 | 15.54 | 33.3 | - |
| YUV | 100.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 155 | 0.68 | 0.25 | 0 | 0.39 | 202.29 | 0.51 | 0.4 |
| Hex | 32 | 74 | 9B | 44 | 19 | 0 | 27 | CA | 33 | 28 |
| Octal | 62 | 164 | 233 | 104 | 31 | 0 | 47 | 312 | 63 | 50 |
| Binary | 110010 | 1110100 | 10011011 | 1000100 | 11001 | 0 | 100111 | 11001010 | 110011 | 101000 |
Color Harmonies of #32749B
Complementary color
Monochromatic Colors of #32749B
Black with #32749B
Text Example
Text Example
White with #32749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32749B; }
p { color: rgb(50,116,155); }
H1.HeaderClassName
{
color: #32749B;
}
.AnyTagClassName
{
color: #32749B;
}
</style>
background-color css
<style>
a { background-color: #32749B; }
a { background-color: rgb(50,116,155); }
div.DivClassName
{
background-color: #32749B;
}
.BgClassName
{
background-color: #32749B;
}
</style>
border-color css
<style>
span { border-color: #32749B; }
span { border-color: rgb(50,116,155); }
td.TdClassName
{
border-color: #32749B;
}
.TagClassName
{
border-color: #32749B;
}
</style>