Shades of Lochmara #29679D
Tints of Lochmara #29679D
RGB
CMYK
RGB Variations
Color information
#29679D (or 0x29679D) is known color: Lochmara. HEX triplet: 29, 67 and 9D. RGB value is (41,103,157). Sum of RGB (Red+Green+Blue) = 41+103+157=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #29679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29679D is #D69862. Grayscale: #5A5A5A. Windows color (decimal): -14063715 or 10315561. OLE color: 10315561.
HSL color Cylindrical-coordinate representation of color #29679D: hue angle of 207.93º 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 #29679D is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 103 | 157 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.38 |
| HSL | 207.93º | 0.59% | 0.39% | - |
| HSV(B) | 207.93º | 0.74% | 0.62% | - |
| XYZ | 11.85 | 12.61 | 33.71 | - |
| YUV | 90.62 | 165.46 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 157 | 0.74 | 0.34 | 0 | 0.38 | 207.93 | 0.59 | 0.39 |
| Hex | 29 | 67 | 9D | 4A | 22 | 0 | 26 | D0 | 3B | 27 |
| Octal | 51 | 147 | 235 | 112 | 42 | 0 | 46 | 320 | 73 | 47 |
| Binary | 101001 | 1100111 | 10011101 | 1001010 | 100010 | 0 | 100110 | 11010000 | 111011 | 100111 |
Color Harmonies of #29679D
Complementary color
Monochromatic Colors of #29679D
Black with #29679D
Text Example
Text Example
White with #29679D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29679D; }
p { color: rgb(41,103,157); }
H1.HeaderClassName
{
color: #29679D;
}
.AnyTagClassName
{
color: #29679D;
}
</style>
background-color css
<style>
a { background-color: #29679D; }
a { background-color: rgb(41,103,157); }
div.DivClassName
{
background-color: #29679D;
}
.BgClassName
{
background-color: #29679D;
}
</style>
border-color css
<style>
span { border-color: #29679D; }
span { border-color: rgb(41,103,157); }
td.TdClassName
{
border-color: #29679D;
}
.TagClassName
{
border-color: #29679D;
}
</style>