Shades of Allports #24657F
Tints of Allports #24657F
RGB
CMYK
RGB Variations
Color information
#24657F (or 0x24657F) is known color: Allports. HEX triplet: 24, 65 and 7F. RGB value is (36,101,127). Sum of RGB (Red+Green+Blue) = 36+101+127=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #24657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24657F is #DB9A80. Grayscale: #545454. Windows color (decimal): -14391937 or 8348964. OLE color: 8348964.
HSL color Cylindrical-coordinate representation of color #24657F: hue angle of 197.14º 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 #24657F is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 101 | 127 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.50 |
| HSL | 197.14º | 0.56% | 0.32% | - |
| HSV(B) | 197.14º | 0.72% | 0.5% | - |
| XYZ | 9.21 | 11.21 | 21.76 | - |
| YUV | 84.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 127 | 0.72 | 0.20 | 0 | 0.50 | 197.14 | 0.56 | 0.32 |
| Hex | 24 | 65 | 7F | 48 | 14 | 0 | 32 | C5 | 38 | 20 |
| Octal | 44 | 145 | 177 | 110 | 24 | 0 | 62 | 305 | 70 | 40 |
| Binary | 100100 | 1100101 | 1111111 | 1001000 | 10100 | 0 | 110010 | 11000101 | 111000 | 100000 |
Color Harmonies of #24657F
Complementary color
Monochromatic Colors of #24657F
Black with #24657F
Text Example
Text Example
White with #24657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24657F; }
p { color: rgb(36,101,127); }
H1.HeaderClassName
{
color: #24657F;
}
.AnyTagClassName
{
color: #24657F;
}
</style>
background-color css
<style>
a { background-color: #24657F; }
a { background-color: rgb(36,101,127); }
div.DivClassName
{
background-color: #24657F;
}
.BgClassName
{
background-color: #24657F;
}
</style>
border-color css
<style>
span { border-color: #24657F; }
span { border-color: rgb(36,101,127); }
td.TdClassName
{
border-color: #24657F;
}
.TagClassName
{
border-color: #24657F;
}
</style>