Shades of Lochmara #296AAD
Tints of Lochmara #296AAD
RGB
CMYK
RGB Variations
Color information
#296AAD (or 0x296AAD) is known color: Lochmara. HEX triplet: 29, 6A and AD. RGB value is (41,106,173). Sum of RGB (Red+Green+Blue) = 41+106+173=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #296AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296AAD is #D69552. Grayscale: #5D5D5D. Windows color (decimal): -14062931 or 11364905. OLE color: 11364905.
HSL color Cylindrical-coordinate representation of color #296AAD: hue angle of 210.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296AAD is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 106 | 173 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.32 |
| HSL | 210.45º | 0.62% | 0.42% | - |
| HSV(B) | 210.45º | 0.76% | 0.68% | - |
| XYZ | 13.61 | 13.8 | 41.48 | - |
| YUV | 94.2 | 172.47 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 173 | 0.76 | 0.39 | 0 | 0.32 | 210.45 | 0.62 | 0.42 |
| Hex | 29 | 6A | AD | 4C | 27 | 0 | 20 | D2 | 3E | 2A |
| Octal | 51 | 152 | 255 | 114 | 47 | 0 | 40 | 322 | 76 | 52 |
| Binary | 101001 | 1101010 | 10101101 | 1001100 | 100111 | 0 | 100000 | 11010010 | 111110 | 101010 |
Color Harmonies of #296AAD
Complementary color
Monochromatic Colors of #296AAD
Black with #296AAD
Text Example
Text Example
White with #296AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296AAD; }
p { color: rgb(41,106,173); }
H1.HeaderClassName
{
color: #296AAD;
}
.AnyTagClassName
{
color: #296AAD;
}
</style>
background-color css
<style>
a { background-color: #296AAD; }
a { background-color: rgb(41,106,173); }
div.DivClassName
{
background-color: #296AAD;
}
.BgClassName
{
background-color: #296AAD;
}
</style>
border-color css
<style>
span { border-color: #296AAD; }
span { border-color: rgb(41,106,173); }
td.TdClassName
{
border-color: #296AAD;
}
.TagClassName
{
border-color: #296AAD;
}
</style>