#2E8295

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

Shades of Scooter #2E8295

Tints of Scooter #2E8295

Color information

#2E8295 (or 0x2E8295) is unknown color: approx Scooter. HEX triplet: 2E, 82 and 95. RGB value is (46,130,149). Sum of RGB (Red+Green+Blue) = 46+130+149=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E8295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8295 is #D17D6A. Grayscale: #6A6A6A. Windows color (decimal): -13729131 or 9798190. OLE color: 9798190.

HSL color Cylindrical-coordinate representation of color #2E8295: hue angle of 191.07º degrees, saturation: 0.53, 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 #2E8295 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB46130149-
CMYK0.690.1300.42
HSL191.07º52.82%38.24%-
HSV(B)191.07º69.13%58.43%-
XYZ14.5318.7231.28-
YUV107.05151.6784.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.15%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=14.15%
G=40%
B=45.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461301490.690.1300.42191.0752.8238.24
Hex2E829545D02Abf3526
Octal56202225105150522776546
Binary101110100000101001010110001011101010101010111111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,130,149); }

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

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

 a { background-color: rgb(46,130,149); }

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

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

 span { border-color: rgb(46,130,149); }

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