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