Shades of Lochmara #247AA6
Tints of Lochmara #247AA6
RGB
CMYK
RGB Variations
Color information
#247AA6 (or 0x247AA6) is known color: Lochmara. HEX triplet: 24, 7A and A6. RGB value is (36,122,166). Sum of RGB (Red+Green+Blue) = 36+122+166=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 166 (65.23% from 255 or 51.23% from 324); Max value from RGB is 166 - color contains mainly: blue. Hex color #247AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247AA6 is #DB8559. Grayscale: #656565. Windows color (decimal): -14386522 or 10910244. OLE color: 10910244.
HSL color Cylindrical-coordinate representation of color #247AA6: hue angle of 200.31º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #247AA6 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 122 | 166 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.35 |
| HSL | 200.31º | 0.64% | 0.4% | - |
| HSV(B) | 200.31º | 0.78% | 0.65% | - |
| XYZ | 14.57 | 17.05 | 38.6 | - |
| YUV | 101.3 | 164.51 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 166 | 0.78 | 0.27 | 0 | 0.35 | 200.31 | 0.64 | 0.4 |
| Hex | 24 | 7A | A6 | 4E | 1B | 0 | 23 | C8 | 40 | 28 |
| Octal | 44 | 172 | 246 | 116 | 33 | 0 | 43 | 310 | 100 | 50 |
| Binary | 100100 | 1111010 | 10100110 | 1001110 | 11011 | 0 | 100011 | 11001000 | 1000000 | 101000 |
Color Harmonies of #247AA6
Complementary color
Monochromatic Colors of #247AA6
Black with #247AA6
Text Example
Text Example
White with #247AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247AA6; }
p { color: rgb(36,122,166); }
H1.HeaderClassName
{
color: #247AA6;
}
.AnyTagClassName
{
color: #247AA6;
}
</style>
background-color css
<style>
a { background-color: #247AA6; }
a { background-color: rgb(36,122,166); }
div.DivClassName
{
background-color: #247AA6;
}
.BgClassName
{
background-color: #247AA6;
}
</style>
border-color css
<style>
span { border-color: #247AA6; }
span { border-color: rgb(36,122,166); }
td.TdClassName
{
border-color: #247AA6;
}
.TagClassName
{
border-color: #247AA6;
}
</style>