Shades of Allports #24798A
Tints of Allports #24798A
RGB
CMYK
RGB Variations
Color information
#24798A (or 0x24798A) is known color: Allports. HEX triplet: 24, 79 and 8A. RGB value is (36,121,138). Sum of RGB (Red+Green+Blue) = 36+121+138=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #24798A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24798A is #DB8675. Grayscale: #616161. Windows color (decimal): -14386806 or 9074980. OLE color: 9074980.
HSL color Cylindrical-coordinate representation of color #24798A: hue angle of 190º 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 #24798A is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 121 | 138 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.46 |
| HSL | 190º | 0.59% | 0.34% | - |
| HSV(B) | 190º | 0.74% | 0.54% | - |
| XYZ | 12.15 | 15.88 | 26.47 | - |
| YUV | 97.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 138 | 0.74 | 0.12 | 0 | 0.46 | 190 | 0.59 | 0.34 |
| Hex | 24 | 79 | 8A | 4A | C | 0 | 2E | BE | 3B | 22 |
| Octal | 44 | 171 | 212 | 112 | 14 | 0 | 56 | 276 | 73 | 42 |
| Binary | 100100 | 1111001 | 10001010 | 1001010 | 1100 | 0 | 101110 | 10111110 | 111011 | 100010 |
Color Harmonies of #24798A
Complementary color
Monochromatic Colors of #24798A
Black with #24798A
Text Example
Text Example
White with #24798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24798A; }
p { color: rgb(36,121,138); }
H1.HeaderClassName
{
color: #24798A;
}
.AnyTagClassName
{
color: #24798A;
}
</style>
background-color css
<style>
a { background-color: #24798A; }
a { background-color: rgb(36,121,138); }
div.DivClassName
{
background-color: #24798A;
}
.BgClassName
{
background-color: #24798A;
}
</style>
border-color css
<style>
span { border-color: #24798A; }
span { border-color: rgb(36,121,138); }
td.TdClassName
{
border-color: #24798A;
}
.TagClassName
{
border-color: #24798A;
}
</style>