Shades of Lochmara #29649E
Tints of Lochmara #29649E
RGB
CMYK
RGB Variations
Color information
#29649E (or 0x29649E) is known color: Lochmara. HEX triplet: 29, 64 and 9E. RGB value is (41,100,158). Sum of RGB (Red+Green+Blue) = 41+100+158=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #29649E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29649E is #D69B61. Grayscale: #585858. Windows color (decimal): -14064482 or 10380329. OLE color: 10380329.
HSL color Cylindrical-coordinate representation of color #29649E: hue angle of 209.74º 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 #29649E is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 100 | 158 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.38 |
| HSL | 209.74º | 0.59% | 0.39% | - |
| HSV(B) | 209.74º | 0.74% | 0.62% | - |
| XYZ | 11.64 | 12.05 | 34.06 | - |
| YUV | 88.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 158 | 0.74 | 0.37 | 0 | 0.38 | 209.74 | 0.59 | 0.39 |
| Hex | 29 | 64 | 9E | 4A | 25 | 0 | 26 | D2 | 3B | 27 |
| Octal | 51 | 144 | 236 | 112 | 45 | 0 | 46 | 322 | 73 | 47 |
| Binary | 101001 | 1100100 | 10011110 | 1001010 | 100101 | 0 | 100110 | 11010010 | 111011 | 100111 |
Color Harmonies of #29649E
Complementary color
Monochromatic Colors of #29649E
Black with #29649E
Text Example
Text Example
White with #29649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29649E; }
p { color: rgb(41,100,158); }
H1.HeaderClassName
{
color: #29649E;
}
.AnyTagClassName
{
color: #29649E;
}
</style>
background-color css
<style>
a { background-color: #29649E; }
a { background-color: rgb(41,100,158); }
div.DivClassName
{
background-color: #29649E;
}
.BgClassName
{
background-color: #29649E;
}
</style>
border-color css
<style>
span { border-color: #29649E; }
span { border-color: rgb(41,100,158); }
td.TdClassName
{
border-color: #29649E;
}
.TagClassName
{
border-color: #29649E;
}
</style>