Shades of Lochmara #297DA9
Tints of Lochmara #297DA9
RGB
CMYK
RGB Variations
Color information
#297DA9 (or 0x297DA9) is known color: Lochmara. HEX triplet: 29, 7D and A9. RGB value is (41,125,169). Sum of RGB (Red+Green+Blue) = 41+125+169=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 169 (66.41% from 255 or 50.45% from 335); Max value from RGB is 169 - color contains mainly: blue. Hex color #297DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297DA9 is #D68256. Grayscale: #686868. Windows color (decimal): -14058071 or 11107625. OLE color: 11107625.
HSL color Cylindrical-coordinate representation of color #297DA9: hue angle of 200.62º 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 #297DA9 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 125 | 169 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.34 |
| HSL | 200.63º | 0.61% | 0.41% | - |
| HSV(B) | 200.63º | 0.76% | 0.66% | - |
| XYZ | 15.41 | 18 | 40.2 | - |
| YUV | 104.9 | 164.17 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 169 | 0.76 | 0.26 | 0 | 0.34 | 200.63 | 0.61 | 0.41 |
| Hex | 29 | 7D | A9 | 4C | 1A | 0 | 22 | C9 | 3D | 29 |
| Octal | 51 | 175 | 251 | 114 | 32 | 0 | 42 | 311 | 75 | 51 |
| Binary | 101001 | 1111101 | 10101001 | 1001100 | 11010 | 0 | 100010 | 11001001 | 111101 | 101001 |
Color Harmonies of #297DA9
Complementary color
Monochromatic Colors of #297DA9
Black with #297DA9
Text Example
Text Example
White with #297DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297DA9; }
p { color: rgb(41,125,169); }
H1.HeaderClassName
{
color: #297DA9;
}
.AnyTagClassName
{
color: #297DA9;
}
</style>
background-color css
<style>
a { background-color: #297DA9; }
a { background-color: rgb(41,125,169); }
div.DivClassName
{
background-color: #297DA9;
}
.BgClassName
{
background-color: #297DA9;
}
</style>
border-color css
<style>
span { border-color: #297DA9; }
span { border-color: rgb(41,125,169); }
td.TdClassName
{
border-color: #297DA9;
}
.TagClassName
{
border-color: #297DA9;
}
</style>