Shades of Lochmara #29669A
Tints of Lochmara #29669A
RGB
CMYK
RGB Variations
Color information
#29669A (or 0x29669A) is known color: Lochmara. HEX triplet: 29, 66 and 9A. RGB value is (41,102,154). Sum of RGB (Red+Green+Blue) = 41+102+154=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #29669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29669A is #D69965. Grayscale: #595959. Windows color (decimal): -14063974 or 10118697. OLE color: 10118697.
HSL color Cylindrical-coordinate representation of color #29669A: hue angle of 207.61º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29669A is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 102 | 154 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.40 |
| HSL | 207.61º | 0.58% | 0.38% | - |
| HSV(B) | 207.61º | 0.73% | 0.6% | - |
| XYZ | 11.5 | 12.31 | 32.34 | - |
| YUV | 89.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 102 | 154 | 0.73 | 0.34 | 0 | 0.40 | 207.61 | 0.58 | 0.38 |
| Hex | 29 | 66 | 9A | 49 | 22 | 0 | 28 | D0 | 3A | 26 |
| Octal | 51 | 146 | 232 | 111 | 42 | 0 | 50 | 320 | 72 | 46 |
| Binary | 101001 | 1100110 | 10011010 | 1001001 | 100010 | 0 | 101000 | 11010000 | 111010 | 100110 |
Color Harmonies of #29669A
Complementary color
Monochromatic Colors of #29669A
Black with #29669A
Text Example
Text Example
White with #29669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29669A; }
p { color: rgb(41,102,154); }
H1.HeaderClassName
{
color: #29669A;
}
.AnyTagClassName
{
color: #29669A;
}
</style>
background-color css
<style>
a { background-color: #29669A; }
a { background-color: rgb(41,102,154); }
div.DivClassName
{
background-color: #29669A;
}
.BgClassName
{
background-color: #29669A;
}
</style>
border-color css
<style>
span { border-color: #29669A; }
span { border-color: rgb(41,102,154); }
td.TdClassName
{
border-color: #29669A;
}
.TagClassName
{
border-color: #29669A;
}
</style>