Shades of Scooter #247C9A
Tints of Scooter #247C9A
RGB
CMYK
RGB Variations
Color information
#247C9A (or 0x247C9A) is known color: Scooter. HEX triplet: 24, 7C and 9A. RGB value is (36,124,154). Sum of RGB (Red+Green+Blue) = 36+124+154=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #247C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C9A is #DB8365. Grayscale: #646464. Windows color (decimal): -14386022 or 10124324. OLE color: 10124324.
HSL color Cylindrical-coordinate representation of color #247C9A: hue angle of 195.25º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #247C9A is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 124 | 154 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.40 |
| HSL | 195.25º | 0.62% | 0.37% | - |
| HSV(B) | 195.25º | 0.77% | 0.6% | - |
| XYZ | 13.77 | 17.12 | 33.15 | - |
| YUV | 101.11 | 157.85 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 154 | 0.77 | 0.19 | 0 | 0.40 | 195.25 | 0.62 | 0.37 |
| Hex | 24 | 7C | 9A | 4D | 13 | 0 | 28 | C3 | 3E | 25 |
| Octal | 44 | 174 | 232 | 115 | 23 | 0 | 50 | 303 | 76 | 45 |
| Binary | 100100 | 1111100 | 10011010 | 1001101 | 10011 | 0 | 101000 | 11000011 | 111110 | 100101 |
Color Harmonies of #247C9A
Complementary color
Monochromatic Colors of #247C9A
Black with #247C9A
Text Example
Text Example
White with #247C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247C9A; }
p { color: rgb(36,124,154); }
H1.HeaderClassName
{
color: #247C9A;
}
.AnyTagClassName
{
color: #247C9A;
}
</style>
background-color css
<style>
a { background-color: #247C9A; }
a { background-color: rgb(36,124,154); }
div.DivClassName
{
background-color: #247C9A;
}
.BgClassName
{
background-color: #247C9A;
}
</style>
border-color css
<style>
span { border-color: #247C9A; }
span { border-color: rgb(36,124,154); }
td.TdClassName
{
border-color: #247C9A;
}
.TagClassName
{
border-color: #247C9A;
}
</style>