Shades of Lochmara #297EAC
Tints of Lochmara #297EAC
RGB
CMYK
RGB Variations
Color information
#297EAC (or 0x297EAC) is known color: Lochmara. HEX triplet: 29, 7E and AC. RGB value is (41,126,172). Sum of RGB (Red+Green+Blue) = 41+126+172=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #297EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297EAC is #D68153. Grayscale: #696969. Windows color (decimal): -14057812 or 11304489. OLE color: 11304489.
HSL color Cylindrical-coordinate representation of color #297EAC: hue angle of 201.07º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #297EAC is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 126 | 172 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.33 |
| HSL | 201.07º | 0.62% | 0.42% | - |
| HSV(B) | 201.07º | 0.76% | 0.67% | - |
| XYZ | 15.82 | 18.37 | 41.74 | - |
| YUV | 105.83 | 165.34 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 172 | 0.76 | 0.27 | 0 | 0.33 | 201.07 | 0.62 | 0.42 |
| Hex | 29 | 7E | AC | 4C | 1B | 0 | 21 | C9 | 3E | 2A |
| Octal | 51 | 176 | 254 | 114 | 33 | 0 | 41 | 311 | 76 | 52 |
| Binary | 101001 | 1111110 | 10101100 | 1001100 | 11011 | 0 | 100001 | 11001001 | 111110 | 101010 |
Color Harmonies of #297EAC
Complementary color
Monochromatic Colors of #297EAC
Black with #297EAC
Text Example
Text Example
White with #297EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297EAC; }
p { color: rgb(41,126,172); }
H1.HeaderClassName
{
color: #297EAC;
}
.AnyTagClassName
{
color: #297EAC;
}
</style>
background-color css
<style>
a { background-color: #297EAC; }
a { background-color: rgb(41,126,172); }
div.DivClassName
{
background-color: #297EAC;
}
.BgClassName
{
background-color: #297EAC;
}
</style>
border-color css
<style>
span { border-color: #297EAC; }
span { border-color: rgb(41,126,172); }
td.TdClassName
{
border-color: #297EAC;
}
.TagClassName
{
border-color: #297EAC;
}
</style>