Shades of Allports #24778E
Tints of Allports #24778E
RGB
CMYK
RGB Variations
Color information
#24778E (or 0x24778E) is known color: Allports. HEX triplet: 24, 77 and 8E. RGB value is (36,119,142). Sum of RGB (Red+Green+Blue) = 36+119+142=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #24778E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24778E is #DB8871. Grayscale: #606060. Windows color (decimal): -14387314 or 9336612. OLE color: 9336612.
HSL color Cylindrical-coordinate representation of color #24778E: hue angle of 193.02º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24778E is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 119 | 142 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.44 |
| HSL | 193.02º | 0.6% | 0.35% | - |
| HSV(B) | 193.02º | 0.75% | 0.56% | - |
| XYZ | 12.21 | 15.52 | 27.94 | - |
| YUV | 96.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 142 | 0.75 | 0.16 | 0 | 0.44 | 193.02 | 0.6 | 0.35 |
| Hex | 24 | 77 | 8E | 4B | 10 | 0 | 2C | C1 | 3C | 23 |
| Octal | 44 | 167 | 216 | 113 | 20 | 0 | 54 | 301 | 74 | 43 |
| Binary | 100100 | 1110111 | 10001110 | 1001011 | 10000 | 0 | 101100 | 11000001 | 111100 | 100011 |
Color Harmonies of #24778E
Complementary color
Monochromatic Colors of #24778E
Black with #24778E
Text Example
Text Example
White with #24778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24778E; }
p { color: rgb(36,119,142); }
H1.HeaderClassName
{
color: #24778E;
}
.AnyTagClassName
{
color: #24778E;
}
</style>
background-color css
<style>
a { background-color: #24778E; }
a { background-color: rgb(36,119,142); }
div.DivClassName
{
background-color: #24778E;
}
.BgClassName
{
background-color: #24778E;
}
</style>
border-color css
<style>
span { border-color: #24778E; }
span { border-color: rgb(36,119,142); }
td.TdClassName
{
border-color: #24778E;
}
.TagClassName
{
border-color: #24778E;
}
</style>