Shades of Lochmara #296BA9
Tints of Lochmara #296BA9
RGB
CMYK
RGB Variations
Color information
#296BA9 (or 0x296BA9) is known color: Lochmara. HEX triplet: 29, 6B and A9. RGB value is (41,107,169). Sum of RGB (Red+Green+Blue) = 41+107+169=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 169 (66.41% from 255 or 53.31% from 317); Max value from RGB is 169 - color contains mainly: blue. Hex color #296BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296BA9 is #D69456. Grayscale: #5E5E5E. Windows color (decimal): -14062679 or 11103017. OLE color: 11103017.
HSL color Cylindrical-coordinate representation of color #296BA9: hue angle of 209.06º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296BA9 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 107 | 169 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.34 |
| HSL | 209.06º | 0.61% | 0.41% | - |
| HSV(B) | 209.06º | 0.76% | 0.66% | - |
| XYZ | 13.33 | 13.85 | 39.51 | - |
| YUV | 94.33 | 170.13 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 169 | 0.76 | 0.37 | 0 | 0.34 | 209.06 | 0.61 | 0.41 |
| Hex | 29 | 6B | A9 | 4C | 25 | 0 | 22 | D1 | 3D | 29 |
| Octal | 51 | 153 | 251 | 114 | 45 | 0 | 42 | 321 | 75 | 51 |
| Binary | 101001 | 1101011 | 10101001 | 1001100 | 100101 | 0 | 100010 | 11010001 | 111101 | 101001 |
Color Harmonies of #296BA9
Complementary color
Monochromatic Colors of #296BA9
Black with #296BA9
Text Example
Text Example
White with #296BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296BA9; }
p { color: rgb(41,107,169); }
H1.HeaderClassName
{
color: #296BA9;
}
.AnyTagClassName
{
color: #296BA9;
}
</style>
background-color css
<style>
a { background-color: #296BA9; }
a { background-color: rgb(41,107,169); }
div.DivClassName
{
background-color: #296BA9;
}
.BgClassName
{
background-color: #296BA9;
}
</style>
border-color css
<style>
span { border-color: #296BA9; }
span { border-color: rgb(41,107,169); }
td.TdClassName
{
border-color: #296BA9;
}
.TagClassName
{
border-color: #296BA9;
}
</style>