Shades of Lochmara #297898
Tints of Lochmara #297898
RGB
CMYK
RGB Variations
Color information
#297898 (or 0x297898) is known color: Lochmara. HEX triplet: 29, 78 and 98. RGB value is (41,120,152). Sum of RGB (Red+Green+Blue) = 41+120+152=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #297898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297898 is #D68767. Grayscale: #636363. Windows color (decimal): -14059368 or 9992233. OLE color: 9992233.
HSL color Cylindrical-coordinate representation of color #297898: hue angle of 197.3º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #297898 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 120 | 152 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.40 |
| HSL | 197.3º | 0.58% | 0.38% | - |
| HSV(B) | 197.3º | 0.73% | 0.6% | - |
| XYZ | 13.3 | 16.17 | 32.13 | - |
| YUV | 100.03 | 157.33 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 152 | 0.73 | 0.21 | 0 | 0.40 | 197.3 | 0.58 | 0.38 |
| Hex | 29 | 78 | 98 | 49 | 15 | 0 | 28 | C5 | 3A | 26 |
| Octal | 51 | 170 | 230 | 111 | 25 | 0 | 50 | 305 | 72 | 46 |
| Binary | 101001 | 1111000 | 10011000 | 1001001 | 10101 | 0 | 101000 | 11000101 | 111010 | 100110 |
Color Harmonies of #297898
Complementary color
Monochromatic Colors of #297898
Black with #297898
Text Example
Text Example
White with #297898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297898; }
p { color: rgb(41,120,152); }
H1.HeaderClassName
{
color: #297898;
}
.AnyTagClassName
{
color: #297898;
}
</style>
background-color css
<style>
a { background-color: #297898; }
a { background-color: rgb(41,120,152); }
div.DivClassName
{
background-color: #297898;
}
.BgClassName
{
background-color: #297898;
}
</style>
border-color css
<style>
span { border-color: #297898; }
span { border-color: rgb(41,120,152); }
td.TdClassName
{
border-color: #297898;
}
.TagClassName
{
border-color: #297898;
}
</style>