#2E8693

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

Shades of Scooter #2E8693

Tints of Scooter #2E8693

Color information

#2E8693 (or 0x2E8693) is unknown color: approx Scooter. HEX triplet: 2E, 86 and 93. RGB value is (46,134,147). Sum of RGB (Red+Green+Blue) = 46+134+147=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E8693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8693 is #D1796C. Grayscale: #6D6D6D. Windows color (decimal): -13728109 or 9668142. OLE color: 9668142.

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

Color convert

RGB46134147-
CMYK0.690.0900.42
HSL187.72º52.33%37.84%-
HSV(B)187.72º68.71%57.65%-
XYZ14.9219.7430.63-
YUV109.17149.3582.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.07%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=14.07%
G=40.98%
B=44.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461341470.690.0900.42187.7252.3337.84
Hex2E869345902Abc3426
Octal56206223105110522746446
Binary101110100001101001001110001011001010101010111100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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