Shades of Lochmara #29779D
Tints of Lochmara #29779D
RGB
CMYK
RGB Variations
Color information
#29779D (or 0x29779D) is known color: Lochmara. HEX triplet: 29, 77 and 9D. RGB value is (41,119,157). Sum of RGB (Red+Green+Blue) = 41+119+157=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #29779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29779D is #D68862. Grayscale: #636363. Windows color (decimal): -14059619 or 10319657. OLE color: 10319657.
HSL color Cylindrical-coordinate representation of color #29779D: hue angle of 199.66º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29779D is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 119 | 157 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.38 |
| HSL | 199.66º | 0.59% | 0.39% | - |
| HSV(B) | 199.66º | 0.74% | 0.62% | - |
| XYZ | 13.6 | 16.1 | 34.29 | - |
| YUV | 100.01 | 160.16 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 157 | 0.74 | 0.24 | 0 | 0.38 | 199.66 | 0.59 | 0.39 |
| Hex | 29 | 77 | 9D | 4A | 18 | 0 | 26 | C8 | 3B | 27 |
| Octal | 51 | 167 | 235 | 112 | 30 | 0 | 46 | 310 | 73 | 47 |
| Binary | 101001 | 1110111 | 10011101 | 1001010 | 11000 | 0 | 100110 | 11001000 | 111011 | 100111 |
Color Harmonies of #29779D
Complementary color
Monochromatic Colors of #29779D
Black with #29779D
Text Example
Text Example
White with #29779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29779D; }
p { color: rgb(41,119,157); }
H1.HeaderClassName
{
color: #29779D;
}
.AnyTagClassName
{
color: #29779D;
}
</style>
background-color css
<style>
a { background-color: #29779D; }
a { background-color: rgb(41,119,157); }
div.DivClassName
{
background-color: #29779D;
}
.BgClassName
{
background-color: #29779D;
}
</style>
border-color css
<style>
span { border-color: #29779D; }
span { border-color: rgb(41,119,157); }
td.TdClassName
{
border-color: #29779D;
}
.TagClassName
{
border-color: #29779D;
}
</style>