Shades of Allports #24667F
Tints of Allports #24667F
RGB
CMYK
RGB Variations
Color information
#24667F (or 0x24667F) is known color: Allports. HEX triplet: 24, 66 and 7F. RGB value is (36,102,127). Sum of RGB (Red+Green+Blue) = 36+102+127=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #24667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24667F is #DB9980. Grayscale: #545454. Windows color (decimal): -14391681 or 8349220. OLE color: 8349220.
HSL color Cylindrical-coordinate representation of color #24667F: hue angle of 196.48º 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 #24667F is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 102 | 127 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.50 |
| HSL | 196.48º | 0.56% | 0.32% | - |
| HSV(B) | 196.48º | 0.72% | 0.5% | - |
| XYZ | 9.31 | 11.41 | 21.79 | - |
| YUV | 85.12 | 151.63 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 127 | 0.72 | 0.20 | 0 | 0.50 | 196.48 | 0.56 | 0.32 |
| Hex | 24 | 66 | 7F | 48 | 14 | 0 | 32 | C4 | 38 | 20 |
| Octal | 44 | 146 | 177 | 110 | 24 | 0 | 62 | 304 | 70 | 40 |
| Binary | 100100 | 1100110 | 1111111 | 1001000 | 10100 | 0 | 110010 | 11000100 | 111000 | 100000 |
Color Harmonies of #24667F
Complementary color
Monochromatic Colors of #24667F
Black with #24667F
Text Example
Text Example
White with #24667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24667F; }
p { color: rgb(36,102,127); }
H1.HeaderClassName
{
color: #24667F;
}
.AnyTagClassName
{
color: #24667F;
}
</style>
background-color css
<style>
a { background-color: #24667F; }
a { background-color: rgb(36,102,127); }
div.DivClassName
{
background-color: #24667F;
}
.BgClassName
{
background-color: #24667F;
}
</style>
border-color css
<style>
span { border-color: #24667F; }
span { border-color: rgb(36,102,127); }
td.TdClassName
{
border-color: #24667F;
}
.TagClassName
{
border-color: #24667F;
}
</style>