Shades of Lochmara #29689D
Tints of Lochmara #29689D
RGB
CMYK
RGB Variations
Color information
#29689D (or 0x29689D) is known color: Lochmara. HEX triplet: 29, 68 and 9D. RGB value is (41,104,157). Sum of RGB (Red+Green+Blue) = 41+104+157=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #29689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29689D is #D69762. Grayscale: #5A5A5A. Windows color (decimal): -14063459 or 10315817. OLE color: 10315817.
HSL color Cylindrical-coordinate representation of color #29689D: hue angle of 207.41º 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 #29689D is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 104 | 157 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.38 |
| HSL | 207.41º | 0.59% | 0.39% | - |
| HSV(B) | 207.41º | 0.74% | 0.62% | - |
| XYZ | 11.95 | 12.81 | 33.74 | - |
| YUV | 91.21 | 165.13 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 104 | 157 | 0.74 | 0.34 | 0 | 0.38 | 207.41 | 0.59 | 0.39 |
| Hex | 29 | 68 | 9D | 4A | 22 | 0 | 26 | CF | 3B | 27 |
| Octal | 51 | 150 | 235 | 112 | 42 | 0 | 46 | 317 | 73 | 47 |
| Binary | 101001 | 1101000 | 10011101 | 1001010 | 100010 | 0 | 100110 | 11001111 | 111011 | 100111 |
Color Harmonies of #29689D
Complementary color
Monochromatic Colors of #29689D
Black with #29689D
Text Example
Text Example
White with #29689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29689D; }
p { color: rgb(41,104,157); }
H1.HeaderClassName
{
color: #29689D;
}
.AnyTagClassName
{
color: #29689D;
}
</style>
background-color css
<style>
a { background-color: #29689D; }
a { background-color: rgb(41,104,157); }
div.DivClassName
{
background-color: #29689D;
}
.BgClassName
{
background-color: #29689D;
}
</style>
border-color css
<style>
span { border-color: #29689D; }
span { border-color: rgb(41,104,157); }
td.TdClassName
{
border-color: #29689D;
}
.TagClassName
{
border-color: #29689D;
}
</style>