Shades of Lochmara #297BA0
Tints of Lochmara #297BA0
RGB
CMYK
RGB Variations
Color information
#297BA0 (or 0x297BA0) is known color: Lochmara. HEX triplet: 29, 7B and A0. RGB value is (41,123,160). Sum of RGB (Red+Green+Blue) = 41+123+160=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #297BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297BA0 is #D6845F. Grayscale: #666666. Windows color (decimal): -14058592 or 10517289. OLE color: 10517289.
HSL color Cylindrical-coordinate representation of color #297BA0: hue angle of 198.66º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #297BA0 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 123 | 160 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.37 |
| HSL | 198.66º | 0.59% | 0.39% | - |
| HSV(B) | 198.66º | 0.74% | 0.63% | - |
| XYZ | 14.34 | 17.18 | 35.82 | - |
| YUV | 102.7 | 160.33 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 160 | 0.74 | 0.23 | 0 | 0.37 | 198.66 | 0.59 | 0.39 |
| Hex | 29 | 7B | A0 | 4A | 17 | 0 | 25 | C7 | 3B | 27 |
| Octal | 51 | 173 | 240 | 112 | 27 | 0 | 45 | 307 | 73 | 47 |
| Binary | 101001 | 1111011 | 10100000 | 1001010 | 10111 | 0 | 100101 | 11000111 | 111011 | 100111 |
Color Harmonies of #297BA0
Complementary color
Monochromatic Colors of #297BA0
Black with #297BA0
Text Example
Text Example
White with #297BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297BA0; }
p { color: rgb(41,123,160); }
H1.HeaderClassName
{
color: #297BA0;
}
.AnyTagClassName
{
color: #297BA0;
}
</style>
background-color css
<style>
a { background-color: #297BA0; }
a { background-color: rgb(41,123,160); }
div.DivClassName
{
background-color: #297BA0;
}
.BgClassName
{
background-color: #297BA0;
}
</style>
border-color css
<style>
span { border-color: #297BA0; }
span { border-color: rgb(41,123,160); }
td.TdClassName
{
border-color: #297BA0;
}
.TagClassName
{
border-color: #297BA0;
}
</style>