#247D90

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

Shades of Scooter #247D90

Tints of Scooter #247D90

Color information

#247D90 (or 0x247D90) is unknown color: approx Scooter. HEX triplet: 24, 7D and 90. RGB value is (36,125,144). Sum of RGB (Red+Green+Blue) = 36+125+144=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #247D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247D90 is #DB826F. Grayscale: #646464. Windows color (decimal): -14385776 or 9469220. OLE color: 9469220.

HSL color Cylindrical-coordinate representation of color #247D90: hue angle of 190.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #247D90 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB36125144-
CMYK0.750.1300.44
HSL190.56º60%35.29%-
HSV(B)190.56º75%56.47%-
XYZ13.117.0628.99-
YUV100.56152.5181.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.80%
GREEN value IS 125 (49.22% from 255) = 40.98%
BLUE value IS 144 (56.64% from 255) = 47.21%
R=11.80%
G=40.98%
B=47.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal361251440.750.1300.44190.566035.29
Hex247D904BD02Cbf3c23
Octal44175220113150542777443
Binary10010011111011001000010010111101010110010111111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,125,144); }

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

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

 a { background-color: rgb(36,125,144); }

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

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

 span { border-color: rgb(36,125,144); }

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