Shades of Allports #24646F
Tints of Allports #24646F
RGB
CMYK
RGB Variations
Color information
#24646F (or 0x24646F) is known color: Allports. HEX triplet: 24, 64 and 6F. RGB value is (36,100,111). Sum of RGB (Red+Green+Blue) = 36+100+111=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 111 - color contains mainly: blue. Hex color #24646F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24646F is #DB9B90. Grayscale: #525252. Windows color (decimal): -14392209 or 7300132. OLE color: 7300132.
HSL color Cylindrical-coordinate representation of color #24646F: hue angle of 188.8º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24646F is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 100 | 111 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.56 |
| HSL | 188.8º | 0.51% | 0.29% | - |
| HSV(B) | 188.8º | 0.68% | 0.44% | - |
| XYZ | 8.15 | 10.64 | 16.66 | - |
| YUV | 82.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 111 | 0.68 | 0.10 | 0 | 0.56 | 188.8 | 0.51 | 0.29 |
| Hex | 24 | 64 | 6F | 44 | A | 0 | 38 | BD | 33 | 1D |
| Octal | 44 | 144 | 157 | 104 | 12 | 0 | 70 | 275 | 63 | 35 |
| Binary | 100100 | 1100100 | 1101111 | 1000100 | 1010 | 0 | 111000 | 10111101 | 110011 | 11101 |
Color Harmonies of #24646F
Complementary color
Monochromatic Colors of #24646F
Black with #24646F
Text Example
Text Example
White with #24646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24646F; }
p { color: rgb(36,100,111); }
H1.HeaderClassName
{
color: #24646F;
}
.AnyTagClassName
{
color: #24646F;
}
</style>
background-color css
<style>
a { background-color: #24646F; }
a { background-color: rgb(36,100,111); }
div.DivClassName
{
background-color: #24646F;
}
.BgClassName
{
background-color: #24646F;
}
</style>
border-color css
<style>
span { border-color: #24646F; }
span { border-color: rgb(36,100,111); }
td.TdClassName
{
border-color: #24646F;
}
.TagClassName
{
border-color: #24646F;
}
</style>