Shades of Lochmara #296FB5
Tints of Lochmara #296FB5
RGB
CMYK
RGB Variations
Color information
#296FB5 (or 0x296FB5) is known color: Lochmara. HEX triplet: 29, 6F and B5. RGB value is (41,111,181). Sum of RGB (Red+Green+Blue) = 41+111+181=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 181 (71.09% from 255 or 54.35% from 333); Max value from RGB is 181 - color contains mainly: blue. Hex color #296FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FB5 is #D6904A. Grayscale: #616161. Windows color (decimal): -14061643 or 11890473. OLE color: 11890473.
HSL color Cylindrical-coordinate representation of color #296FB5: hue angle of 210º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #296FB5 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 111 | 181 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.29 |
| HSL | 210º | 0.63% | 0.44% | - |
| HSV(B) | 210º | 0.77% | 0.71% | - |
| XYZ | 14.94 | 15.18 | 45.86 | - |
| YUV | 98.05 | 174.81 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 181 | 0.77 | 0.39 | 0 | 0.29 | 210 | 0.63 | 0.44 |
| Hex | 29 | 6F | B5 | 4D | 27 | 0 | 1D | D2 | 3F | 2C |
| Octal | 51 | 157 | 265 | 115 | 47 | 0 | 35 | 322 | 77 | 54 |
| Binary | 101001 | 1101111 | 10110101 | 1001101 | 100111 | 0 | 11101 | 11010010 | 111111 | 101100 |
Color Harmonies of #296FB5
Complementary color
Monochromatic Colors of #296FB5
Black with #296FB5
Text Example
Text Example
White with #296FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FB5; }
p { color: rgb(41,111,181); }
H1.HeaderClassName
{
color: #296FB5;
}
.AnyTagClassName
{
color: #296FB5;
}
</style>
background-color css
<style>
a { background-color: #296FB5; }
a { background-color: rgb(41,111,181); }
div.DivClassName
{
background-color: #296FB5;
}
.BgClassName
{
background-color: #296FB5;
}
</style>
border-color css
<style>
span { border-color: #296FB5; }
span { border-color: rgb(41,111,181); }
td.TdClassName
{
border-color: #296FB5;
}
.TagClassName
{
border-color: #296FB5;
}
</style>