Shades of Lochmara #296C9D
Tints of Lochmara #296C9D
RGB
CMYK
RGB Variations
Color information
#296C9D (or 0x296C9D) is known color: Lochmara. HEX triplet: 29, 6C and 9D. RGB value is (41,108,157). Sum of RGB (Red+Green+Blue) = 41+108+157=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #296C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C9D is #D69362. Grayscale: #5D5D5D. Windows color (decimal): -14062435 or 10316841. OLE color: 10316841.
HSL color Cylindrical-coordinate representation of color #296C9D: hue angle of 205.34º 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 #296C9D is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 108 | 157 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.38 |
| HSL | 205.34º | 0.59% | 0.39% | - |
| HSV(B) | 205.34º | 0.74% | 0.62% | - |
| XYZ | 12.36 | 13.63 | 33.88 | - |
| YUV | 93.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 157 | 0.74 | 0.31 | 0 | 0.38 | 205.34 | 0.59 | 0.39 |
| Hex | 29 | 6C | 9D | 4A | 1F | 0 | 26 | CD | 3B | 27 |
| Octal | 51 | 154 | 235 | 112 | 37 | 0 | 46 | 315 | 73 | 47 |
| Binary | 101001 | 1101100 | 10011101 | 1001010 | 11111 | 0 | 100110 | 11001101 | 111011 | 100111 |
Color Harmonies of #296C9D
Complementary color
Monochromatic Colors of #296C9D
Black with #296C9D
Text Example
Text Example
White with #296C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C9D; }
p { color: rgb(41,108,157); }
H1.HeaderClassName
{
color: #296C9D;
}
.AnyTagClassName
{
color: #296C9D;
}
</style>
background-color css
<style>
a { background-color: #296C9D; }
a { background-color: rgb(41,108,157); }
div.DivClassName
{
background-color: #296C9D;
}
.BgClassName
{
background-color: #296C9D;
}
</style>
border-color css
<style>
span { border-color: #296C9D; }
span { border-color: rgb(41,108,157); }
td.TdClassName
{
border-color: #296C9D;
}
.TagClassName
{
border-color: #296C9D;
}
</style>