#2E84AC

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

Shades of Scooter #2E84AC

Tints of Scooter #2E84AC

Color information

#2E84AC (or 0x2E84AC) is unknown color: approx Scooter. HEX triplet: 2E, 84 and AC. RGB value is (46,132,172). Sum of RGB (Red+Green+Blue) = 46+132+172=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E84AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E84AC is #D17B53. Grayscale: #6E6E6E. Windows color (decimal): -13728596 or 11306030. OLE color: 11306030.

HSL color Cylindrical-coordinate representation of color #2E84AC: hue angle of 199.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E84AC is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB46132172-
CMYK0.730.2300.33
HSL199.05º57.8%42.75%-
HSV(B)199.05º73.26%67.45%-
XYZ16.8220.0642.02-
YUV110.85162.5181.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.14%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=13.14%
G=37.71%
B=49.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461321720.730.2300.33199.0557.842.75
Hex2E84AC4917021c73a2b
Octal56204254111270413077253
Binary1011101000010010101100100100110111010000111000111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E84AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,132,172); }

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

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

 a { background-color: rgb(46,132,172); }

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

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

 span { border-color: rgb(46,132,172); }

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