Shades of Lochmara #296AAC
Tints of Lochmara #296AAC
RGB
CMYK
RGB Variations
Color information
#296AAC (or 0x296AAC) is known color: Lochmara. HEX triplet: 29, 6A and AC. RGB value is (41,106,172). Sum of RGB (Red+Green+Blue) = 41+106+172=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #296AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296AAC is #D69553. Grayscale: #5D5D5D. Windows color (decimal): -14062932 or 11299369. OLE color: 11299369.
HSL color Cylindrical-coordinate representation of color #296AAC: hue angle of 210.23º degrees, saturation: 0.62, 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 #296AAC is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 106 | 172 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.33 |
| HSL | 210.23º | 0.62% | 0.42% | - |
| HSV(B) | 210.23º | 0.76% | 0.67% | - |
| XYZ | 13.51 | 13.76 | 40.97 | - |
| YUV | 94.09 | 171.97 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 172 | 0.76 | 0.38 | 0 | 0.33 | 210.23 | 0.62 | 0.42 |
| Hex | 29 | 6A | AC | 4C | 26 | 0 | 21 | D2 | 3E | 2A |
| Octal | 51 | 152 | 254 | 114 | 46 | 0 | 41 | 322 | 76 | 52 |
| Binary | 101001 | 1101010 | 10101100 | 1001100 | 100110 | 0 | 100001 | 11010010 | 111110 | 101010 |
Color Harmonies of #296AAC
Complementary color
Monochromatic Colors of #296AAC
Black with #296AAC
Text Example
Text Example
White with #296AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296AAC; }
p { color: rgb(41,106,172); }
H1.HeaderClassName
{
color: #296AAC;
}
.AnyTagClassName
{
color: #296AAC;
}
</style>
background-color css
<style>
a { background-color: #296AAC; }
a { background-color: rgb(41,106,172); }
div.DivClassName
{
background-color: #296AAC;
}
.BgClassName
{
background-color: #296AAC;
}
</style>
border-color css
<style>
span { border-color: #296AAC; }
span { border-color: rgb(41,106,172); }
td.TdClassName
{
border-color: #296AAC;
}
.TagClassName
{
border-color: #296AAC;
}
</style>