#2E8993

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

Shades of Scooter #2E8993

Tints of Scooter #2E8993

Color information

#2E8993 (or 0x2E8993) is unknown color: approx Scooter. HEX triplet: 2E, 89 and 93. RGB value is (46,137,147). Sum of RGB (Red+Green+Blue) = 46+137+147=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E8993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8993 is #D1766C. Grayscale: #6E6E6E. Windows color (decimal): -13727341 or 9668910. OLE color: 9668910.

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

Color convert

RGB46137147-
CMYK0.690.0700.42
HSL185.94º52.33%37.84%-
HSV(B)185.94º68.71%57.65%-
XYZ15.3420.5830.77-
YUV110.93148.3581.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.94%
GREEN value IS 137 (53.91% from 255) = 41.52%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=13.94%
G=41.52%
B=44.55%

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
Decimal461371470.690.0700.42185.9452.3337.84
Hex2E899345702Aba3426
Octal5621122310570522726446
Binary10111010001001100100111000101111010101010111010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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