#2e919e

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

Shades of Scooter #2E919E

Tints of Scooter #2E919E

Color information

#2E919E (or 0x2E919E) is unknown color: approx Scooter. HEX triplet: 2E, 91 and 9E. RGB value is (46,145,158). Sum of RGB (Red+Green+Blue) = 46+145+158=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E919E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E919E is #D16E61. Grayscale: #747474. Windows color (decimal): -13725282 or 10391854. OLE color: 10391854.

HSL color Cylindrical-coordinate representation of color #2E919E: hue angle of 186.96º 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 #2E919E is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB46145158-
CMYK0.710.0800.38
HSL186.96º54.9%40%-
HSV(B)186.96º70.89%61.96%-
XYZ17.4223.335.93-
YUV116.88151.277.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.18%
GREEN value IS 145 (57.03% from 255) = 41.55%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=13.18%
G=41.55%
B=45.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal461451580.710.0800.38186.9654.940
Hex2E919E478026bb3728
Octal56221236107100462736750
Binary101110100100011001111010001111000010011010111011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e919e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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