#247C96

Color #247C96 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #247C96

Tints of Scooter #247C96

Color information

#247C96 (or 0x247C96) is unknown color: approx Scooter. HEX triplet: 24, 7C and 96. RGB value is (36,124,150). Sum of RGB (Red+Green+Blue) = 36+124+150=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #247C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247C96 is #DB8369. Grayscale: #646464. Windows color (decimal): -14386026 or 9862180. OLE color: 9862180.

HSL color Cylindrical-coordinate representation of color #247C96: hue angle of 193.68º 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 #247C96 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB36124150-
CMYK0.760.1700.41
HSL193.68º61.29%36.47%-
HSV(B)193.68º76%58.82%-
XYZ13.4416.9931.43-
YUV100.65155.8581.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 11.61%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=11.61%
G=40%
B=48.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361241500.760.1700.41193.6861.2936.47
Hex247C964C11029c23d24
Octal44174226114210513027544
Binary100100111110010010110100110010001010100111000010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247C96; }

 p { color: rgb(36,124,150); }

 H1.HeaderClassName
 {
   color: #247C96;
 }
 .AnyTagClassName
 {
   color: #247C96;
 }
</style>
background-color css

<style>
 a { background-color: #247C96; }

 a { background-color: rgb(36,124,150); }

 div.DivClassName
 {
   background-color: #247C96;
 }
 .BgClassName
 {
   background-color: #247C96;
 }
</style>
border-color css

<style>
 span { border-color: #247C96; }

 span { border-color: rgb(36,124,150); }

 td.TdClassName
 {
   border-color: #247C96;
 }
 .TagClassName
 {
   border-color: #247C96;
 }
</style>