Shades of Lochmara #24709B
Tints of Lochmara #24709B
RGB
CMYK
RGB Variations
Color information
#24709B (or 0x24709B) is known color: Lochmara. HEX triplet: 24, 70 and 9B. RGB value is (36,112,155). Sum of RGB (Red+Green+Blue) = 36+112+155=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #24709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24709B is #DB8F64. Grayscale: #5D5D5D. Windows color (decimal): -14389093 or 10186788. OLE color: 10186788.
HSL color Cylindrical-coordinate representation of color #24709B: hue angle of 201.68º 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 #24709B is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 112 | 155 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.39 |
| HSL | 201.68º | 0.62% | 0.37% | - |
| HSV(B) | 201.68º | 0.77% | 0.61% | - |
| XYZ | 12.44 | 14.33 | 33.12 | - |
| YUV | 94.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 155 | 0.77 | 0.28 | 0 | 0.39 | 201.68 | 0.62 | 0.37 |
| Hex | 24 | 70 | 9B | 4D | 1C | 0 | 27 | CA | 3E | 25 |
| Octal | 44 | 160 | 233 | 115 | 34 | 0 | 47 | 312 | 76 | 45 |
| Binary | 100100 | 1110000 | 10011011 | 1001101 | 11100 | 0 | 100111 | 11001010 | 111110 | 100101 |
Color Harmonies of #24709B
Complementary color
Monochromatic Colors of #24709B
Black with #24709B
Text Example
Text Example
White with #24709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24709B; }
p { color: rgb(36,112,155); }
H1.HeaderClassName
{
color: #24709B;
}
.AnyTagClassName
{
color: #24709B;
}
</style>
background-color css
<style>
a { background-color: #24709B; }
a { background-color: rgb(36,112,155); }
div.DivClassName
{
background-color: #24709B;
}
.BgClassName
{
background-color: #24709B;
}
</style>
border-color css
<style>
span { border-color: #24709B; }
span { border-color: rgb(36,112,155); }
td.TdClassName
{
border-color: #24709B;
}
.TagClassName
{
border-color: #24709B;
}
</style>