Shades of Lochmara #24799A
Tints of Lochmara #24799A
RGB
CMYK
RGB Variations
Color information
#24799A (or 0x24799A) is known color: Lochmara. HEX triplet: 24, 79 and 9A. RGB value is (36,121,154). Sum of RGB (Red+Green+Blue) = 36+121+154=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #24799A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24799A is #DB8665. Grayscale: #636363. Windows color (decimal): -14386790 or 10123556. OLE color: 10123556.
HSL color Cylindrical-coordinate representation of color #24799A: hue angle of 196.78º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24799A is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 121 | 154 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.40 |
| HSL | 196.78º | 0.62% | 0.37% | - |
| HSV(B) | 196.78º | 0.77% | 0.6% | - |
| XYZ | 13.4 | 16.38 | 33.03 | - |
| YUV | 99.35 | 158.84 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 154 | 0.77 | 0.21 | 0 | 0.40 | 196.78 | 0.62 | 0.37 |
| Hex | 24 | 79 | 9A | 4D | 15 | 0 | 28 | C5 | 3E | 25 |
| Octal | 44 | 171 | 232 | 115 | 25 | 0 | 50 | 305 | 76 | 45 |
| Binary | 100100 | 1111001 | 10011010 | 1001101 | 10101 | 0 | 101000 | 11000101 | 111110 | 100101 |
Color Harmonies of #24799A
Complementary color
Monochromatic Colors of #24799A
Black with #24799A
Text Example
Text Example
White with #24799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24799A; }
p { color: rgb(36,121,154); }
H1.HeaderClassName
{
color: #24799A;
}
.AnyTagClassName
{
color: #24799A;
}
</style>
background-color css
<style>
a { background-color: #24799A; }
a { background-color: rgb(36,121,154); }
div.DivClassName
{
background-color: #24799A;
}
.BgClassName
{
background-color: #24799A;
}
</style>
border-color css
<style>
span { border-color: #24799A; }
span { border-color: rgb(36,121,154); }
td.TdClassName
{
border-color: #24799A;
}
.TagClassName
{
border-color: #24799A;
}
</style>