#2E7D96

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

Shades of Scooter #2E7D96

Tints of Scooter #2E7D96

Color information

#2E7D96 (or 0x2E7D96) is unknown color: approx Scooter. HEX triplet: 2E, 7D and 96. RGB value is (46,125,150). Sum of RGB (Red+Green+Blue) = 46+125+150=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E7D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7D96 is #D18269. Grayscale: #686868. Windows color (decimal): -13730410 or 9862446. OLE color: 9862446.

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

Color convert

RGB46125150-
CMYK0.690.1700.41
HSL194.42º53.06%38.43%-
HSV(B)194.42º69.33%58.82%-
XYZ13.9717.4531.49-
YUV104.23153.8386.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.33%
GREEN value IS 125 (49.22% from 255) = 38.94%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=14.33%
G=38.94%
B=46.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal461251500.690.1700.41194.4253.0638.43
Hex2E7D964511029c23526
Octal56175226105210513026546
Binary101110111110110010110100010110001010100111000010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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