Shades of Scooter #247E9B
Tints of Scooter #247E9B
RGB
CMYK
RGB Variations
Color information
#247E9B (or 0x247E9B) is known color: Scooter. HEX triplet: 24, 7E and 9B. RGB value is (36,126,155). Sum of RGB (Red+Green+Blue) = 36+126+155=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #247E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247E9B is #DB8164. Grayscale: #666666. Windows color (decimal): -14385509 or 10190372. OLE color: 10190372.
HSL color Cylindrical-coordinate representation of color #247E9B: hue angle of 194.62º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #247E9B is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 126 | 155 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.39 |
| HSL | 194.62º | 0.62% | 0.37% | - |
| HSV(B) | 194.62º | 0.77% | 0.61% | - |
| XYZ | 14.1 | 17.66 | 33.68 | - |
| YUV | 102.4 | 157.68 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 155 | 0.77 | 0.19 | 0 | 0.39 | 194.62 | 0.62 | 0.37 |
| Hex | 24 | 7E | 9B | 4D | 13 | 0 | 27 | C3 | 3E | 25 |
| Octal | 44 | 176 | 233 | 115 | 23 | 0 | 47 | 303 | 76 | 45 |
| Binary | 100100 | 1111110 | 10011011 | 1001101 | 10011 | 0 | 100111 | 11000011 | 111110 | 100101 |
Color Harmonies of #247E9B
Complementary color
Monochromatic Colors of #247E9B
Black with #247E9B
Text Example
Text Example
White with #247E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247E9B; }
p { color: rgb(36,126,155); }
H1.HeaderClassName
{
color: #247E9B;
}
.AnyTagClassName
{
color: #247E9B;
}
</style>
background-color css
<style>
a { background-color: #247E9B; }
a { background-color: rgb(36,126,155); }
div.DivClassName
{
background-color: #247E9B;
}
.BgClassName
{
background-color: #247E9B;
}
</style>
border-color css
<style>
span { border-color: #247E9B; }
span { border-color: rgb(36,126,155); }
td.TdClassName
{
border-color: #247E9B;
}
.TagClassName
{
border-color: #247E9B;
}
</style>