#2E8996

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

Shades of Scooter #2E8996

Tints of Scooter #2E8996

Color information

#2E8996 (or 0x2E8996) is unknown color: approx Scooter. HEX triplet: 2E, 89 and 96. RGB value is (46,137,150). Sum of RGB (Red+Green+Blue) = 46+137+150=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E8996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8996 is #D17669. Grayscale: #6F6F6F. Windows color (decimal): -13727338 or 9865518. OLE color: 9865518.

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

Color convert

RGB46137150-
CMYK0.690.0900.41
HSL187.5º53.06%38.43%-
HSV(B)187.5º69.33%58.82%-
XYZ15.5820.6732.02-
YUV111.27149.8581.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.81%
GREEN value IS 137 (53.91% from 255) = 41.14%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=13.81%
G=41.14%
B=45.05%

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
Decimal461371500.690.0900.41187.553.0638.43
Hex2E8996459029bc3526
Octal56211226105110512746546
Binary101110100010011001011010001011001010100110111100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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