#2E8994

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

Shades of Scooter #2E8994

Tints of Scooter #2E8994

Color information

#2E8994 (or 0x2E8994) is unknown color: approx Scooter. HEX triplet: 2E, 89 and 94. RGB value is (46,137,148). Sum of RGB (Red+Green+Blue) = 46+137+148=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E8994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8994 is #D1766B. Grayscale: #6E6E6E. Windows color (decimal): -13727340 or 9734446. OLE color: 9734446.

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

Color convert

RGB46137148-
CMYK0.690.0700.42
HSL186.47º52.58%38.04%-
HSV(B)186.47º68.92%58.04%-
XYZ15.4220.6131.18-
YUV111.04148.8581.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.90%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=13.90%
G=41.39%
B=44.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461371480.690.0700.42186.4752.5838.04
Hex2E899445702Aba3526
Octal5621122410570522726546
Binary10111010001001100101001000101111010101010111010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,137,148); }

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

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

 a { background-color: rgb(46,137,148); }

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

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

 span { border-color: rgb(46,137,148); }

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