Shades of Lochmara #24779B
Tints of Lochmara #24779B
RGB
CMYK
RGB Variations
Color information
#24779B (or 0x24779B) is known color: Lochmara. HEX triplet: 24, 77 and 9B. RGB value is (36,119,155). Sum of RGB (Red+Green+Blue) = 36+119+155=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #24779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24779B is #DB8864. Grayscale: #626262. Windows color (decimal): -14387301 or 10188580. OLE color: 10188580.
HSL color Cylindrical-coordinate representation of color #24779B: hue angle of 198.15º 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 #24779B is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 119 | 155 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.39 |
| HSL | 198.15º | 0.62% | 0.37% | - |
| HSV(B) | 198.15º | 0.77% | 0.61% | - |
| XYZ | 13.24 | 15.94 | 33.39 | - |
| YUV | 98.29 | 160 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 155 | 0.77 | 0.23 | 0 | 0.39 | 198.15 | 0.62 | 0.37 |
| Hex | 24 | 77 | 9B | 4D | 17 | 0 | 27 | C6 | 3E | 25 |
| Octal | 44 | 167 | 233 | 115 | 27 | 0 | 47 | 306 | 76 | 45 |
| Binary | 100100 | 1110111 | 10011011 | 1001101 | 10111 | 0 | 100111 | 11000110 | 111110 | 100101 |
Color Harmonies of #24779B
Complementary color
Monochromatic Colors of #24779B
Black with #24779B
Text Example
Text Example
White with #24779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24779B; }
p { color: rgb(36,119,155); }
H1.HeaderClassName
{
color: #24779B;
}
.AnyTagClassName
{
color: #24779B;
}
</style>
background-color css
<style>
a { background-color: #24779B; }
a { background-color: rgb(36,119,155); }
div.DivClassName
{
background-color: #24779B;
}
.BgClassName
{
background-color: #24779B;
}
</style>
border-color css
<style>
span { border-color: #24779B; }
span { border-color: rgb(36,119,155); }
td.TdClassName
{
border-color: #24779B;
}
.TagClassName
{
border-color: #24779B;
}
</style>