Shades of Lochmara #296BAB
Tints of Lochmara #296BAB
RGB
CMYK
RGB Variations
Color information
#296BAB (or 0x296BAB) is known color: Lochmara. HEX triplet: 29, 6B and AB. RGB value is (41,107,171). Sum of RGB (Red+Green+Blue) = 41+107+171=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #296BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296BAB is #D69454. Grayscale: #5E5E5E. Windows color (decimal): -14062677 or 11234089. OLE color: 11234089.
HSL color Cylindrical-coordinate representation of color #296BAB: hue angle of 209.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296BAB is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 107 | 171 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.33 |
| HSL | 209.54º | 0.61% | 0.42% | - |
| HSV(B) | 209.54º | 0.76% | 0.67% | - |
| XYZ | 13.52 | 13.93 | 40.5 | - |
| YUV | 94.56 | 171.13 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 171 | 0.76 | 0.37 | 0 | 0.33 | 209.54 | 0.61 | 0.42 |
| Hex | 29 | 6B | AB | 4C | 25 | 0 | 21 | D2 | 3D | 2A |
| Octal | 51 | 153 | 253 | 114 | 45 | 0 | 41 | 322 | 75 | 52 |
| Binary | 101001 | 1101011 | 10101011 | 1001100 | 100101 | 0 | 100001 | 11010010 | 111101 | 101010 |
Color Harmonies of #296BAB
Complementary color
Monochromatic Colors of #296BAB
Black with #296BAB
Text Example
Text Example
White with #296BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296BAB; }
p { color: rgb(41,107,171); }
H1.HeaderClassName
{
color: #296BAB;
}
.AnyTagClassName
{
color: #296BAB;
}
</style>
background-color css
<style>
a { background-color: #296BAB; }
a { background-color: rgb(41,107,171); }
div.DivClassName
{
background-color: #296BAB;
}
.BgClassName
{
background-color: #296BAB;
}
</style>
border-color css
<style>
span { border-color: #296BAB; }
span { border-color: rgb(41,107,171); }
td.TdClassName
{
border-color: #296BAB;
}
.TagClassName
{
border-color: #296BAB;
}
</style>