Shades of Lochmara #297BA6
Tints of Lochmara #297BA6
RGB
CMYK
RGB Variations
Color information
#297BA6 (or 0x297BA6) is known color: Lochmara. HEX triplet: 29, 7B and A6. RGB value is (41,123,166). Sum of RGB (Red+Green+Blue) = 41+123+166=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #297BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297BA6 is #D68459. Grayscale: #676767. Windows color (decimal): -14058586 or 10910505. OLE color: 10910505.
HSL color Cylindrical-coordinate representation of color #297BA6: hue angle of 200.64º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #297BA6 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 123 | 166 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.35 |
| HSL | 200.64º | 0.6% | 0.41% | - |
| HSV(B) | 200.64º | 0.75% | 0.65% | - |
| XYZ | 14.88 | 17.39 | 38.65 | - |
| YUV | 103.38 | 163.33 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 166 | 0.75 | 0.26 | 0 | 0.35 | 200.64 | 0.6 | 0.41 |
| Hex | 29 | 7B | A6 | 4B | 1A | 0 | 23 | C9 | 3C | 29 |
| Octal | 51 | 173 | 246 | 113 | 32 | 0 | 43 | 311 | 74 | 51 |
| Binary | 101001 | 1111011 | 10100110 | 1001011 | 11010 | 0 | 100011 | 11001001 | 111100 | 101001 |
Color Harmonies of #297BA6
Complementary color
Monochromatic Colors of #297BA6
Black with #297BA6
Text Example
Text Example
White with #297BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297BA6; }
p { color: rgb(41,123,166); }
H1.HeaderClassName
{
color: #297BA6;
}
.AnyTagClassName
{
color: #297BA6;
}
</style>
background-color css
<style>
a { background-color: #297BA6; }
a { background-color: rgb(41,123,166); }
div.DivClassName
{
background-color: #297BA6;
}
.BgClassName
{
background-color: #297BA6;
}
</style>
border-color css
<style>
span { border-color: #297BA6; }
span { border-color: rgb(41,123,166); }
td.TdClassName
{
border-color: #297BA6;
}
.TagClassName
{
border-color: #297BA6;
}
</style>