Shades of Lochmara #24759D
Tints of Lochmara #24759D
RGB
CMYK
RGB Variations
Color information
#24759D (or 0x24759D) is known color: Lochmara. HEX triplet: 24, 75 and 9D. RGB value is (36,117,157). Sum of RGB (Red+Green+Blue) = 36+117+157=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #24759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24759D is #DB8A62. Grayscale: #616161. Windows color (decimal): -14387811 or 10319140. OLE color: 10319140.
HSL color Cylindrical-coordinate representation of color #24759D: hue angle of 199.83º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24759D is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 117 | 157 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.38 |
| HSL | 199.83º | 0.63% | 0.38% | - |
| HSV(B) | 199.83º | 0.77% | 0.62% | - |
| XYZ | 13.17 | 15.53 | 34.2 | - |
| YUV | 97.34 | 161.66 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 157 | 0.77 | 0.25 | 0 | 0.38 | 199.83 | 0.63 | 0.38 |
| Hex | 24 | 75 | 9D | 4D | 19 | 0 | 26 | C8 | 3F | 26 |
| Octal | 44 | 165 | 235 | 115 | 31 | 0 | 46 | 310 | 77 | 46 |
| Binary | 100100 | 1110101 | 10011101 | 1001101 | 11001 | 0 | 100110 | 11001000 | 111111 | 100110 |
Color Harmonies of #24759D
Complementary color
Monochromatic Colors of #24759D
Black with #24759D
Text Example
Text Example
White with #24759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24759D; }
p { color: rgb(36,117,157); }
H1.HeaderClassName
{
color: #24759D;
}
.AnyTagClassName
{
color: #24759D;
}
</style>
background-color css
<style>
a { background-color: #24759D; }
a { background-color: rgb(36,117,157); }
div.DivClassName
{
background-color: #24759D;
}
.BgClassName
{
background-color: #24759D;
}
</style>
border-color css
<style>
span { border-color: #24759D; }
span { border-color: rgb(36,117,157); }
td.TdClassName
{
border-color: #24759D;
}
.TagClassName
{
border-color: #24759D;
}
</style>