Shades of Lochmara #29779F
Tints of Lochmara #29779F
RGB
CMYK
RGB Variations
Color information
#29779F (or 0x29779F) is known color: Lochmara. HEX triplet: 29, 77 and 9F. RGB value is (41,119,159). Sum of RGB (Red+Green+Blue) = 41+119+159=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #29779F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29779F is #D68860. Grayscale: #636363. Windows color (decimal): -14059617 or 10450729. OLE color: 10450729.
HSL color Cylindrical-coordinate representation of color #29779F: hue angle of 200.34º 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 #29779F is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 119 | 159 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.38 |
| HSL | 200.34º | 0.59% | 0.39% | - |
| HSV(B) | 200.34º | 0.74% | 0.62% | - |
| XYZ | 13.77 | 16.17 | 35.2 | - |
| YUV | 100.24 | 161.16 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 159 | 0.74 | 0.25 | 0 | 0.38 | 200.34 | 0.59 | 0.39 |
| Hex | 29 | 77 | 9F | 4A | 19 | 0 | 26 | C8 | 3B | 27 |
| Octal | 51 | 167 | 237 | 112 | 31 | 0 | 46 | 310 | 73 | 47 |
| Binary | 101001 | 1110111 | 10011111 | 1001010 | 11001 | 0 | 100110 | 11001000 | 111011 | 100111 |
Color Harmonies of #29779F
Complementary color
Monochromatic Colors of #29779F
Black with #29779F
Text Example
Text Example
White with #29779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29779F; }
p { color: rgb(41,119,159); }
H1.HeaderClassName
{
color: #29779F;
}
.AnyTagClassName
{
color: #29779F;
}
</style>
background-color css
<style>
a { background-color: #29779F; }
a { background-color: rgb(41,119,159); }
div.DivClassName
{
background-color: #29779F;
}
.BgClassName
{
background-color: #29779F;
}
</style>
border-color css
<style>
span { border-color: #29779F; }
span { border-color: rgb(41,119,159); }
td.TdClassName
{
border-color: #29779F;
}
.TagClassName
{
border-color: #29779F;
}
</style>