Shades of Lochmara #296C9F
Tints of Lochmara #296C9F
RGB
CMYK
RGB Variations
Color information
#296C9F (or 0x296C9F) is known color: Lochmara. HEX triplet: 29, 6C and 9F. RGB value is (41,108,159). Sum of RGB (Red+Green+Blue) = 41+108+159=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #296C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C9F is #D69360. Grayscale: #5D5D5D. Windows color (decimal): -14062433 or 10447913. OLE color: 10447913.
HSL color Cylindrical-coordinate representation of color #296C9F: hue angle of 205.93º 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 #296C9F is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 108 | 159 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.38 |
| HSL | 205.93º | 0.59% | 0.39% | - |
| HSV(B) | 205.93º | 0.74% | 0.62% | - |
| XYZ | 12.54 | 13.7 | 34.78 | - |
| YUV | 93.78 | 164.8 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 159 | 0.74 | 0.32 | 0 | 0.38 | 205.93 | 0.59 | 0.39 |
| Hex | 29 | 6C | 9F | 4A | 20 | 0 | 26 | CE | 3B | 27 |
| Octal | 51 | 154 | 237 | 112 | 40 | 0 | 46 | 316 | 73 | 47 |
| Binary | 101001 | 1101100 | 10011111 | 1001010 | 100000 | 0 | 100110 | 11001110 | 111011 | 100111 |
Color Harmonies of #296C9F
Complementary color
Monochromatic Colors of #296C9F
Black with #296C9F
Text Example
Text Example
White with #296C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296C9F; }
p { color: rgb(41,108,159); }
H1.HeaderClassName
{
color: #296C9F;
}
.AnyTagClassName
{
color: #296C9F;
}
</style>
background-color css
<style>
a { background-color: #296C9F; }
a { background-color: rgb(41,108,159); }
div.DivClassName
{
background-color: #296C9F;
}
.BgClassName
{
background-color: #296C9F;
}
</style>
border-color css
<style>
span { border-color: #296C9F; }
span { border-color: rgb(41,108,159); }
td.TdClassName
{
border-color: #296C9F;
}
.TagClassName
{
border-color: #296C9F;
}
</style>