Shades of Lochmara #296BAA
Tints of Lochmara #296BAA
RGB
CMYK
RGB Variations
Color information
#296BAA (or 0x296BAA) is known color: Lochmara. HEX triplet: 29, 6B and AA. RGB value is (41,107,170). Sum of RGB (Red+Green+Blue) = 41+107+170=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #296BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296BAA is #D69455. Grayscale: #5E5E5E. Windows color (decimal): -14062678 or 11168553. OLE color: 11168553.
HSL color Cylindrical-coordinate representation of color #296BAA: hue angle of 209.3º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296BAA is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 107 | 170 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.33 |
| HSL | 209.3º | 0.61% | 0.41% | - |
| HSV(B) | 209.3º | 0.76% | 0.67% | - |
| XYZ | 13.43 | 13.89 | 40 | - |
| YUV | 94.45 | 170.63 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 170 | 0.76 | 0.37 | 0 | 0.33 | 209.3 | 0.61 | 0.41 |
| Hex | 29 | 6B | AA | 4C | 25 | 0 | 21 | D1 | 3D | 29 |
| Octal | 51 | 153 | 252 | 114 | 45 | 0 | 41 | 321 | 75 | 51 |
| Binary | 101001 | 1101011 | 10101010 | 1001100 | 100101 | 0 | 100001 | 11010001 | 111101 | 101001 |
Color Harmonies of #296BAA
Complementary color
Monochromatic Colors of #296BAA
Black with #296BAA
Text Example
Text Example
White with #296BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296BAA; }
p { color: rgb(41,107,170); }
H1.HeaderClassName
{
color: #296BAA;
}
.AnyTagClassName
{
color: #296BAA;
}
</style>
background-color css
<style>
a { background-color: #296BAA; }
a { background-color: rgb(41,107,170); }
div.DivClassName
{
background-color: #296BAA;
}
.BgClassName
{
background-color: #296BAA;
}
</style>
border-color css
<style>
span { border-color: #296BAA; }
span { border-color: rgb(41,107,170); }
td.TdClassName
{
border-color: #296BAA;
}
.TagClassName
{
border-color: #296BAA;
}
</style>