Shades of Scooter #247FA3
Tints of Scooter #247FA3
RGB
CMYK
RGB Variations
Color information
#247FA3 (or 0x247FA3) is known color: Scooter. HEX triplet: 24, 7F and A3. RGB value is (36,127,163). Sum of RGB (Red+Green+Blue) = 36+127+163=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #247FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247FA3 is #DB805C. Grayscale: #676767. Windows color (decimal): -14385245 or 10714916. OLE color: 10714916.
HSL color Cylindrical-coordinate representation of color #247FA3: hue angle of 197.01º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #247FA3 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 127 | 163 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.36 |
| HSL | 197.01º | 0.64% | 0.39% | - |
| HSV(B) | 197.01º | 0.78% | 0.64% | - |
| XYZ | 14.93 | 18.2 | 37.38 | - |
| YUV | 103.9 | 161.35 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 163 | 0.78 | 0.22 | 0 | 0.36 | 197.01 | 0.64 | 0.39 |
| Hex | 24 | 7F | A3 | 4E | 16 | 0 | 24 | C5 | 40 | 27 |
| Octal | 44 | 177 | 243 | 116 | 26 | 0 | 44 | 305 | 100 | 47 |
| Binary | 100100 | 1111111 | 10100011 | 1001110 | 10110 | 0 | 100100 | 11000101 | 1000000 | 100111 |
Color Harmonies of #247FA3
Complementary color
Monochromatic Colors of #247FA3
Black with #247FA3
Text Example
Text Example
White with #247FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247FA3; }
p { color: rgb(36,127,163); }
H1.HeaderClassName
{
color: #247FA3;
}
.AnyTagClassName
{
color: #247FA3;
}
</style>
background-color css
<style>
a { background-color: #247FA3; }
a { background-color: rgb(36,127,163); }
div.DivClassName
{
background-color: #247FA3;
}
.BgClassName
{
background-color: #247FA3;
}
</style>
border-color css
<style>
span { border-color: #247FA3; }
span { border-color: rgb(36,127,163); }
td.TdClassName
{
border-color: #247FA3;
}
.TagClassName
{
border-color: #247FA3;
}
</style>