Shades of Allports #247C8F
Tints of Allports #247C8F
RGB
CMYK
RGB Variations
Color information
#247C8F (or 0x247C8F) is known color: Allports. HEX triplet: 24, 7C and 8F. RGB value is (36,124,143). Sum of RGB (Red+Green+Blue) = 36+124+143=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #247C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C8F is #DB8370. Grayscale: #636363. Windows color (decimal): -14386033 or 9403428. OLE color: 9403428.
HSL color Cylindrical-coordinate representation of color #247C8F: hue angle of 190.65º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #247C8F is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 124 | 143 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.44 |
| HSL | 190.65º | 0.6% | 0.35% | - |
| HSV(B) | 190.65º | 0.75% | 0.56% | - |
| XYZ | 12.89 | 16.77 | 28.54 | - |
| YUV | 99.85 | 152.35 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 143 | 0.75 | 0.13 | 0 | 0.44 | 190.65 | 0.6 | 0.35 |
| Hex | 24 | 7C | 8F | 4B | D | 0 | 2C | BF | 3C | 23 |
| Octal | 44 | 174 | 217 | 113 | 15 | 0 | 54 | 277 | 74 | 43 |
| Binary | 100100 | 1111100 | 10001111 | 1001011 | 1101 | 0 | 101100 | 10111111 | 111100 | 100011 |
Color Harmonies of #247C8F
Complementary color
Monochromatic Colors of #247C8F
Black with #247C8F
Text Example
Text Example
White with #247C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247C8F; }
p { color: rgb(36,124,143); }
H1.HeaderClassName
{
color: #247C8F;
}
.AnyTagClassName
{
color: #247C8F;
}
</style>
background-color css
<style>
a { background-color: #247C8F; }
a { background-color: rgb(36,124,143); }
div.DivClassName
{
background-color: #247C8F;
}
.BgClassName
{
background-color: #247C8F;
}
</style>
border-color css
<style>
span { border-color: #247C8F; }
span { border-color: rgb(36,124,143); }
td.TdClassName
{
border-color: #247C8F;
}
.TagClassName
{
border-color: #247C8F;
}
</style>