Shades of Allports #247B8E
Tints of Allports #247B8E
RGB
CMYK
RGB Variations
Color information
#247B8E (or 0x247B8E) is known color: Allports. HEX triplet: 24, 7B and 8E. RGB value is (36,123,142). Sum of RGB (Red+Green+Blue) = 36+123+142=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #247B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B8E is #DB8471. Grayscale: #626262. Windows color (decimal): -14386290 or 9337636. OLE color: 9337636.
HSL color Cylindrical-coordinate representation of color #247B8E: hue angle of 190.75º 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 #247B8E is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 123 | 142 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.44 |
| HSL | 190.75º | 0.6% | 0.35% | - |
| HSV(B) | 190.75º | 0.75% | 0.56% | - |
| XYZ | 12.69 | 16.49 | 28.11 | - |
| YUV | 99.15 | 152.18 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 142 | 0.75 | 0.13 | 0 | 0.44 | 190.75 | 0.6 | 0.35 |
| Hex | 24 | 7B | 8E | 4B | D | 0 | 2C | BF | 3C | 23 |
| Octal | 44 | 173 | 216 | 113 | 15 | 0 | 54 | 277 | 74 | 43 |
| Binary | 100100 | 1111011 | 10001110 | 1001011 | 1101 | 0 | 101100 | 10111111 | 111100 | 100011 |
Color Harmonies of #247B8E
Complementary color
Monochromatic Colors of #247B8E
Black with #247B8E
Text Example
Text Example
White with #247B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B8E; }
p { color: rgb(36,123,142); }
H1.HeaderClassName
{
color: #247B8E;
}
.AnyTagClassName
{
color: #247B8E;
}
</style>
background-color css
<style>
a { background-color: #247B8E; }
a { background-color: rgb(36,123,142); }
div.DivClassName
{
background-color: #247B8E;
}
.BgClassName
{
background-color: #247B8E;
}
</style>
border-color css
<style>
span { border-color: #247B8E; }
span { border-color: rgb(36,123,142); }
td.TdClassName
{
border-color: #247B8E;
}
.TagClassName
{
border-color: #247B8E;
}
</style>