Shades of Lochmara #247FAC
Tints of Lochmara #247FAC
RGB
CMYK
RGB Variations
Color information
#247FAC (or 0x247FAC) is known color: Lochmara. HEX triplet: 24, 7F and AC. RGB value is (36,127,172). Sum of RGB (Red+Green+Blue) = 36+127+172=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #247FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247FAC is #DB8053. Grayscale: #686868. Windows color (decimal): -14385236 or 11304740. OLE color: 11304740.
HSL color Cylindrical-coordinate representation of color #247FAC: hue angle of 199.85º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #247FAC is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 127 | 172 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.33 |
| HSL | 199.85º | 0.65% | 0.41% | - |
| HSV(B) | 199.85º | 0.79% | 0.67% | - |
| XYZ | 15.76 | 18.53 | 41.78 | - |
| YUV | 104.92 | 165.85 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 172 | 0.79 | 0.26 | 0 | 0.33 | 199.85 | 0.65 | 0.41 |
| Hex | 24 | 7F | AC | 4F | 1A | 0 | 21 | C8 | 41 | 29 |
| Octal | 44 | 177 | 254 | 117 | 32 | 0 | 41 | 310 | 101 | 51 |
| Binary | 100100 | 1111111 | 10101100 | 1001111 | 11010 | 0 | 100001 | 11001000 | 1000001 | 101001 |
Color Harmonies of #247FAC
Complementary color
Monochromatic Colors of #247FAC
Black with #247FAC
Text Example
Text Example
White with #247FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FAC; }
p { color: rgb(36,127,172); }
H1.HeaderClassName
{
color: #247FAC;
}
.AnyTagClassName
{
color: #247FAC;
}
</style>
background-color css
<style>
a { background-color: #247FAC; }
a { background-color: rgb(36,127,172); }
div.DivClassName
{
background-color: #247FAC;
}
.BgClassName
{
background-color: #247FAC;
}
</style>
border-color css
<style>
span { border-color: #247FAC; }
span { border-color: rgb(36,127,172); }
td.TdClassName
{
border-color: #247FAC;
}
.TagClassName
{
border-color: #247FAC;
}
</style>