Shades of Lochmara #247AA3
Tints of Lochmara #247AA3
RGB
CMYK
RGB Variations
Color information
#247AA3 (or 0x247AA3) is known color: Lochmara. HEX triplet: 24, 7A and A3. RGB value is (36,122,163). Sum of RGB (Red+Green+Blue) = 36+122+163=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 163 (64.06% from 255 or 50.78% from 321); Max value from RGB is 163 - color contains mainly: blue. Hex color #247AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247AA3 is #DB855C. Grayscale: #646464. Windows color (decimal): -14386525 or 10713636. OLE color: 10713636.
HSL color Cylindrical-coordinate representation of color #247AA3: hue angle of 199.37º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #247AA3 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 122 | 163 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.36 |
| HSL | 199.37º | 0.64% | 0.39% | - |
| HSV(B) | 199.37º | 0.78% | 0.64% | - |
| XYZ | 14.3 | 16.94 | 37.17 | - |
| YUV | 100.96 | 163.01 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 163 | 0.78 | 0.25 | 0 | 0.36 | 199.37 | 0.64 | 0.39 |
| Hex | 24 | 7A | A3 | 4E | 19 | 0 | 24 | C7 | 40 | 27 |
| Octal | 44 | 172 | 243 | 116 | 31 | 0 | 44 | 307 | 100 | 47 |
| Binary | 100100 | 1111010 | 10100011 | 1001110 | 11001 | 0 | 100100 | 11000111 | 1000000 | 100111 |
Color Harmonies of #247AA3
Complementary color
Monochromatic Colors of #247AA3
Black with #247AA3
Text Example
Text Example
White with #247AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247AA3; }
p { color: rgb(36,122,163); }
H1.HeaderClassName
{
color: #247AA3;
}
.AnyTagClassName
{
color: #247AA3;
}
</style>
background-color css
<style>
a { background-color: #247AA3; }
a { background-color: rgb(36,122,163); }
div.DivClassName
{
background-color: #247AA3;
}
.BgClassName
{
background-color: #247AA3;
}
</style>
border-color css
<style>
span { border-color: #247AA3; }
span { border-color: rgb(36,122,163); }
td.TdClassName
{
border-color: #247AA3;
}
.TagClassName
{
border-color: #247AA3;
}
</style>