#247EA1

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

Shades of Scooter #247EA1

Tints of Scooter #247EA1

Color information

#247EA1 (or 0x247EA1) is unknown color: approx Scooter. HEX triplet: 24, 7E and A1. RGB value is (36,126,161). Sum of RGB (Red+Green+Blue) = 36+126+161=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 161 (63.28% from 255 or 49.85% from 323); Max value from RGB is 161 - color contains mainly: blue. Hex color #247EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247EA1 is #DB815E. Grayscale: #666666. Windows color (decimal): -14385503 or 10583588. OLE color: 10583588.

HSL color Cylindrical-coordinate representation of color #247EA1: hue angle of 196.8º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #247EA1 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB36126161-
CMYK0.780.2200.37
HSL196.8º63.45%38.63%-
HSV(B)196.8º77.64%63.14%-
XYZ14.6217.8736.4-
YUV103.08160.6880.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.15%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 161 (63.28% from 255) = 49.85%
R=11.15%
G=39.01%
B=49.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal361261610.780.2200.37196.863.4538.63
Hex247EA14E16025c53f27
Octal44176241116260453057747
Binary100100111111010100001100111010110010010111000101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,126,161); }

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

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

 a { background-color: rgb(36,126,161); }

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

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

 span { border-color: rgb(36,126,161); }

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