Shades of Lochmara #32779F
Tints of Lochmara #32779F
RGB
CMYK
RGB Variations
Color information
#32779F (or 0x32779F) is known color: Lochmara. HEX triplet: 32, 77 and 9F. RGB value is (50,119,159). Sum of RGB (Red+Green+Blue) = 50+119+159=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 159 - color contains mainly: blue. Hex color #32779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32779F is #CD8860. Grayscale: #666666. Windows color (decimal): -13469793 or 10450738. OLE color: 10450738.
HSL color Cylindrical-coordinate representation of color #32779F: hue angle of 202.02º 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 #32779F is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 119 | 159 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.38 |
| HSL | 202.02º | 0.52% | 0.41% | - |
| HSV(B) | 202.02º | 0.69% | 0.62% | - |
| XYZ | 14.17 | 16.37 | 35.21 | - |
| YUV | 102.93 | 159.64 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 159 | 0.69 | 0.25 | 0 | 0.38 | 202.02 | 0.52 | 0.41 |
| Hex | 32 | 77 | 9F | 45 | 19 | 0 | 26 | CA | 34 | 29 |
| Octal | 62 | 167 | 237 | 105 | 31 | 0 | 46 | 312 | 64 | 51 |
| Binary | 110010 | 1110111 | 10011111 | 1000101 | 11001 | 0 | 100110 | 11001010 | 110100 | 101001 |
Color Harmonies of #32779F
Complementary color
Monochromatic Colors of #32779F
Black with #32779F
Text Example
Text Example
White with #32779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32779F; }
p { color: rgb(50,119,159); }
H1.HeaderClassName
{
color: #32779F;
}
.AnyTagClassName
{
color: #32779F;
}
</style>
background-color css
<style>
a { background-color: #32779F; }
a { background-color: rgb(50,119,159); }
div.DivClassName
{
background-color: #32779F;
}
.BgClassName
{
background-color: #32779F;
}
</style>
border-color css
<style>
span { border-color: #32779F; }
span { border-color: rgb(50,119,159); }
td.TdClassName
{
border-color: #32779F;
}
.TagClassName
{
border-color: #32779F;
}
</style>