Shades of Allports #247387
Tints of Allports #247387
RGB
CMYK
RGB Variations
Color information
#247387 (or 0x247387) is known color: Allports. HEX triplet: 24, 73 and 87. RGB value is (36,115,135). Sum of RGB (Red+Green+Blue) = 36+115+135=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #247387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247387 is #DB8C78. Grayscale: #5D5D5D. Windows color (decimal): -14388345 or 8876836. OLE color: 8876836.
HSL color Cylindrical-coordinate representation of color #247387: hue angle of 192.12º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247387 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 115 | 135 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.47 |
| HSL | 192.12º | 0.58% | 0.34% | - |
| HSV(B) | 192.12º | 0.73% | 0.53% | - |
| XYZ | 11.23 | 14.39 | 25.11 | - |
| YUV | 93.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 135 | 0.73 | 0.15 | 0 | 0.47 | 192.12 | 0.58 | 0.34 |
| Hex | 24 | 73 | 87 | 49 | F | 0 | 2F | C0 | 3A | 22 |
| Octal | 44 | 163 | 207 | 111 | 17 | 0 | 57 | 300 | 72 | 42 |
| Binary | 100100 | 1110011 | 10000111 | 1001001 | 1111 | 0 | 101111 | 11000000 | 111010 | 100010 |
Color Harmonies of #247387
Complementary color
Monochromatic Colors of #247387
Black with #247387
Text Example
Text Example
White with #247387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247387; }
p { color: rgb(36,115,135); }
H1.HeaderClassName
{
color: #247387;
}
.AnyTagClassName
{
color: #247387;
}
</style>
background-color css
<style>
a { background-color: #247387; }
a { background-color: rgb(36,115,135); }
div.DivClassName
{
background-color: #247387;
}
.BgClassName
{
background-color: #247387;
}
</style>
border-color css
<style>
span { border-color: #247387; }
span { border-color: rgb(36,115,135); }
td.TdClassName
{
border-color: #247387;
}
.TagClassName
{
border-color: #247387;
}
</style>