Shades of Allports #247B8D
Tints of Allports #247B8D
RGB
CMYK
RGB Variations
Color information
#247B8D (or 0x247B8D) is known color: Allports. HEX triplet: 24, 7B and 8D. RGB value is (36,123,141). Sum of RGB (Red+Green+Blue) = 36+123+141=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #247B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B8D is #DB8472. Grayscale: #626262. Windows color (decimal): -14386291 or 9272100. OLE color: 9272100.
HSL color Cylindrical-coordinate representation of color #247B8D: hue angle of 190.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 #247B8D is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 123 | 141 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.45 |
| HSL | 190.29º | 0.59% | 0.35% | - |
| HSV(B) | 190.29º | 0.74% | 0.55% | - |
| XYZ | 12.62 | 16.46 | 27.71 | - |
| YUV | 99.04 | 151.68 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 141 | 0.74 | 0.13 | 0 | 0.45 | 190.29 | 0.59 | 0.35 |
| Hex | 24 | 7B | 8D | 4A | D | 0 | 2D | BE | 3B | 23 |
| Octal | 44 | 173 | 215 | 112 | 15 | 0 | 55 | 276 | 73 | 43 |
| Binary | 100100 | 1111011 | 10001101 | 1001010 | 1101 | 0 | 101101 | 10111110 | 111011 | 100011 |
Color Harmonies of #247B8D
Complementary color
Monochromatic Colors of #247B8D
Black with #247B8D
Text Example
Text Example
White with #247B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B8D; }
p { color: rgb(36,123,141); }
H1.HeaderClassName
{
color: #247B8D;
}
.AnyTagClassName
{
color: #247B8D;
}
</style>
background-color css
<style>
a { background-color: #247B8D; }
a { background-color: rgb(36,123,141); }
div.DivClassName
{
background-color: #247B8D;
}
.BgClassName
{
background-color: #247B8D;
}
</style>
border-color css
<style>
span { border-color: #247B8D; }
span { border-color: rgb(36,123,141); }
td.TdClassName
{
border-color: #247B8D;
}
.TagClassName
{
border-color: #247B8D;
}
</style>