#2E8AAD

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

Shades of Scooter #2E8AAD

Tints of Scooter #2E8AAD

Color information

#2E8AAD (or 0x2E8AAD) is unknown color: approx Scooter. HEX triplet: 2E, 8A and AD. RGB value is (46,138,173). Sum of RGB (Red+Green+Blue) = 46+138+173=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E8AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8AAD is #D17552. Grayscale: #727272. Windows color (decimal): -13727059 or 11373102. OLE color: 11373102.

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

Color convert

RGB46138173-
CMYK0.730.2000.32
HSL196.54º57.99%42.94%-
HSV(B)196.54º73.41%67.84%-
XYZ17.7621.7742.8-
YUV114.48161.0279.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.89%
GREEN value IS 138 (54.30% from 255) = 38.66%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=12.89%
G=38.66%
B=48.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461381730.730.2000.32196.5457.9942.94
Hex2E8AAD4914020c53a2b
Octal56212255111240403057253
Binary1011101000101010101101100100110100010000011000101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,138,173); }

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

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

 a { background-color: rgb(46,138,173); }

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

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

 span { border-color: rgb(46,138,173); }

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