Shades of Allports #24798B
Tints of Allports #24798B
RGB
CMYK
RGB Variations
Color information
#24798B (or 0x24798B) is known color: Allports. HEX triplet: 24, 79 and 8B. RGB value is (36,121,139). Sum of RGB (Red+Green+Blue) = 36+121+139=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #24798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24798B is #DB8674. Grayscale: #616161. Windows color (decimal): -14386805 or 9140516. OLE color: 9140516.
HSL color Cylindrical-coordinate representation of color #24798B: hue angle of 190.49º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24798B is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 121 | 139 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.45 |
| HSL | 190.49º | 0.59% | 0.34% | - |
| HSV(B) | 190.49º | 0.74% | 0.55% | - |
| XYZ | 12.23 | 15.91 | 26.85 | - |
| YUV | 97.64 | 151.34 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 139 | 0.74 | 0.13 | 0 | 0.45 | 190.49 | 0.59 | 0.34 |
| Hex | 24 | 79 | 8B | 4A | D | 0 | 2D | BE | 3B | 22 |
| Octal | 44 | 171 | 213 | 112 | 15 | 0 | 55 | 276 | 73 | 42 |
| Binary | 100100 | 1111001 | 10001011 | 1001010 | 1101 | 0 | 101101 | 10111110 | 111011 | 100010 |
Color Harmonies of #24798B
Complementary color
Monochromatic Colors of #24798B
Black with #24798B
Text Example
Text Example
White with #24798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24798B; }
p { color: rgb(36,121,139); }
H1.HeaderClassName
{
color: #24798B;
}
.AnyTagClassName
{
color: #24798B;
}
</style>
background-color css
<style>
a { background-color: #24798B; }
a { background-color: rgb(36,121,139); }
div.DivClassName
{
background-color: #24798B;
}
.BgClassName
{
background-color: #24798B;
}
</style>
border-color css
<style>
span { border-color: #24798B; }
span { border-color: rgb(36,121,139); }
td.TdClassName
{
border-color: #24798B;
}
.TagClassName
{
border-color: #24798B;
}
</style>