Shades of Allports #24758D
Tints of Allports #24758D
RGB
CMYK
RGB Variations
Color information
#24758D (or 0x24758D) is known color: Allports. HEX triplet: 24, 75 and 8D. RGB value is (36,117,141). Sum of RGB (Red+Green+Blue) = 36+117+141=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #24758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24758D is #DB8A72. Grayscale: #5F5F5F. Windows color (decimal): -14387827 or 9270564. OLE color: 9270564.
HSL color Cylindrical-coordinate representation of color #24758D: hue angle of 193.71º 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 #24758D is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 117 | 141 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.45 |
| HSL | 193.71º | 0.59% | 0.35% | - |
| HSV(B) | 193.71º | 0.74% | 0.55% | - |
| XYZ | 11.9 | 15.02 | 27.47 | - |
| YUV | 95.52 | 153.66 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 141 | 0.74 | 0.17 | 0 | 0.45 | 193.71 | 0.59 | 0.35 |
| Hex | 24 | 75 | 8D | 4A | 11 | 0 | 2D | C2 | 3B | 23 |
| Octal | 44 | 165 | 215 | 112 | 21 | 0 | 55 | 302 | 73 | 43 |
| Binary | 100100 | 1110101 | 10001101 | 1001010 | 10001 | 0 | 101101 | 11000010 | 111011 | 100011 |
Color Harmonies of #24758D
Complementary color
Monochromatic Colors of #24758D
Black with #24758D
Text Example
Text Example
White with #24758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24758D; }
p { color: rgb(36,117,141); }
H1.HeaderClassName
{
color: #24758D;
}
.AnyTagClassName
{
color: #24758D;
}
</style>
background-color css
<style>
a { background-color: #24758D; }
a { background-color: rgb(36,117,141); }
div.DivClassName
{
background-color: #24758D;
}
.BgClassName
{
background-color: #24758D;
}
</style>
border-color css
<style>
span { border-color: #24758D; }
span { border-color: rgb(36,117,141); }
td.TdClassName
{
border-color: #24758D;
}
.TagClassName
{
border-color: #24758D;
}
</style>