Shades of Lochmara #297BAA
Tints of Lochmara #297BAA
RGB
CMYK
RGB Variations
Color information
#297BAA (or 0x297BAA) is known color: Lochmara. HEX triplet: 29, 7B and AA. RGB value is (41,123,170). Sum of RGB (Red+Green+Blue) = 41+123+170=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #297BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297BAA is #D68455. Grayscale: #676767. Windows color (decimal): -14058582 or 11172649. OLE color: 11172649.
HSL color Cylindrical-coordinate representation of color #297BAA: hue angle of 201.86º 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 #297BAA is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 123 | 170 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.33 |
| HSL | 201.86º | 0.61% | 0.41% | - |
| HSV(B) | 201.86º | 0.76% | 0.67% | - |
| XYZ | 15.25 | 17.54 | 40.61 | - |
| YUV | 103.84 | 165.33 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 170 | 0.76 | 0.28 | 0 | 0.33 | 201.86 | 0.61 | 0.41 |
| Hex | 29 | 7B | AA | 4C | 1C | 0 | 21 | CA | 3D | 29 |
| Octal | 51 | 173 | 252 | 114 | 34 | 0 | 41 | 312 | 75 | 51 |
| Binary | 101001 | 1111011 | 10101010 | 1001100 | 11100 | 0 | 100001 | 11001010 | 111101 | 101001 |
Color Harmonies of #297BAA
Complementary color
Monochromatic Colors of #297BAA
Black with #297BAA
Text Example
Text Example
White with #297BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297BAA; }
p { color: rgb(41,123,170); }
H1.HeaderClassName
{
color: #297BAA;
}
.AnyTagClassName
{
color: #297BAA;
}
</style>
background-color css
<style>
a { background-color: #297BAA; }
a { background-color: rgb(41,123,170); }
div.DivClassName
{
background-color: #297BAA;
}
.BgClassName
{
background-color: #297BAA;
}
</style>
border-color css
<style>
span { border-color: #297BAA; }
span { border-color: rgb(41,123,170); }
td.TdClassName
{
border-color: #297BAA;
}
.TagClassName
{
border-color: #297BAA;
}
</style>