Shades of Lochmara #296FA8
Tints of Lochmara #296FA8
RGB
CMYK
RGB Variations
Color information
#296FA8 (or 0x296FA8) is known color: Lochmara. HEX triplet: 29, 6F and A8. RGB value is (41,111,168). Sum of RGB (Red+Green+Blue) = 41+111+168=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 168 (66.02% from 255 or 52.5% from 320); Max value from RGB is 168 - color contains mainly: blue. Hex color #296FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296FA8 is #D69057. Grayscale: #606060. Windows color (decimal): -14061656 or 11038505. OLE color: 11038505.
HSL color Cylindrical-coordinate representation of color #296FA8: hue angle of 206.93º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296FA8 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 111 | 168 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.34 |
| HSL | 206.93º | 0.61% | 0.41% | - |
| HSV(B) | 206.93º | 0.76% | 0.66% | - |
| XYZ | 13.67 | 14.67 | 39.16 | - |
| YUV | 96.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 168 | 0.76 | 0.34 | 0 | 0.34 | 206.93 | 0.61 | 0.41 |
| Hex | 29 | 6F | A8 | 4C | 22 | 0 | 22 | CF | 3D | 29 |
| Octal | 51 | 157 | 250 | 114 | 42 | 0 | 42 | 317 | 75 | 51 |
| Binary | 101001 | 1101111 | 10101000 | 1001100 | 100010 | 0 | 100010 | 11001111 | 111101 | 101001 |
Color Harmonies of #296FA8
Complementary color
Monochromatic Colors of #296FA8
Black with #296FA8
Text Example
Text Example
White with #296FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FA8; }
p { color: rgb(41,111,168); }
H1.HeaderClassName
{
color: #296FA8;
}
.AnyTagClassName
{
color: #296FA8;
}
</style>
background-color css
<style>
a { background-color: #296FA8; }
a { background-color: rgb(41,111,168); }
div.DivClassName
{
background-color: #296FA8;
}
.BgClassName
{
background-color: #296FA8;
}
</style>
border-color css
<style>
span { border-color: #296FA8; }
span { border-color: rgb(41,111,168); }
td.TdClassName
{
border-color: #296FA8;
}
.TagClassName
{
border-color: #296FA8;
}
</style>