Shades of Lochmara #296AAB
Tints of Lochmara #296AAB
RGB
CMYK
RGB Variations
Color information
#296AAB (or 0x296AAB) is known color: Lochmara. HEX triplet: 29, 6A and AB. RGB value is (41,106,171). Sum of RGB (Red+Green+Blue) = 41+106+171=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #296AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296AAB is #D69554. Grayscale: #5D5D5D. Windows color (decimal): -14062933 or 11233833. OLE color: 11233833.
HSL color Cylindrical-coordinate representation of color #296AAB: hue angle of 210º 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 #296AAB is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 106 | 171 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.33 |
| HSL | 210º | 0.61% | 0.42% | - |
| HSV(B) | 210º | 0.76% | 0.67% | - |
| XYZ | 13.42 | 13.72 | 40.47 | - |
| YUV | 93.98 | 171.47 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 171 | 0.76 | 0.38 | 0 | 0.33 | 210 | 0.61 | 0.42 |
| Hex | 29 | 6A | AB | 4C | 26 | 0 | 21 | D2 | 3D | 2A |
| Octal | 51 | 152 | 253 | 114 | 46 | 0 | 41 | 322 | 75 | 52 |
| Binary | 101001 | 1101010 | 10101011 | 1001100 | 100110 | 0 | 100001 | 11010010 | 111101 | 101010 |
Color Harmonies of #296AAB
Complementary color
Monochromatic Colors of #296AAB
Black with #296AAB
Text Example
Text Example
White with #296AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296AAB; }
p { color: rgb(41,106,171); }
H1.HeaderClassName
{
color: #296AAB;
}
.AnyTagClassName
{
color: #296AAB;
}
</style>
background-color css
<style>
a { background-color: #296AAB; }
a { background-color: rgb(41,106,171); }
div.DivClassName
{
background-color: #296AAB;
}
.BgClassName
{
background-color: #296AAB;
}
</style>
border-color css
<style>
span { border-color: #296AAB; }
span { border-color: rgb(41,106,171); }
td.TdClassName
{
border-color: #296AAB;
}
.TagClassName
{
border-color: #296AAB;
}
</style>