Shades of Lochmara #24629C
Tints of Lochmara #24629C
RGB
CMYK
RGB Variations
Color information
#24629C (or 0x24629C) is known color: Lochmara. HEX triplet: 24, 62 and 9C. RGB value is (36,98,156). Sum of RGB (Red+Green+Blue) = 36+98+156=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #24629C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24629C is #DB9D63. Grayscale: #555555. Windows color (decimal): -14392676 or 10248740. OLE color: 10248740.
HSL color Cylindrical-coordinate representation of color #24629C: hue angle of 209º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24629C is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 98 | 156 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.39 |
| HSL | 209º | 0.63% | 0.38% | - |
| HSV(B) | 209º | 0.77% | 0.61% | - |
| XYZ | 11.1 | 11.51 | 33.09 | - |
| YUV | 86.07 | 167.46 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 156 | 0.77 | 0.37 | 0 | 0.39 | 209 | 0.63 | 0.38 |
| Hex | 24 | 62 | 9C | 4D | 25 | 0 | 27 | D1 | 3E | 26 |
| Octal | 44 | 142 | 234 | 115 | 45 | 0 | 47 | 321 | 76 | 46 |
| Binary | 100100 | 1100010 | 10011100 | 1001101 | 100101 | 0 | 100111 | 11010001 | 111110 | 100110 |
Color Harmonies of #24629C
Complementary color
Monochromatic Colors of #24629C
Black with #24629C
Text Example
Text Example
White with #24629C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24629C; }
p { color: rgb(36,98,156); }
H1.HeaderClassName
{
color: #24629C;
}
.AnyTagClassName
{
color: #24629C;
}
</style>
background-color css
<style>
a { background-color: #24629C; }
a { background-color: rgb(36,98,156); }
div.DivClassName
{
background-color: #24629C;
}
.BgClassName
{
background-color: #24629C;
}
</style>
border-color css
<style>
span { border-color: #24629C; }
span { border-color: rgb(36,98,156); }
td.TdClassName
{
border-color: #24629C;
}
.TagClassName
{
border-color: #24629C;
}
</style>