Shades of Lochmara #29729F
Tints of Lochmara #29729F
RGB
CMYK
RGB Variations
Color information
#29729F (or 0x29729F) is known color: Lochmara. HEX triplet: 29, 72 and 9F. RGB value is (41,114,159). Sum of RGB (Red+Green+Blue) = 41+114+159=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #29729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29729F is #D68D60. Grayscale: #616161. Windows color (decimal): -14060897 or 10449449. OLE color: 10449449.
HSL color Cylindrical-coordinate representation of color #29729F: hue angle of 202.88º 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 #29729F is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 114 | 159 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.38 |
| HSL | 202.88º | 0.59% | 0.39% | - |
| HSV(B) | 202.88º | 0.74% | 0.62% | - |
| XYZ | 13.19 | 15.01 | 35 | - |
| YUV | 97.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 159 | 0.74 | 0.28 | 0 | 0.38 | 202.88 | 0.59 | 0.39 |
| Hex | 29 | 72 | 9F | 4A | 1C | 0 | 26 | CB | 3B | 27 |
| Octal | 51 | 162 | 237 | 112 | 34 | 0 | 46 | 313 | 73 | 47 |
| Binary | 101001 | 1110010 | 10011111 | 1001010 | 11100 | 0 | 100110 | 11001011 | 111011 | 100111 |
Color Harmonies of #29729F
Complementary color
Monochromatic Colors of #29729F
Black with #29729F
Text Example
Text Example
White with #29729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29729F; }
p { color: rgb(41,114,159); }
H1.HeaderClassName
{
color: #29729F;
}
.AnyTagClassName
{
color: #29729F;
}
</style>
background-color css
<style>
a { background-color: #29729F; }
a { background-color: rgb(41,114,159); }
div.DivClassName
{
background-color: #29729F;
}
.BgClassName
{
background-color: #29729F;
}
</style>
border-color css
<style>
span { border-color: #29729F; }
span { border-color: rgb(41,114,159); }
td.TdClassName
{
border-color: #29729F;
}
.TagClassName
{
border-color: #29729F;
}
</style>