Shades of Lochmara #24729E
Tints of Lochmara #24729E
RGB
CMYK
RGB Variations
Color information
#24729E (or 0x24729E) is known color: Lochmara. HEX triplet: 24, 72 and 9E. RGB value is (36,114,158). Sum of RGB (Red+Green+Blue) = 36+114+158=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #24729E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24729E is #DB8D61. Grayscale: #5F5F5F. Windows color (decimal): -14388578 or 10383908. OLE color: 10383908.
HSL color Cylindrical-coordinate representation of color #24729E: hue angle of 201.64º 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 #24729E is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 114 | 158 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.38 |
| HSL | 201.64º | 0.63% | 0.38% | - |
| HSV(B) | 201.64º | 0.77% | 0.62% | - |
| XYZ | 12.92 | 14.88 | 34.54 | - |
| YUV | 95.69 | 163.16 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 158 | 0.77 | 0.28 | 0 | 0.38 | 201.64 | 0.63 | 0.38 |
| Hex | 24 | 72 | 9E | 4D | 1C | 0 | 26 | CA | 3F | 26 |
| Octal | 44 | 162 | 236 | 115 | 34 | 0 | 46 | 312 | 77 | 46 |
| Binary | 100100 | 1110010 | 10011110 | 1001101 | 11100 | 0 | 100110 | 11001010 | 111111 | 100110 |
Color Harmonies of #24729E
Complementary color
Monochromatic Colors of #24729E
Black with #24729E
Text Example
Text Example
White with #24729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24729E; }
p { color: rgb(36,114,158); }
H1.HeaderClassName
{
color: #24729E;
}
.AnyTagClassName
{
color: #24729E;
}
</style>
background-color css
<style>
a { background-color: #24729E; }
a { background-color: rgb(36,114,158); }
div.DivClassName
{
background-color: #24729E;
}
.BgClassName
{
background-color: #24729E;
}
</style>
border-color css
<style>
span { border-color: #24729E; }
span { border-color: rgb(36,114,158); }
td.TdClassName
{
border-color: #24729E;
}
.TagClassName
{
border-color: #24729E;
}
</style>