Shades of Lochmara #297BAD
Tints of Lochmara #297BAD
RGB
CMYK
RGB Variations
Color information
#297BAD (or 0x297BAD) is known color: Lochmara. HEX triplet: 29, 7B and AD. RGB value is (41,123,173). Sum of RGB (Red+Green+Blue) = 41+123+173=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #297BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297BAD is #D68452. Grayscale: #676767. Windows color (decimal): -14058579 or 11369257. OLE color: 11369257.
HSL color Cylindrical-coordinate representation of color #297BAD: hue angle of 202.73º 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 #297BAD is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 123 | 173 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.32 |
| HSL | 202.73º | 0.62% | 0.42% | - |
| HSV(B) | 202.73º | 0.76% | 0.68% | - |
| XYZ | 15.54 | 17.65 | 42.12 | - |
| YUV | 104.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 173 | 0.76 | 0.29 | 0 | 0.32 | 202.73 | 0.62 | 0.42 |
| Hex | 29 | 7B | AD | 4C | 1D | 0 | 20 | CB | 3E | 2A |
| Octal | 51 | 173 | 255 | 114 | 35 | 0 | 40 | 313 | 76 | 52 |
| Binary | 101001 | 1111011 | 10101101 | 1001100 | 11101 | 0 | 100000 | 11001011 | 111110 | 101010 |
Color Harmonies of #297BAD
Complementary color
Monochromatic Colors of #297BAD
Black with #297BAD
Text Example
Text Example
White with #297BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297BAD; }
p { color: rgb(41,123,173); }
H1.HeaderClassName
{
color: #297BAD;
}
.AnyTagClassName
{
color: #297BAD;
}
</style>
background-color css
<style>
a { background-color: #297BAD; }
a { background-color: rgb(41,123,173); }
div.DivClassName
{
background-color: #297BAD;
}
.BgClassName
{
background-color: #297BAD;
}
</style>
border-color css
<style>
span { border-color: #297BAD; }
span { border-color: rgb(41,123,173); }
td.TdClassName
{
border-color: #297BAD;
}
.TagClassName
{
border-color: #297BAD;
}
</style>