Shades of Lochmara #247B9F
Tints of Lochmara #247B9F
RGB
CMYK
RGB Variations
Color information
#247B9F (or 0x247B9F) is known color: Lochmara. HEX triplet: 24, 7B and 9F. RGB value is (36,123,159). Sum of RGB (Red+Green+Blue) = 36+123+159=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #247B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B9F is #DB8460. Grayscale: #646464. Windows color (decimal): -14386273 or 10451748. OLE color: 10451748.
HSL color Cylindrical-coordinate representation of color #247B9F: hue angle of 197.56º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #247B9F is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 123 | 159 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.38 |
| HSL | 197.56º | 0.63% | 0.38% | - |
| HSV(B) | 197.56º | 0.77% | 0.62% | - |
| XYZ | 14.07 | 17.04 | 35.35 | - |
| YUV | 101.09 | 160.68 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 159 | 0.77 | 0.23 | 0 | 0.38 | 197.56 | 0.63 | 0.38 |
| Hex | 24 | 7B | 9F | 4D | 17 | 0 | 26 | C6 | 3F | 26 |
| Octal | 44 | 173 | 237 | 115 | 27 | 0 | 46 | 306 | 77 | 46 |
| Binary | 100100 | 1111011 | 10011111 | 1001101 | 10111 | 0 | 100110 | 11000110 | 111111 | 100110 |
Color Harmonies of #247B9F
Complementary color
Monochromatic Colors of #247B9F
Black with #247B9F
Text Example
Text Example
White with #247B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B9F; }
p { color: rgb(36,123,159); }
H1.HeaderClassName
{
color: #247B9F;
}
.AnyTagClassName
{
color: #247B9F;
}
</style>
background-color css
<style>
a { background-color: #247B9F; }
a { background-color: rgb(36,123,159); }
div.DivClassName
{
background-color: #247B9F;
}
.BgClassName
{
background-color: #247B9F;
}
</style>
border-color css
<style>
span { border-color: #247B9F; }
span { border-color: rgb(36,123,159); }
td.TdClassName
{
border-color: #247B9F;
}
.TagClassName
{
border-color: #247B9F;
}
</style>