Shades of Lochmara #297AAA
Tints of Lochmara #297AAA
RGB
CMYK
RGB Variations
Color information
#297AAA (or 0x297AAA) is known color: Lochmara. HEX triplet: 29, 7A and AA. RGB value is (41,122,170). Sum of RGB (Red+Green+Blue) = 41+122+170=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #297AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297AAA is #D68555. Grayscale: #666666. Windows color (decimal): -14058838 or 11172393. OLE color: 11172393.
HSL color Cylindrical-coordinate representation of color #297AAA: hue angle of 202.33º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #297AAA is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 122 | 170 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.33 |
| HSL | 202.33º | 0.61% | 0.41% | - |
| HSV(B) | 202.33º | 0.76% | 0.67% | - |
| XYZ | 15.13 | 17.29 | 40.57 | - |
| YUV | 103.25 | 165.66 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 170 | 0.76 | 0.28 | 0 | 0.33 | 202.33 | 0.61 | 0.41 |
| Hex | 29 | 7A | AA | 4C | 1C | 0 | 21 | CA | 3D | 29 |
| Octal | 51 | 172 | 252 | 114 | 34 | 0 | 41 | 312 | 75 | 51 |
| Binary | 101001 | 1111010 | 10101010 | 1001100 | 11100 | 0 | 100001 | 11001010 | 111101 | 101001 |
Color Harmonies of #297AAA
Complementary color
Monochromatic Colors of #297AAA
Black with #297AAA
Text Example
Text Example
White with #297AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297AAA; }
p { color: rgb(41,122,170); }
H1.HeaderClassName
{
color: #297AAA;
}
.AnyTagClassName
{
color: #297AAA;
}
</style>
background-color css
<style>
a { background-color: #297AAA; }
a { background-color: rgb(41,122,170); }
div.DivClassName
{
background-color: #297AAA;
}
.BgClassName
{
background-color: #297AAA;
}
</style>
border-color css
<style>
span { border-color: #297AAA; }
span { border-color: rgb(41,122,170); }
td.TdClassName
{
border-color: #297AAA;
}
.TagClassName
{
border-color: #297AAA;
}
</style>