Shades of Allports #24647D
Tints of Allports #24647D
RGB
CMYK
RGB Variations
Color information
#24647D (or 0x24647D) is known color: Allports. HEX triplet: 24, 64 and 7D. RGB value is (36,100,125). Sum of RGB (Red+Green+Blue) = 36+100+125=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #24647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24647D is #DB9B82. Grayscale: #535353. Windows color (decimal): -14392195 or 8217636. OLE color: 8217636.
HSL color Cylindrical-coordinate representation of color #24647D: hue angle of 196.85º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24647D is Cyan = 0.71, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 100 | 125 | - |
| CMYK | 0.71 | 0.2 | 0 | 0.51 |
| HSL | 196.85º | 0.55% | 0.32% | - |
| HSV(B) | 196.85º | 0.71% | 0.49% | - |
| XYZ | 8.99 | 10.97 | 21.05 | - |
| YUV | 83.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 125 | 0.71 | 0.2 | 0 | 0.51 | 196.85 | 0.55 | 0.32 |
| Hex | 24 | 64 | 7D | 47 | 14 | 0 | 33 | C5 | 37 | 20 |
| Octal | 44 | 144 | 175 | 107 | 24 | 0 | 63 | 305 | 67 | 40 |
| Binary | 100100 | 1100100 | 1111101 | 1000111 | 10100 | 0 | 110011 | 11000101 | 110111 | 100000 |
Color Harmonies of #24647D
Complementary color
Monochromatic Colors of #24647D
Black with #24647D
Text Example
Text Example
White with #24647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24647D; }
p { color: rgb(36,100,125); }
H1.HeaderClassName
{
color: #24647D;
}
.AnyTagClassName
{
color: #24647D;
}
</style>
background-color css
<style>
a { background-color: #24647D; }
a { background-color: rgb(36,100,125); }
div.DivClassName
{
background-color: #24647D;
}
.BgClassName
{
background-color: #24647D;
}
</style>
border-color css
<style>
span { border-color: #24647D; }
span { border-color: rgb(36,100,125); }
td.TdClassName
{
border-color: #24647D;
}
.TagClassName
{
border-color: #24647D;
}
</style>