Shades of Lochmara #247395
Tints of Lochmara #247395
RGB
CMYK
RGB Variations
Color information
#247395 (or 0x247395) is known color: Lochmara. HEX triplet: 24, 73 and 95. RGB value is (36,115,149). Sum of RGB (Red+Green+Blue) = 36+115+149=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #247395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247395 is #DB8C6A. Grayscale: #5F5F5F. Windows color (decimal): -14388331 or 9794340. OLE color: 9794340.
HSL color Cylindrical-coordinate representation of color #247395: hue angle of 198.05º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247395 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 115 | 149 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.42 |
| HSL | 198.05º | 0.61% | 0.36% | - |
| HSV(B) | 198.05º | 0.76% | 0.58% | - |
| XYZ | 12.28 | 14.81 | 30.64 | - |
| YUV | 95.26 | 158.33 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 149 | 0.76 | 0.23 | 0 | 0.42 | 198.05 | 0.61 | 0.36 |
| Hex | 24 | 73 | 95 | 4C | 17 | 0 | 2A | C6 | 3D | 24 |
| Octal | 44 | 163 | 225 | 114 | 27 | 0 | 52 | 306 | 75 | 44 |
| Binary | 100100 | 1110011 | 10010101 | 1001100 | 10111 | 0 | 101010 | 11000110 | 111101 | 100100 |
Color Harmonies of #247395
Complementary color
Monochromatic Colors of #247395
Black with #247395
Text Example
Text Example
White with #247395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247395; }
p { color: rgb(36,115,149); }
H1.HeaderClassName
{
color: #247395;
}
.AnyTagClassName
{
color: #247395;
}
</style>
background-color css
<style>
a { background-color: #247395; }
a { background-color: rgb(36,115,149); }
div.DivClassName
{
background-color: #247395;
}
.BgClassName
{
background-color: #247395;
}
</style>
border-color css
<style>
span { border-color: #247395; }
span { border-color: rgb(36,115,149); }
td.TdClassName
{
border-color: #247395;
}
.TagClassName
{
border-color: #247395;
}
</style>