#2E8493

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

Shades of Scooter #2E8493

Tints of Scooter #2E8493

Color information

#2E8493 (or 0x2E8493) is unknown color: approx Scooter. HEX triplet: 2E, 84 and 93. RGB value is (46,132,147). Sum of RGB (Red+Green+Blue) = 46+132+147=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E8493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8493 is #D17B6C. Grayscale: #6B6B6B. Windows color (decimal): -13728621 or 9667630. OLE color: 9667630.

HSL color Cylindrical-coordinate representation of color #2E8493: hue angle of 188.91º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E8493 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB46132147-
CMYK0.690.1000.42
HSL188.91º52.33%37.84%-
HSV(B)188.91º68.71%57.65%-
XYZ14.6419.1930.54-
YUV108150.0183.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.15%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=14.15%
G=40.62%
B=45.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461321470.690.1000.42188.9152.3337.84
Hex2E849345A02Abd3426
Octal56204223105120522756446
Binary101110100001001001001110001011010010101010111101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E8493; }

 p { color: rgb(46,132,147); }

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

<style>
 a { background-color: #2E8493; }

 a { background-color: rgb(46,132,147); }

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

<style>
 span { border-color: #2E8493; }

 span { border-color: rgb(46,132,147); }

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