Shades of Lochmara #24639B
Tints of Lochmara #24639B
RGB
CMYK
RGB Variations
Color information
#24639B (or 0x24639B) is known color: Lochmara. HEX triplet: 24, 63 and 9B. RGB value is (36,99,155). Sum of RGB (Red+Green+Blue) = 36+99+155=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #24639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24639B is #DB9C64. Grayscale: #565656. Windows color (decimal): -14392421 or 10183460. OLE color: 10183460.
HSL color Cylindrical-coordinate representation of color #24639B: hue angle of 208.24º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24639B is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 99 | 155 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.39 |
| HSL | 208.24º | 0.62% | 0.37% | - |
| HSV(B) | 208.24º | 0.77% | 0.61% | - |
| XYZ | 11.11 | 11.67 | 32.68 | - |
| YUV | 86.55 | 166.63 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 155 | 0.77 | 0.36 | 0 | 0.39 | 208.24 | 0.62 | 0.37 |
| Hex | 24 | 63 | 9B | 4D | 24 | 0 | 27 | D0 | 3E | 25 |
| Octal | 44 | 143 | 233 | 115 | 44 | 0 | 47 | 320 | 76 | 45 |
| Binary | 100100 | 1100011 | 10011011 | 1001101 | 100100 | 0 | 100111 | 11010000 | 111110 | 100101 |
Color Harmonies of #24639B
Complementary color
Monochromatic Colors of #24639B
Black with #24639B
Text Example
Text Example
White with #24639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24639B; }
p { color: rgb(36,99,155); }
H1.HeaderClassName
{
color: #24639B;
}
.AnyTagClassName
{
color: #24639B;
}
</style>
background-color css
<style>
a { background-color: #24639B; }
a { background-color: rgb(36,99,155); }
div.DivClassName
{
background-color: #24639B;
}
.BgClassName
{
background-color: #24639B;
}
</style>
border-color css
<style>
span { border-color: #24639B; }
span { border-color: rgb(36,99,155); }
td.TdClassName
{
border-color: #24639B;
}
.TagClassName
{
border-color: #24639B;
}
</style>