Shades of Lochmara #296AA8
Tints of Lochmara #296AA8
RGB
CMYK
RGB Variations
Color information
#296AA8 (or 0x296AA8) is known color: Lochmara. HEX triplet: 29, 6A and A8. RGB value is (41,106,168). Sum of RGB (Red+Green+Blue) = 41+106+168=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 168 (66.02% from 255 or 53.33% from 315); Max value from RGB is 168 - color contains mainly: blue. Hex color #296AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296AA8 is #D69557. Grayscale: #5D5D5D. Windows color (decimal): -14062936 or 11037225. OLE color: 11037225.
HSL color Cylindrical-coordinate representation of color #296AA8: hue angle of 209.29º 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 #296AA8 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 106 | 168 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.34 |
| HSL | 209.29º | 0.61% | 0.41% | - |
| HSV(B) | 209.29º | 0.76% | 0.66% | - |
| XYZ | 13.14 | 13.61 | 38.98 | - |
| YUV | 93.63 | 169.97 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 168 | 0.76 | 0.37 | 0 | 0.34 | 209.29 | 0.61 | 0.41 |
| Hex | 29 | 6A | A8 | 4C | 25 | 0 | 22 | D1 | 3D | 29 |
| Octal | 51 | 152 | 250 | 114 | 45 | 0 | 42 | 321 | 75 | 51 |
| Binary | 101001 | 1101010 | 10101000 | 1001100 | 100101 | 0 | 100010 | 11010001 | 111101 | 101001 |
Color Harmonies of #296AA8
Complementary color
Monochromatic Colors of #296AA8
Black with #296AA8
Text Example
Text Example
White with #296AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296AA8; }
p { color: rgb(41,106,168); }
H1.HeaderClassName
{
color: #296AA8;
}
.AnyTagClassName
{
color: #296AA8;
}
</style>
background-color css
<style>
a { background-color: #296AA8; }
a { background-color: rgb(41,106,168); }
div.DivClassName
{
background-color: #296AA8;
}
.BgClassName
{
background-color: #296AA8;
}
</style>
border-color css
<style>
span { border-color: #296AA8; }
span { border-color: rgb(41,106,168); }
td.TdClassName
{
border-color: #296AA8;
}
.TagClassName
{
border-color: #296AA8;
}
</style>