Shades of Allports #247484
Tints of Allports #247484
RGB
CMYK
RGB Variations
Color information
#247484 (or 0x247484) is known color: Allports. HEX triplet: 24, 74 and 84. RGB value is (36,116,132). Sum of RGB (Red+Green+Blue) = 36+116+132=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #247484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247484 is #DB8B7B. Grayscale: #5D5D5D. Windows color (decimal): -14388092 or 8680484. OLE color: 8680484.
HSL color Cylindrical-coordinate representation of color #247484: hue angle of 190º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #247484 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 116 | 132 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.48 |
| HSL | 190º | 0.57% | 0.33% | - |
| HSV(B) | 190º | 0.73% | 0.52% | - |
| XYZ | 11.14 | 14.53 | 24.05 | - |
| YUV | 93.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 132 | 0.73 | 0.12 | 0 | 0.48 | 190 | 0.57 | 0.33 |
| Hex | 24 | 74 | 84 | 49 | C | 0 | 30 | BE | 39 | 21 |
| Octal | 44 | 164 | 204 | 111 | 14 | 0 | 60 | 276 | 71 | 41 |
| Binary | 100100 | 1110100 | 10000100 | 1001001 | 1100 | 0 | 110000 | 10111110 | 111001 | 100001 |
Color Harmonies of #247484
Complementary color
Monochromatic Colors of #247484
Black with #247484
Text Example
Text Example
White with #247484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247484; }
p { color: rgb(36,116,132); }
H1.HeaderClassName
{
color: #247484;
}
.AnyTagClassName
{
color: #247484;
}
</style>
background-color css
<style>
a { background-color: #247484; }
a { background-color: rgb(36,116,132); }
div.DivClassName
{
background-color: #247484;
}
.BgClassName
{
background-color: #247484;
}
</style>
border-color css
<style>
span { border-color: #247484; }
span { border-color: rgb(36,116,132); }
td.TdClassName
{
border-color: #247484;
}
.TagClassName
{
border-color: #247484;
}
</style>