Shades of Allports #24778A
Tints of Allports #24778A
RGB
CMYK
RGB Variations
Color information
#24778A (or 0x24778A) is known color: Allports. HEX triplet: 24, 77 and 8A. RGB value is (36,119,138). Sum of RGB (Red+Green+Blue) = 36+119+138=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #24778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24778A is #DB8875. Grayscale: #606060. Windows color (decimal): -14387318 or 9074468. OLE color: 9074468.
HSL color Cylindrical-coordinate representation of color #24778A: hue angle of 191.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24778A is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 119 | 138 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.46 |
| HSL | 191.18º | 0.59% | 0.34% | - |
| HSV(B) | 191.18º | 0.74% | 0.54% | - |
| XYZ | 11.91 | 15.4 | 26.39 | - |
| YUV | 96.35 | 151.5 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 138 | 0.74 | 0.14 | 0 | 0.46 | 191.18 | 0.59 | 0.34 |
| Hex | 24 | 77 | 8A | 4A | E | 0 | 2E | BF | 3B | 22 |
| Octal | 44 | 167 | 212 | 112 | 16 | 0 | 56 | 277 | 73 | 42 |
| Binary | 100100 | 1110111 | 10001010 | 1001010 | 1110 | 0 | 101110 | 10111111 | 111011 | 100010 |
Color Harmonies of #24778A
Complementary color
Monochromatic Colors of #24778A
Black with #24778A
Text Example
Text Example
White with #24778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24778A; }
p { color: rgb(36,119,138); }
H1.HeaderClassName
{
color: #24778A;
}
.AnyTagClassName
{
color: #24778A;
}
</style>
background-color css
<style>
a { background-color: #24778A; }
a { background-color: rgb(36,119,138); }
div.DivClassName
{
background-color: #24778A;
}
.BgClassName
{
background-color: #24778A;
}
</style>
border-color css
<style>
span { border-color: #24778A; }
span { border-color: rgb(36,119,138); }
td.TdClassName
{
border-color: #24778A;
}
.TagClassName
{
border-color: #24778A;
}
</style>