Shades of Allports #24748D
Tints of Allports #24748D
RGB
CMYK
RGB Variations
Color information
#24748D (or 0x24748D) is known color: Allports. HEX triplet: 24, 74 and 8D. RGB value is (36,116,141). Sum of RGB (Red+Green+Blue) = 36+116+141=293 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.29% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #24748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24748D is #DB8B72. Grayscale: #5E5E5E. Windows color (decimal): -14388083 or 9270308. OLE color: 9270308.
HSL color Cylindrical-coordinate representation of color #24748D: hue angle of 194.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24748D is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 116 | 141 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.45 |
| HSL | 194.29º | 0.59% | 0.35% | - |
| HSV(B) | 194.29º | 0.74% | 0.55% | - |
| XYZ | 11.78 | 14.79 | 27.43 | - |
| YUV | 94.93 | 154 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 141 | 0.74 | 0.18 | 0 | 0.45 | 194.29 | 0.59 | 0.35 |
| Hex | 24 | 74 | 8D | 4A | 12 | 0 | 2D | C2 | 3B | 23 |
| Octal | 44 | 164 | 215 | 112 | 22 | 0 | 55 | 302 | 73 | 43 |
| Binary | 100100 | 1110100 | 10001101 | 1001010 | 10010 | 0 | 101101 | 11000010 | 111011 | 100011 |
Color Harmonies of #24748D
Complementary color
Monochromatic Colors of #24748D
Black with #24748D
Text Example
Text Example
White with #24748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24748D; }
p { color: rgb(36,116,141); }
H1.HeaderClassName
{
color: #24748D;
}
.AnyTagClassName
{
color: #24748D;
}
</style>
background-color css
<style>
a { background-color: #24748D; }
a { background-color: rgb(36,116,141); }
div.DivClassName
{
background-color: #24748D;
}
.BgClassName
{
background-color: #24748D;
}
</style>
border-color css
<style>
span { border-color: #24748D; }
span { border-color: rgb(36,116,141); }
td.TdClassName
{
border-color: #24748D;
}
.TagClassName
{
border-color: #24748D;
}
</style>