Shades of Allports #24647F
Tints of Allports #24647F
RGB
CMYK
RGB Variations
Color information
#24647F (or 0x24647F) is known color: Allports. HEX triplet: 24, 64 and 7F. RGB value is (36,100,127). Sum of RGB (Red+Green+Blue) = 36+100+127=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #24647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24647F is #DB9B80. Grayscale: #535353. Windows color (decimal): -14392193 or 8348708. OLE color: 8348708.
HSL color Cylindrical-coordinate representation of color #24647F: hue angle of 197.8º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #24647F is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 100 | 127 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.50 |
| HSL | 197.8º | 0.56% | 0.32% | - |
| HSV(B) | 197.8º | 0.72% | 0.5% | - |
| XYZ | 9.12 | 11.02 | 21.73 | - |
| YUV | 83.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 127 | 0.72 | 0.21 | 0 | 0.50 | 197.8 | 0.56 | 0.32 |
| Hex | 24 | 64 | 7F | 48 | 15 | 0 | 32 | C6 | 38 | 20 |
| Octal | 44 | 144 | 177 | 110 | 25 | 0 | 62 | 306 | 70 | 40 |
| Binary | 100100 | 1100100 | 1111111 | 1001000 | 10101 | 0 | 110010 | 11000110 | 111000 | 100000 |
Color Harmonies of #24647F
Complementary color
Monochromatic Colors of #24647F
Black with #24647F
Text Example
Text Example
White with #24647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24647F; }
p { color: rgb(36,100,127); }
H1.HeaderClassName
{
color: #24647F;
}
.AnyTagClassName
{
color: #24647F;
}
</style>
background-color css
<style>
a { background-color: #24647F; }
a { background-color: rgb(36,100,127); }
div.DivClassName
{
background-color: #24647F;
}
.BgClassName
{
background-color: #24647F;
}
</style>
border-color css
<style>
span { border-color: #24647F; }
span { border-color: rgb(36,100,127); }
td.TdClassName
{
border-color: #24647F;
}
.TagClassName
{
border-color: #24647F;
}
</style>