Shades of Lochmara #296C95
Tints of Lochmara #296C95
RGB
CMYK
RGB Variations
Color information
#296C95 (or 0x296C95) is known color: Lochmara. HEX triplet: 29, 6C and 95. RGB value is (41,108,149). Sum of RGB (Red+Green+Blue) = 41+108+149=298 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.76% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #296C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C95 is #D6936A. Grayscale: #5C5C5C. Windows color (decimal): -14062443 or 9792553. OLE color: 9792553.
HSL color Cylindrical-coordinate representation of color #296C95: hue angle of 202.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296C95 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 108 | 149 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.42 |
| HSL | 202.78º | 0.57% | 0.37% | - |
| HSV(B) | 202.78º | 0.72% | 0.58% | - |
| XYZ | 11.7 | 13.37 | 30.4 | - |
| YUV | 92.64 | 159.8 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 149 | 0.72 | 0.28 | 0 | 0.42 | 202.78 | 0.57 | 0.37 |
| Hex | 29 | 6C | 95 | 48 | 1C | 0 | 2A | CB | 39 | 25 |
| Octal | 51 | 154 | 225 | 110 | 34 | 0 | 52 | 313 | 71 | 45 |
| Binary | 101001 | 1101100 | 10010101 | 1001000 | 11100 | 0 | 101010 | 11001011 | 111001 | 100101 |
Color Harmonies of #296C95
Complementary color
Monochromatic Colors of #296C95
Black with #296C95
Text Example
Text Example
White with #296C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C95; }
p { color: rgb(41,108,149); }
H1.HeaderClassName
{
color: #296C95;
}
.AnyTagClassName
{
color: #296C95;
}
</style>
background-color css
<style>
a { background-color: #296C95; }
a { background-color: rgb(41,108,149); }
div.DivClassName
{
background-color: #296C95;
}
.BgClassName
{
background-color: #296C95;
}
</style>
border-color css
<style>
span { border-color: #296C95; }
span { border-color: rgb(41,108,149); }
td.TdClassName
{
border-color: #296C95;
}
.TagClassName
{
border-color: #296C95;
}
</style>