Shades of Lochmara #247CA0
Tints of Lochmara #247CA0
RGB
CMYK
RGB Variations
Color information
#247CA0 (or 0x247CA0) is known color: Lochmara. HEX triplet: 24, 7C and A0. RGB value is (36,124,160). Sum of RGB (Red+Green+Blue) = 36+124+160=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #247CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247CA0 is #DB835F. Grayscale: #656565. Windows color (decimal): -14386016 or 10517540. OLE color: 10517540.
HSL color Cylindrical-coordinate representation of color #247CA0: hue angle of 197.42º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #247CA0 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 124 | 160 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.37 |
| HSL | 197.42º | 0.63% | 0.38% | - |
| HSV(B) | 197.42º | 0.78% | 0.63% | - |
| XYZ | 14.28 | 17.33 | 35.85 | - |
| YUV | 101.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 160 | 0.78 | 0.22 | 0 | 0.37 | 197.42 | 0.63 | 0.38 |
| Hex | 24 | 7C | A0 | 4E | 16 | 0 | 25 | C5 | 3F | 26 |
| Octal | 44 | 174 | 240 | 116 | 26 | 0 | 45 | 305 | 77 | 46 |
| Binary | 100100 | 1111100 | 10100000 | 1001110 | 10110 | 0 | 100101 | 11000101 | 111111 | 100110 |
Color Harmonies of #247CA0
Complementary color
Monochromatic Colors of #247CA0
Black with #247CA0
Text Example
Text Example
White with #247CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247CA0; }
p { color: rgb(36,124,160); }
H1.HeaderClassName
{
color: #247CA0;
}
.AnyTagClassName
{
color: #247CA0;
}
</style>
background-color css
<style>
a { background-color: #247CA0; }
a { background-color: rgb(36,124,160); }
div.DivClassName
{
background-color: #247CA0;
}
.BgClassName
{
background-color: #247CA0;
}
</style>
border-color css
<style>
span { border-color: #247CA0; }
span { border-color: rgb(36,124,160); }
td.TdClassName
{
border-color: #247CA0;
}
.TagClassName
{
border-color: #247CA0;
}
</style>