Shades of Lochmara #296DAB
Tints of Lochmara #296DAB
RGB
CMYK
RGB Variations
Color information
#296DAB (or 0x296DAB) is known color: Lochmara. HEX triplet: 29, 6D and AB. RGB value is (41,109,171). Sum of RGB (Red+Green+Blue) = 41+109+171=321 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.77% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #296DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296DAB is #D69254. Grayscale: #5F5F5F. Windows color (decimal): -14062165 or 11234601. OLE color: 11234601.
HSL color Cylindrical-coordinate representation of color #296DAB: hue angle of 208.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296DAB is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 109 | 171 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.33 |
| HSL | 208.62º | 0.61% | 0.42% | - |
| HSV(B) | 208.62º | 0.76% | 0.67% | - |
| XYZ | 13.73 | 14.35 | 40.57 | - |
| YUV | 95.74 | 170.47 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 171 | 0.76 | 0.36 | 0 | 0.33 | 208.62 | 0.61 | 0.42 |
| Hex | 29 | 6D | AB | 4C | 24 | 0 | 21 | D1 | 3D | 2A |
| Octal | 51 | 155 | 253 | 114 | 44 | 0 | 41 | 321 | 75 | 52 |
| Binary | 101001 | 1101101 | 10101011 | 1001100 | 100100 | 0 | 100001 | 11010001 | 111101 | 101010 |
Color Harmonies of #296DAB
Complementary color
Monochromatic Colors of #296DAB
Black with #296DAB
Text Example
Text Example
White with #296DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DAB; }
p { color: rgb(41,109,171); }
H1.HeaderClassName
{
color: #296DAB;
}
.AnyTagClassName
{
color: #296DAB;
}
</style>
background-color css
<style>
a { background-color: #296DAB; }
a { background-color: rgb(41,109,171); }
div.DivClassName
{
background-color: #296DAB;
}
.BgClassName
{
background-color: #296DAB;
}
</style>
border-color css
<style>
span { border-color: #296DAB; }
span { border-color: rgb(41,109,171); }
td.TdClassName
{
border-color: #296DAB;
}
.TagClassName
{
border-color: #296DAB;
}
</style>