Shades of Lochmara #296F9F
Tints of Lochmara #296F9F
RGB
CMYK
RGB Variations
Color information
#296F9F (or 0x296F9F) is known color: Lochmara. HEX triplet: 29, 6F and 9F. RGB value is (41,111,159). Sum of RGB (Red+Green+Blue) = 41+111+159=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #296F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F9F is #D69060. Grayscale: #5F5F5F. Windows color (decimal): -14061665 or 10448681. OLE color: 10448681.
HSL color Cylindrical-coordinate representation of color #296F9F: hue angle of 204.41º 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 #296F9F is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 111 | 159 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.38 |
| HSL | 204.41º | 0.59% | 0.39% | - |
| HSV(B) | 204.41º | 0.74% | 0.62% | - |
| XYZ | 12.86 | 14.34 | 34.89 | - |
| YUV | 95.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 159 | 0.74 | 0.30 | 0 | 0.38 | 204.41 | 0.59 | 0.39 |
| Hex | 29 | 6F | 9F | 4A | 1E | 0 | 26 | CC | 3B | 27 |
| Octal | 51 | 157 | 237 | 112 | 36 | 0 | 46 | 314 | 73 | 47 |
| Binary | 101001 | 1101111 | 10011111 | 1001010 | 11110 | 0 | 100110 | 11001100 | 111011 | 100111 |
Color Harmonies of #296F9F
Complementary color
Monochromatic Colors of #296F9F
Black with #296F9F
Text Example
Text Example
White with #296F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296F9F; }
p { color: rgb(41,111,159); }
H1.HeaderClassName
{
color: #296F9F;
}
.AnyTagClassName
{
color: #296F9F;
}
</style>
background-color css
<style>
a { background-color: #296F9F; }
a { background-color: rgb(41,111,159); }
div.DivClassName
{
background-color: #296F9F;
}
.BgClassName
{
background-color: #296F9F;
}
</style>
border-color css
<style>
span { border-color: #296F9F; }
span { border-color: rgb(41,111,159); }
td.TdClassName
{
border-color: #296F9F;
}
.TagClassName
{
border-color: #296F9F;
}
</style>