Shades of Allports #247088
Tints of Allports #247088
RGB
CMYK
RGB Variations
Color information
#247088 (or 0x247088) is known color: Allports. HEX triplet: 24, 70 and 88. RGB value is (36,112,136). Sum of RGB (Red+Green+Blue) = 36+112+136=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #247088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247088 is #DB8F77. Grayscale: #5B5B5B. Windows color (decimal): -14389112 or 8941604. OLE color: 8941604.
HSL color Cylindrical-coordinate representation of color #247088: hue angle of 194.4º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #247088 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 112 | 136 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.47 |
| HSL | 194.4º | 0.58% | 0.34% | - |
| HSV(B) | 194.4º | 0.74% | 0.53% | - |
| XYZ | 10.97 | 13.74 | 25.37 | - |
| YUV | 92.01 | 152.82 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 136 | 0.74 | 0.18 | 0 | 0.47 | 194.4 | 0.58 | 0.34 |
| Hex | 24 | 70 | 88 | 4A | 12 | 0 | 2F | C2 | 3A | 22 |
| Octal | 44 | 160 | 210 | 112 | 22 | 0 | 57 | 302 | 72 | 42 |
| Binary | 100100 | 1110000 | 10001000 | 1001010 | 10010 | 0 | 101111 | 11000010 | 111010 | 100010 |
Color Harmonies of #247088
Complementary color
Monochromatic Colors of #247088
Black with #247088
Text Example
Text Example
White with #247088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247088; }
p { color: rgb(36,112,136); }
H1.HeaderClassName
{
color: #247088;
}
.AnyTagClassName
{
color: #247088;
}
</style>
background-color css
<style>
a { background-color: #247088; }
a { background-color: rgb(36,112,136); }
div.DivClassName
{
background-color: #247088;
}
.BgClassName
{
background-color: #247088;
}
</style>
border-color css
<style>
span { border-color: #247088; }
span { border-color: rgb(36,112,136); }
td.TdClassName
{
border-color: #247088;
}
.TagClassName
{
border-color: #247088;
}
</style>