Shades of Lochmara #29679C
Tints of Lochmara #29679C
RGB
CMYK
RGB Variations
Color information
#29679C (or 0x29679C) is known color: Lochmara. HEX triplet: 29, 67 and 9C. RGB value is (41,103,156). Sum of RGB (Red+Green+Blue) = 41+103+156=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #29679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29679C is #D69863. Grayscale: #5A5A5A. Windows color (decimal): -14063716 or 10250025. OLE color: 10250025.
HSL color Cylindrical-coordinate representation of color #29679C: hue angle of 207.65º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29679C is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 103 | 156 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.39 |
| HSL | 207.65º | 0.58% | 0.39% | - |
| HSV(B) | 207.65º | 0.74% | 0.61% | - |
| XYZ | 11.77 | 12.57 | 33.26 | - |
| YUV | 90.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 156 | 0.74 | 0.34 | 0 | 0.39 | 207.65 | 0.58 | 0.39 |
| Hex | 29 | 67 | 9C | 4A | 22 | 0 | 27 | D0 | 3A | 27 |
| Octal | 51 | 147 | 234 | 112 | 42 | 0 | 47 | 320 | 72 | 47 |
| Binary | 101001 | 1100111 | 10011100 | 1001010 | 100010 | 0 | 100111 | 11010000 | 111010 | 100111 |
Color Harmonies of #29679C
Complementary color
Monochromatic Colors of #29679C
Black with #29679C
Text Example
Text Example
White with #29679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29679C; }
p { color: rgb(41,103,156); }
H1.HeaderClassName
{
color: #29679C;
}
.AnyTagClassName
{
color: #29679C;
}
</style>
background-color css
<style>
a { background-color: #29679C; }
a { background-color: rgb(41,103,156); }
div.DivClassName
{
background-color: #29679C;
}
.BgClassName
{
background-color: #29679C;
}
</style>
border-color css
<style>
span { border-color: #29679C; }
span { border-color: rgb(41,103,156); }
td.TdClassName
{
border-color: #29679C;
}
.TagClassName
{
border-color: #29679C;
}
</style>