Shades of Lochmara #297BAF
Tints of Lochmara #297BAF
RGB
CMYK
RGB Variations
Color information
#297BAF (or 0x297BAF) is known color: Lochmara. HEX triplet: 29, 7B and AF. RGB value is (41,123,175). Sum of RGB (Red+Green+Blue) = 41+123+175=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #297BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297BAF is #D68450. Grayscale: #686868. Windows color (decimal): -14058577 or 11500329. OLE color: 11500329.
HSL color Cylindrical-coordinate representation of color #297BAF: hue angle of 203.28º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #297BAF is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 123 | 175 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.31 |
| HSL | 203.28º | 0.62% | 0.42% | - |
| HSV(B) | 203.28º | 0.77% | 0.69% | - |
| XYZ | 15.74 | 17.73 | 43.15 | - |
| YUV | 104.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 175 | 0.77 | 0.30 | 0 | 0.31 | 203.28 | 0.62 | 0.42 |
| Hex | 29 | 7B | AF | 4D | 1E | 0 | 1F | CB | 3E | 2A |
| Octal | 51 | 173 | 257 | 115 | 36 | 0 | 37 | 313 | 76 | 52 |
| Binary | 101001 | 1111011 | 10101111 | 1001101 | 11110 | 0 | 11111 | 11001011 | 111110 | 101010 |
Color Harmonies of #297BAF
Complementary color
Monochromatic Colors of #297BAF
Black with #297BAF
Text Example
Text Example
White with #297BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297BAF; }
p { color: rgb(41,123,175); }
H1.HeaderClassName
{
color: #297BAF;
}
.AnyTagClassName
{
color: #297BAF;
}
</style>
background-color css
<style>
a { background-color: #297BAF; }
a { background-color: rgb(41,123,175); }
div.DivClassName
{
background-color: #297BAF;
}
.BgClassName
{
background-color: #297BAF;
}
</style>
border-color css
<style>
span { border-color: #297BAF; }
span { border-color: rgb(41,123,175); }
td.TdClassName
{
border-color: #297BAF;
}
.TagClassName
{
border-color: #297BAF;
}
</style>