Shades of Allports #24626C
Tints of Allports #24626C
RGB
CMYK
RGB Variations
Color information
#24626C (or 0x24626C) is known color: Allports. HEX triplet: 24, 62 and 6C. RGB value is (36,98,108). Sum of RGB (Red+Green+Blue) = 36+98+108=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 108 - color contains mainly: blue. Hex color #24626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24626C is #DB9D93. Grayscale: #505050. Windows color (decimal): -14392724 or 7103012. OLE color: 7103012.
HSL color Cylindrical-coordinate representation of color #24626C: hue angle of 188.33º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24626C is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 98 | 108 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.58 |
| HSL | 188.33º | 0.5% | 0.28% | - |
| HSV(B) | 188.33º | 0.67% | 0.42% | - |
| XYZ | 7.8 | 10.19 | 15.74 | - |
| YUV | 80.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 108 | 0.67 | 0.09 | 0 | 0.58 | 188.33 | 0.5 | 0.28 |
| Hex | 24 | 62 | 6C | 43 | 9 | 0 | 3A | BC | 32 | 1C |
| Octal | 44 | 142 | 154 | 103 | 11 | 0 | 72 | 274 | 62 | 34 |
| Binary | 100100 | 1100010 | 1101100 | 1000011 | 1001 | 0 | 111010 | 10111100 | 110010 | 11100 |
Color Harmonies of #24626C
Complementary color
Monochromatic Colors of #24626C
Black with #24626C
Text Example
Text Example
White with #24626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24626C; }
p { color: rgb(36,98,108); }
H1.HeaderClassName
{
color: #24626C;
}
.AnyTagClassName
{
color: #24626C;
}
</style>
background-color css
<style>
a { background-color: #24626C; }
a { background-color: rgb(36,98,108); }
div.DivClassName
{
background-color: #24626C;
}
.BgClassName
{
background-color: #24626C;
}
</style>
border-color css
<style>
span { border-color: #24626C; }
span { border-color: rgb(36,98,108); }
td.TdClassName
{
border-color: #24626C;
}
.TagClassName
{
border-color: #24626C;
}
</style>