#2E83A9

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

Shades of Scooter #2E83A9

Tints of Scooter #2E83A9

Color information

#2E83A9 (or 0x2E83A9) is unknown color: approx Scooter. HEX triplet: 2E, 83 and A9. RGB value is (46,131,169). Sum of RGB (Red+Green+Blue) = 46+131+169=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #2E83A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E83A9 is #D17C56. Grayscale: #6D6D6D. Windows color (decimal): -13728855 or 11109166. OLE color: 11109166.

HSL color Cylindrical-coordinate representation of color #2E83A9: hue angle of 198.54º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E83A9 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB46131169-
CMYK0.730.2200.34
HSL198.54º57.21%42.16%-
HSV(B)198.54º72.78%66.27%-
XYZ16.419.6840.47-
YUV109.92161.3482.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.29%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 169 (66.41% from 255) = 48.84%
R=13.29%
G=37.86%
B=48.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal461311690.730.2200.34198.5457.2142.16
Hex2E83A94916022c7392a
Octal56203251111260423077152
Binary1011101000001110101001100100110110010001011000111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E83A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,131,169); }

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

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

 a { background-color: rgb(46,131,169); }

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

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

 span { border-color: rgb(46,131,169); }

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