Shades of Lochmara #297DAE
Tints of Lochmara #297DAE
RGB
CMYK
RGB Variations
Color information
#297DAE (or 0x297DAE) is known color: Lochmara. HEX triplet: 29, 7D and AE. RGB value is (41,125,174). Sum of RGB (Red+Green+Blue) = 41+125+174=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #297DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297DAE is #D68251. Grayscale: #696969. Windows color (decimal): -14058066 or 11435305. OLE color: 11435305.
HSL color Cylindrical-coordinate representation of color #297DAE: hue angle of 202.11º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #297DAE is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 125 | 174 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.32 |
| HSL | 202.11º | 0.62% | 0.42% | - |
| HSV(B) | 202.11º | 0.76% | 0.68% | - |
| XYZ | 15.89 | 18.19 | 42.72 | - |
| YUV | 105.47 | 166.67 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 174 | 0.76 | 0.28 | 0 | 0.32 | 202.11 | 0.62 | 0.42 |
| Hex | 29 | 7D | AE | 4C | 1C | 0 | 20 | CA | 3E | 2A |
| Octal | 51 | 175 | 256 | 114 | 34 | 0 | 40 | 312 | 76 | 52 |
| Binary | 101001 | 1111101 | 10101110 | 1001100 | 11100 | 0 | 100000 | 11001010 | 111110 | 101010 |
Color Harmonies of #297DAE
Complementary color
Monochromatic Colors of #297DAE
Black with #297DAE
Text Example
Text Example
White with #297DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297DAE; }
p { color: rgb(41,125,174); }
H1.HeaderClassName
{
color: #297DAE;
}
.AnyTagClassName
{
color: #297DAE;
}
</style>
background-color css
<style>
a { background-color: #297DAE; }
a { background-color: rgb(41,125,174); }
div.DivClassName
{
background-color: #297DAE;
}
.BgClassName
{
background-color: #297DAE;
}
</style>
border-color css
<style>
span { border-color: #297DAE; }
span { border-color: rgb(41,125,174); }
td.TdClassName
{
border-color: #297DAE;
}
.TagClassName
{
border-color: #297DAE;
}
</style>