Shades of Lochmara #296AB4
Tints of Lochmara #296AB4
RGB
CMYK
RGB Variations
Color information
#296AB4 (or 0x296AB4) is known color: Lochmara. HEX triplet: 29, 6A and B4. RGB value is (41,106,180). Sum of RGB (Red+Green+Blue) = 41+106+180=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #296AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296AB4 is #D6954B. Grayscale: #5E5E5E. Windows color (decimal): -14062924 or 11823657. OLE color: 11823657.
HSL color Cylindrical-coordinate representation of color #296AB4: hue angle of 211.94º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #296AB4 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 106 | 180 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.29 |
| HSL | 211.94º | 0.63% | 0.43% | - |
| HSV(B) | 211.94º | 0.77% | 0.71% | - |
| XYZ | 14.31 | 14.07 | 45.14 | - |
| YUV | 95 | 175.97 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 106 | 180 | 0.77 | 0.41 | 0 | 0.29 | 211.94 | 0.63 | 0.43 |
| Hex | 29 | 6A | B4 | 4D | 29 | 0 | 1D | D4 | 3F | 2B |
| Octal | 51 | 152 | 264 | 115 | 51 | 0 | 35 | 324 | 77 | 53 |
| Binary | 101001 | 1101010 | 10110100 | 1001101 | 101001 | 0 | 11101 | 11010100 | 111111 | 101011 |
Color Harmonies of #296AB4
Complementary color
Monochromatic Colors of #296AB4
Black with #296AB4
Text Example
Text Example
White with #296AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296AB4; }
p { color: rgb(41,106,180); }
H1.HeaderClassName
{
color: #296AB4;
}
.AnyTagClassName
{
color: #296AB4;
}
</style>
background-color css
<style>
a { background-color: #296AB4; }
a { background-color: rgb(41,106,180); }
div.DivClassName
{
background-color: #296AB4;
}
.BgClassName
{
background-color: #296AB4;
}
</style>
border-color css
<style>
span { border-color: #296AB4; }
span { border-color: rgb(41,106,180); }
td.TdClassName
{
border-color: #296AB4;
}
.TagClassName
{
border-color: #296AB4;
}
</style>