Shades of Lochmara #297B9F
Tints of Lochmara #297B9F
RGB
CMYK
RGB Variations
Color information
#297B9F (or 0x297B9F) is known color: Lochmara. HEX triplet: 29, 7B and 9F. RGB value is (41,123,159). Sum of RGB (Red+Green+Blue) = 41+123+159=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #297B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297B9F is #D68460. Grayscale: #666666. Windows color (decimal): -14058593 or 10451753. OLE color: 10451753.
HSL color Cylindrical-coordinate representation of color #297B9F: hue angle of 198.31º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #297B9F is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 123 | 159 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.38 |
| HSL | 198.31º | 0.59% | 0.39% | - |
| HSV(B) | 198.31º | 0.74% | 0.62% | - |
| XYZ | 14.26 | 17.14 | 35.36 | - |
| YUV | 102.59 | 159.83 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 159 | 0.74 | 0.23 | 0 | 0.38 | 198.31 | 0.59 | 0.39 |
| Hex | 29 | 7B | 9F | 4A | 17 | 0 | 26 | C6 | 3B | 27 |
| Octal | 51 | 173 | 237 | 112 | 27 | 0 | 46 | 306 | 73 | 47 |
| Binary | 101001 | 1111011 | 10011111 | 1001010 | 10111 | 0 | 100110 | 11000110 | 111011 | 100111 |
Color Harmonies of #297B9F
Complementary color
Monochromatic Colors of #297B9F
Black with #297B9F
Text Example
Text Example
White with #297B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B9F; }
p { color: rgb(41,123,159); }
H1.HeaderClassName
{
color: #297B9F;
}
.AnyTagClassName
{
color: #297B9F;
}
</style>
background-color css
<style>
a { background-color: #297B9F; }
a { background-color: rgb(41,123,159); }
div.DivClassName
{
background-color: #297B9F;
}
.BgClassName
{
background-color: #297B9F;
}
</style>
border-color css
<style>
span { border-color: #297B9F; }
span { border-color: rgb(41,123,159); }
td.TdClassName
{
border-color: #297B9F;
}
.TagClassName
{
border-color: #297B9F;
}
</style>