Shades of Lochmara #29699A
Tints of Lochmara #29699A
RGB
CMYK
RGB Variations
Color information
#29699A (or 0x29699A) is known color: Lochmara. HEX triplet: 29, 69 and 9A. RGB value is (41,105,154). Sum of RGB (Red+Green+Blue) = 41+105+154=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #29699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29699A is #D69665. Grayscale: #5B5B5B. Windows color (decimal): -14063206 or 10119465. OLE color: 10119465.
HSL color Cylindrical-coordinate representation of color #29699A: hue angle of 206.02º 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 #29699A is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 105 | 154 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.40 |
| HSL | 206.02º | 0.58% | 0.38% | - |
| HSV(B) | 206.02º | 0.73% | 0.6% | - |
| XYZ | 11.8 | 12.91 | 32.44 | - |
| YUV | 91.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 105 | 154 | 0.73 | 0.32 | 0 | 0.40 | 206.02 | 0.58 | 0.38 |
| Hex | 29 | 69 | 9A | 49 | 20 | 0 | 28 | CE | 3A | 26 |
| Octal | 51 | 151 | 232 | 111 | 40 | 0 | 50 | 316 | 72 | 46 |
| Binary | 101001 | 1101001 | 10011010 | 1001001 | 100000 | 0 | 101000 | 11001110 | 111010 | 100110 |
Color Harmonies of #29699A
Complementary color
Monochromatic Colors of #29699A
Black with #29699A
Text Example
Text Example
White with #29699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29699A; }
p { color: rgb(41,105,154); }
H1.HeaderClassName
{
color: #29699A;
}
.AnyTagClassName
{
color: #29699A;
}
</style>
background-color css
<style>
a { background-color: #29699A; }
a { background-color: rgb(41,105,154); }
div.DivClassName
{
background-color: #29699A;
}
.BgClassName
{
background-color: #29699A;
}
</style>
border-color css
<style>
span { border-color: #29699A; }
span { border-color: rgb(41,105,154); }
td.TdClassName
{
border-color: #29699A;
}
.TagClassName
{
border-color: #29699A;
}
</style>