Shades of Lochmara #296CA7
Tints of Lochmara #296CA7
RGB
CMYK
RGB Variations
Color information
#296CA7 (or 0x296CA7) is known color: Lochmara. HEX triplet: 29, 6C and A7. RGB value is (41,108,167). Sum of RGB (Red+Green+Blue) = 41+108+167=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 167 (65.62% from 255 or 52.85% from 316); Max value from RGB is 167 - color contains mainly: blue. Hex color #296CA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296CA7 is #D69358. Grayscale: #5E5E5E. Windows color (decimal): -14062425 or 10972201. OLE color: 10972201.
HSL color Cylindrical-coordinate representation of color #296CA7: hue angle of 208.1º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #296CA7 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 108 | 167 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.35 |
| HSL | 208.1º | 0.61% | 0.41% | - |
| HSV(B) | 208.1º | 0.75% | 0.65% | - |
| XYZ | 13.25 | 13.99 | 38.56 | - |
| YUV | 94.69 | 168.8 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 167 | 0.75 | 0.35 | 0 | 0.35 | 208.1 | 0.61 | 0.41 |
| Hex | 29 | 6C | A7 | 4B | 23 | 0 | 23 | D0 | 3D | 29 |
| Octal | 51 | 154 | 247 | 113 | 43 | 0 | 43 | 320 | 75 | 51 |
| Binary | 101001 | 1101100 | 10100111 | 1001011 | 100011 | 0 | 100011 | 11010000 | 111101 | 101001 |
Color Harmonies of #296CA7
Complementary color
Monochromatic Colors of #296CA7
Black with #296CA7
Text Example
Text Example
White with #296CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296CA7; }
p { color: rgb(41,108,167); }
H1.HeaderClassName
{
color: #296CA7;
}
.AnyTagClassName
{
color: #296CA7;
}
</style>
background-color css
<style>
a { background-color: #296CA7; }
a { background-color: rgb(41,108,167); }
div.DivClassName
{
background-color: #296CA7;
}
.BgClassName
{
background-color: #296CA7;
}
</style>
border-color css
<style>
span { border-color: #296CA7; }
span { border-color: rgb(41,108,167); }
td.TdClassName
{
border-color: #296CA7;
}
.TagClassName
{
border-color: #296CA7;
}
</style>