Shades of Allports #24778F
Tints of Allports #24778F
RGB
CMYK
RGB Variations
Color information
#24778F (or 0x24778F) is known color: Allports. HEX triplet: 24, 77 and 8F. RGB value is (36,119,143). Sum of RGB (Red+Green+Blue) = 36+119+143=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #24778F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24778F is #DB8870. Grayscale: #606060. Windows color (decimal): -14387313 or 9402148. OLE color: 9402148.
HSL color Cylindrical-coordinate representation of color #24778F: hue angle of 193.46º 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 #24778F is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 119 | 143 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.44 |
| HSL | 193.46º | 0.6% | 0.35% | - |
| HSV(B) | 193.46º | 0.75% | 0.56% | - |
| XYZ | 12.28 | 15.55 | 28.34 | - |
| YUV | 96.92 | 154 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 143 | 0.75 | 0.17 | 0 | 0.44 | 193.46 | 0.6 | 0.35 |
| Hex | 24 | 77 | 8F | 4B | 11 | 0 | 2C | C1 | 3C | 23 |
| Octal | 44 | 167 | 217 | 113 | 21 | 0 | 54 | 301 | 74 | 43 |
| Binary | 100100 | 1110111 | 10001111 | 1001011 | 10001 | 0 | 101100 | 11000001 | 111100 | 100011 |
Color Harmonies of #24778F
Complementary color
Monochromatic Colors of #24778F
Black with #24778F
Text Example
Text Example
White with #24778F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24778F; }
p { color: rgb(36,119,143); }
H1.HeaderClassName
{
color: #24778F;
}
.AnyTagClassName
{
color: #24778F;
}
</style>
background-color css
<style>
a { background-color: #24778F; }
a { background-color: rgb(36,119,143); }
div.DivClassName
{
background-color: #24778F;
}
.BgClassName
{
background-color: #24778F;
}
</style>
border-color css
<style>
span { border-color: #24778F; }
span { border-color: rgb(36,119,143); }
td.TdClassName
{
border-color: #24778F;
}
.TagClassName
{
border-color: #24778F;
}
</style>