Shades of Lochmara #32779B
Tints of Lochmara #32779B
RGB
CMYK
RGB Variations
Color information
#32779B (or 0x32779B) is known color: Lochmara. HEX triplet: 32, 77 and 9B. RGB value is (50,119,155). Sum of RGB (Red+Green+Blue) = 50+119+155=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #32779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32779B is #CD8864. Grayscale: #666666. Windows color (decimal): -13469797 or 10188594. OLE color: 10188594.
HSL color Cylindrical-coordinate representation of color #32779B: hue angle of 200.57º 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 #32779B is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 119 | 155 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.39 |
| HSL | 200.57º | 0.51% | 0.4% | - |
| HSV(B) | 200.57º | 0.68% | 0.61% | - |
| XYZ | 13.83 | 16.24 | 33.42 | - |
| YUV | 102.47 | 157.64 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 155 | 0.68 | 0.23 | 0 | 0.39 | 200.57 | 0.51 | 0.4 |
| Hex | 32 | 77 | 9B | 44 | 17 | 0 | 27 | C9 | 33 | 28 |
| Octal | 62 | 167 | 233 | 104 | 27 | 0 | 47 | 311 | 63 | 50 |
| Binary | 110010 | 1110111 | 10011011 | 1000100 | 10111 | 0 | 100111 | 11001001 | 110011 | 101000 |
Color Harmonies of #32779B
Complementary color
Monochromatic Colors of #32779B
Black with #32779B
Text Example
Text Example
White with #32779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32779B; }
p { color: rgb(50,119,155); }
H1.HeaderClassName
{
color: #32779B;
}
.AnyTagClassName
{
color: #32779B;
}
</style>
background-color css
<style>
a { background-color: #32779B; }
a { background-color: rgb(50,119,155); }
div.DivClassName
{
background-color: #32779B;
}
.BgClassName
{
background-color: #32779B;
}
</style>
border-color css
<style>
span { border-color: #32779B; }
span { border-color: rgb(50,119,155); }
td.TdClassName
{
border-color: #32779B;
}
.TagClassName
{
border-color: #32779B;
}
</style>