Shades of Lochmara #296D96
Tints of Lochmara #296D96
RGB
CMYK
RGB Variations
Color information
#296D96 (or 0x296D96) is known color: Lochmara. HEX triplet: 29, 6D and 96. RGB value is (41,109,150). Sum of RGB (Red+Green+Blue) = 41+109+150=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #296D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D96 is #D69269. Grayscale: #5D5D5D. Windows color (decimal): -14062186 or 9858345. OLE color: 9858345.
HSL color Cylindrical-coordinate representation of color #296D96: hue angle of 202.57º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #296D96 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 109 | 150 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.41 |
| HSL | 202.57º | 0.57% | 0.37% | - |
| HSV(B) | 202.57º | 0.73% | 0.59% | - |
| XYZ | 11.89 | 13.61 | 30.85 | - |
| YUV | 93.34 | 159.97 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 150 | 0.73 | 0.27 | 0 | 0.41 | 202.57 | 0.57 | 0.37 |
| Hex | 29 | 6D | 96 | 49 | 1B | 0 | 29 | CB | 39 | 25 |
| Octal | 51 | 155 | 226 | 111 | 33 | 0 | 51 | 313 | 71 | 45 |
| Binary | 101001 | 1101101 | 10010110 | 1001001 | 11011 | 0 | 101001 | 11001011 | 111001 | 100101 |
Color Harmonies of #296D96
Complementary color
Monochromatic Colors of #296D96
Black with #296D96
Text Example
Text Example
White with #296D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296D96; }
p { color: rgb(41,109,150); }
H1.HeaderClassName
{
color: #296D96;
}
.AnyTagClassName
{
color: #296D96;
}
</style>
background-color css
<style>
a { background-color: #296D96; }
a { background-color: rgb(41,109,150); }
div.DivClassName
{
background-color: #296D96;
}
.BgClassName
{
background-color: #296D96;
}
</style>
border-color css
<style>
span { border-color: #296D96; }
span { border-color: rgb(41,109,150); }
td.TdClassName
{
border-color: #296D96;
}
.TagClassName
{
border-color: #296D96;
}
</style>