Shades of Lochmara #296FB7
Tints of Lochmara #296FB7
RGB
CMYK
RGB Variations
Color information
#296FB7 (or 0x296FB7) is known color: Lochmara. HEX triplet: 29, 6F and B7. RGB value is (41,111,183). Sum of RGB (Red+Green+Blue) = 41+111+183=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 183 (71.88% from 255 or 54.63% from 335); Max value from RGB is 183 - color contains mainly: blue. Hex color #296FB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FB7 is #D69048. Grayscale: #616161. Windows color (decimal): -14061641 or 12021545. OLE color: 12021545.
HSL color Cylindrical-coordinate representation of color #296FB7: hue angle of 210.42º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #296FB7 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 111 | 183 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.28 |
| HSL | 210.42º | 0.63% | 0.44% | - |
| HSV(B) | 210.42º | 0.78% | 0.72% | - |
| XYZ | 15.15 | 15.26 | 46.95 | - |
| YUV | 98.28 | 175.81 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 183 | 0.78 | 0.39 | 0 | 0.28 | 210.42 | 0.63 | 0.44 |
| Hex | 29 | 6F | B7 | 4E | 27 | 0 | 1C | D2 | 3F | 2C |
| Octal | 51 | 157 | 267 | 116 | 47 | 0 | 34 | 322 | 77 | 54 |
| Binary | 101001 | 1101111 | 10110111 | 1001110 | 100111 | 0 | 11100 | 11010010 | 111111 | 101100 |
Color Harmonies of #296FB7
Complementary color
Monochromatic Colors of #296FB7
Black with #296FB7
Text Example
Text Example
White with #296FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FB7; }
p { color: rgb(41,111,183); }
H1.HeaderClassName
{
color: #296FB7;
}
.AnyTagClassName
{
color: #296FB7;
}
</style>
background-color css
<style>
a { background-color: #296FB7; }
a { background-color: rgb(41,111,183); }
div.DivClassName
{
background-color: #296FB7;
}
.BgClassName
{
background-color: #296FB7;
}
</style>
border-color css
<style>
span { border-color: #296FB7; }
span { border-color: rgb(41,111,183); }
td.TdClassName
{
border-color: #296FB7;
}
.TagClassName
{
border-color: #296FB7;
}
</style>