Shades of Scooter #247D9B
Tints of Scooter #247D9B
RGB
CMYK
RGB Variations
Color information
#247D9B (or 0x247D9B) is known color: Scooter. HEX triplet: 24, 7D and 9B. RGB value is (36,125,155). Sum of RGB (Red+Green+Blue) = 36+125+155=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #247D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D9B is #DB8264. Grayscale: #656565. Windows color (decimal): -14385765 or 10190116. OLE color: 10190116.
HSL color Cylindrical-coordinate representation of color #247D9B: hue angle of 195.13º 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 #247D9B is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 125 | 155 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.39 |
| HSL | 195.13º | 0.62% | 0.37% | - |
| HSV(B) | 195.13º | 0.77% | 0.61% | - |
| XYZ | 13.98 | 17.41 | 33.63 | - |
| YUV | 101.81 | 158.01 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 155 | 0.77 | 0.19 | 0 | 0.39 | 195.13 | 0.62 | 0.37 |
| Hex | 24 | 7D | 9B | 4D | 13 | 0 | 27 | C3 | 3E | 25 |
| Octal | 44 | 175 | 233 | 115 | 23 | 0 | 47 | 303 | 76 | 45 |
| Binary | 100100 | 1111101 | 10011011 | 1001101 | 10011 | 0 | 100111 | 11000011 | 111110 | 100101 |
Color Harmonies of #247D9B
Complementary color
Monochromatic Colors of #247D9B
Black with #247D9B
Text Example
Text Example
White with #247D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247D9B; }
p { color: rgb(36,125,155); }
H1.HeaderClassName
{
color: #247D9B;
}
.AnyTagClassName
{
color: #247D9B;
}
</style>
background-color css
<style>
a { background-color: #247D9B; }
a { background-color: rgb(36,125,155); }
div.DivClassName
{
background-color: #247D9B;
}
.BgClassName
{
background-color: #247D9B;
}
</style>
border-color css
<style>
span { border-color: #247D9B; }
span { border-color: rgb(36,125,155); }
td.TdClassName
{
border-color: #247D9B;
}
.TagClassName
{
border-color: #247D9B;
}
</style>