#2E9199

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

Shades of Scooter #2E9199

Tints of Scooter #2E9199

Color information

#2E9199 (or 0x2E9199) is unknown color: approx Scooter. HEX triplet: 2E, 91 and 99. RGB value is (46,145,153). Sum of RGB (Red+Green+Blue) = 46+145+153=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #2E9199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9199 is #D16E66. Grayscale: #747474. Windows color (decimal): -13725287 or 10064174. OLE color: 10064174.

HSL color Cylindrical-coordinate representation of color #2E9199: hue angle of 184.49º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9199 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB46145153-
CMYK0.700.0500.4
HSL184.49º53.77%39.02%-
HSV(B)184.49º69.93%60%-
XYZ1723.1333.71-
YUV116.31148.777.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.37%
GREEN value IS 145 (57.03% from 255) = 42.15%
BLUE value IS 153 (60.16% from 255) = 44.48%
R=13.37%
G=42.15%
B=44.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal461451530.700.0500.4184.4953.7739.02
Hex2E9199465028b83627
Octal5622123110650502706647
Binary10111010010001100110011000110101010100010111000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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