#2E839E

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

Shades of Scooter #2E839E

Tints of Scooter #2E839E

Color information

#2E839E (or 0x2E839E) is unknown color: approx Scooter. HEX triplet: 2E, 83 and 9E. RGB value is (46,131,158). Sum of RGB (Red+Green+Blue) = 46+131+158=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E839E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E839E is #D17C61. Grayscale: #6C6C6C. Windows color (decimal): -13728866 or 10388270. OLE color: 10388270.

HSL color Cylindrical-coordinate representation of color #2E839E: hue angle of 194.46º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E839E is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB46131158-
CMYK0.710.1700.38
HSL194.46º54.9%40%-
HSV(B)194.46º70.89%61.96%-
XYZ15.4119.2835.26-
YUV108.66155.8483.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.73%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=13.73%
G=39.10%
B=47.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal461311580.710.1700.38194.4654.940
Hex2E839E4711026c23728
Octal56203236107210463026750
Binary1011101000001110011110100011110001010011011000010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,131,158); }

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

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

 a { background-color: rgb(46,131,158); }

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

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

 span { border-color: rgb(46,131,158); }

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