Shades of Lochmara #297AAB
Tints of Lochmara #297AAB
RGB
CMYK
RGB Variations
Color information
#297AAB (or 0x297AAB) is known color: Lochmara. HEX triplet: 29, 7A and AB. RGB value is (41,122,171). Sum of RGB (Red+Green+Blue) = 41+122+171=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #297AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297AAB is #D68554. Grayscale: #676767. Windows color (decimal): -14058837 or 11237929. OLE color: 11237929.
HSL color Cylindrical-coordinate representation of color #297AAB: hue angle of 202.62º degrees, saturation: 0.61, 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 #297AAB is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 122 | 171 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.33 |
| HSL | 202.62º | 0.61% | 0.42% | - |
| HSV(B) | 202.62º | 0.76% | 0.67% | - |
| XYZ | 15.22 | 17.33 | 41.07 | - |
| YUV | 103.37 | 166.16 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 171 | 0.76 | 0.29 | 0 | 0.33 | 202.62 | 0.61 | 0.42 |
| Hex | 29 | 7A | AB | 4C | 1D | 0 | 21 | CB | 3D | 2A |
| Octal | 51 | 172 | 253 | 114 | 35 | 0 | 41 | 313 | 75 | 52 |
| Binary | 101001 | 1111010 | 10101011 | 1001100 | 11101 | 0 | 100001 | 11001011 | 111101 | 101010 |
Color Harmonies of #297AAB
Complementary color
Monochromatic Colors of #297AAB
Black with #297AAB
Text Example
Text Example
White with #297AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297AAB; }
p { color: rgb(41,122,171); }
H1.HeaderClassName
{
color: #297AAB;
}
.AnyTagClassName
{
color: #297AAB;
}
</style>
background-color css
<style>
a { background-color: #297AAB; }
a { background-color: rgb(41,122,171); }
div.DivClassName
{
background-color: #297AAB;
}
.BgClassName
{
background-color: #297AAB;
}
</style>
border-color css
<style>
span { border-color: #297AAB; }
span { border-color: rgb(41,122,171); }
td.TdClassName
{
border-color: #297AAB;
}
.TagClassName
{
border-color: #297AAB;
}
</style>