Shades of Lochmara #296F9D
Tints of Lochmara #296F9D
RGB
CMYK
RGB Variations
Color information
#296F9D (or 0x296F9D) is known color: Lochmara. HEX triplet: 29, 6F and 9D. RGB value is (41,111,157). Sum of RGB (Red+Green+Blue) = 41+111+157=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #296F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F9D is #D69062. Grayscale: #5F5F5F. Windows color (decimal): -14061667 or 10317609. OLE color: 10317609.
HSL color Cylindrical-coordinate representation of color #296F9D: hue angle of 203.79º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #296F9D is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 111 | 157 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.38 |
| HSL | 203.79º | 0.59% | 0.39% | - |
| HSV(B) | 203.79º | 0.74% | 0.62% | - |
| XYZ | 12.68 | 14.27 | 33.99 | - |
| YUV | 95.31 | 162.81 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 157 | 0.74 | 0.29 | 0 | 0.38 | 203.79 | 0.59 | 0.39 |
| Hex | 29 | 6F | 9D | 4A | 1D | 0 | 26 | CC | 3B | 27 |
| Octal | 51 | 157 | 235 | 112 | 35 | 0 | 46 | 314 | 73 | 47 |
| Binary | 101001 | 1101111 | 10011101 | 1001010 | 11101 | 0 | 100110 | 11001100 | 111011 | 100111 |
Color Harmonies of #296F9D
Complementary color
Monochromatic Colors of #296F9D
Black with #296F9D
Text Example
Text Example
White with #296F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F9D; }
p { color: rgb(41,111,157); }
H1.HeaderClassName
{
color: #296F9D;
}
.AnyTagClassName
{
color: #296F9D;
}
</style>
background-color css
<style>
a { background-color: #296F9D; }
a { background-color: rgb(41,111,157); }
div.DivClassName
{
background-color: #296F9D;
}
.BgClassName
{
background-color: #296F9D;
}
</style>
border-color css
<style>
span { border-color: #296F9D; }
span { border-color: rgb(41,111,157); }
td.TdClassName
{
border-color: #296F9D;
}
.TagClassName
{
border-color: #296F9D;
}
</style>