#2E8896

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

Shades of Scooter #2E8896

Tints of Scooter #2E8896

Color information

#2E8896 (or 0x2E8896) is unknown color: approx Scooter. HEX triplet: 2E, 88 and 96. RGB value is (46,136,150). Sum of RGB (Red+Green+Blue) = 46+136+150=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E8896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8896 is #D17769. Grayscale: #6E6E6E. Windows color (decimal): -13727594 or 9865262. OLE color: 9865262.

HSL color Cylindrical-coordinate representation of color #2E8896: hue angle of 188.08º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E8896 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB46136150-
CMYK0.690.0900.41
HSL188.08º53.06%38.43%-
HSV(B)188.08º69.33%58.82%-
XYZ15.4420.3931.98-
YUV110.69150.1881.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.86%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=13.86%
G=40.96%
B=45.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal461361500.690.0900.41188.0853.0638.43
Hex2E8896459029bc3526
Octal56210226105110512746546
Binary101110100010001001011010001011001010100110111100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,136,150); }

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

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

 a { background-color: rgb(46,136,150); }

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

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

 span { border-color: rgb(46,136,150); }

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