Shades of Lochmara #24689E
Tints of Lochmara #24689E
RGB
CMYK
RGB Variations
Color information
#24689E (or 0x24689E) is known color: Lochmara. HEX triplet: 24, 68 and 9E. RGB value is (36,104,158). Sum of RGB (Red+Green+Blue) = 36+104+158=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #24689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24689E is #DB9761. Grayscale: #595959. Windows color (decimal): -14391138 or 10381348. OLE color: 10381348.
HSL color Cylindrical-coordinate representation of color #24689E: hue angle of 206.56º 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 #24689E is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 104 | 158 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.38 |
| HSL | 206.56º | 0.63% | 0.38% | - |
| HSV(B) | 206.56º | 0.77% | 0.62% | - |
| XYZ | 11.85 | 12.74 | 34.18 | - |
| YUV | 89.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 158 | 0.77 | 0.34 | 0 | 0.38 | 206.56 | 0.63 | 0.38 |
| Hex | 24 | 68 | 9E | 4D | 22 | 0 | 26 | CF | 3F | 26 |
| Octal | 44 | 150 | 236 | 115 | 42 | 0 | 46 | 317 | 77 | 46 |
| Binary | 100100 | 1101000 | 10011110 | 1001101 | 100010 | 0 | 100110 | 11001111 | 111111 | 100110 |
Color Harmonies of #24689E
Complementary color
Monochromatic Colors of #24689E
Black with #24689E
Text Example
Text Example
White with #24689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24689E; }
p { color: rgb(36,104,158); }
H1.HeaderClassName
{
color: #24689E;
}
.AnyTagClassName
{
color: #24689E;
}
</style>
background-color css
<style>
a { background-color: #24689E; }
a { background-color: rgb(36,104,158); }
div.DivClassName
{
background-color: #24689E;
}
.BgClassName
{
background-color: #24689E;
}
</style>
border-color css
<style>
span { border-color: #24689E; }
span { border-color: rgb(36,104,158); }
td.TdClassName
{
border-color: #24689E;
}
.TagClassName
{
border-color: #24689E;
}
</style>