Shades of Lochmara #24659B
Tints of Lochmara #24659B
RGB
CMYK
RGB Variations
Color information
#24659B (or 0x24659B) is known color: Lochmara. HEX triplet: 24, 65 and 9B. RGB value is (36,101,155). Sum of RGB (Red+Green+Blue) = 36+101+155=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #24659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24659B is #DB9A64. Grayscale: #575757. Windows color (decimal): -14391909 or 10183972. OLE color: 10183972.
HSL color Cylindrical-coordinate representation of color #24659B: hue angle of 207.23º 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 #24659B is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 101 | 155 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.39 |
| HSL | 207.23º | 0.62% | 0.37% | - |
| HSV(B) | 207.23º | 0.77% | 0.61% | - |
| XYZ | 11.3 | 12.05 | 32.74 | - |
| YUV | 87.72 | 165.97 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 155 | 0.77 | 0.35 | 0 | 0.39 | 207.23 | 0.62 | 0.37 |
| Hex | 24 | 65 | 9B | 4D | 23 | 0 | 27 | CF | 3E | 25 |
| Octal | 44 | 145 | 233 | 115 | 43 | 0 | 47 | 317 | 76 | 45 |
| Binary | 100100 | 1100101 | 10011011 | 1001101 | 100011 | 0 | 100111 | 11001111 | 111110 | 100101 |
Color Harmonies of #24659B
Complementary color
Monochromatic Colors of #24659B
Black with #24659B
Text Example
Text Example
White with #24659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24659B; }
p { color: rgb(36,101,155); }
H1.HeaderClassName
{
color: #24659B;
}
.AnyTagClassName
{
color: #24659B;
}
</style>
background-color css
<style>
a { background-color: #24659B; }
a { background-color: rgb(36,101,155); }
div.DivClassName
{
background-color: #24659B;
}
.BgClassName
{
background-color: #24659B;
}
</style>
border-color css
<style>
span { border-color: #24659B; }
span { border-color: rgb(36,101,155); }
td.TdClassName
{
border-color: #24659B;
}
.TagClassName
{
border-color: #24659B;
}
</style>