Shades of Scooter #247F96
Tints of Scooter #247F96
RGB
CMYK
RGB Variations
Color information
#247F96 (or 0x247F96) is known color: Scooter. HEX triplet: 24, 7F and 96. RGB value is (36,127,150). Sum of RGB (Red+Green+Blue) = 36+127+150=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #247F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247F96 is #DB8069. Grayscale: #666666. Windows color (decimal): -14385258 or 9862948. OLE color: 9862948.
HSL color Cylindrical-coordinate representation of color #247F96: hue angle of 192.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247F96 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 127 | 150 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.41 |
| HSL | 192.11º | 0.61% | 0.36% | - |
| HSV(B) | 192.11º | 0.76% | 0.59% | - |
| XYZ | 13.82 | 17.76 | 31.55 | - |
| YUV | 102.41 | 154.85 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 150 | 0.76 | 0.15 | 0 | 0.41 | 192.11 | 0.61 | 0.36 |
| Hex | 24 | 7F | 96 | 4C | F | 0 | 29 | C0 | 3D | 24 |
| Octal | 44 | 177 | 226 | 114 | 17 | 0 | 51 | 300 | 75 | 44 |
| Binary | 100100 | 1111111 | 10010110 | 1001100 | 1111 | 0 | 101001 | 11000000 | 111101 | 100100 |
Color Harmonies of #247F96
Complementary color
Monochromatic Colors of #247F96
Black with #247F96
Text Example
Text Example
White with #247F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F96; }
p { color: rgb(36,127,150); }
H1.HeaderClassName
{
color: #247F96;
}
.AnyTagClassName
{
color: #247F96;
}
</style>
background-color css
<style>
a { background-color: #247F96; }
a { background-color: rgb(36,127,150); }
div.DivClassName
{
background-color: #247F96;
}
.BgClassName
{
background-color: #247F96;
}
</style>
border-color css
<style>
span { border-color: #247F96; }
span { border-color: rgb(36,127,150); }
td.TdClassName
{
border-color: #247F96;
}
.TagClassName
{
border-color: #247F96;
}
</style>