#2E8AAF

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

Shades of Scooter #2E8AAF

Tints of Scooter #2E8AAF

Color information

#2E8AAF (or 0x2E8AAF) is unknown color: approx Scooter. HEX triplet: 2E, 8A and AF. RGB value is (46,138,175). Sum of RGB (Red+Green+Blue) = 46+138+175=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E8AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8AAF is #D17550. Grayscale: #727272. Windows color (decimal): -13727057 or 11504174. OLE color: 11504174.

HSL color Cylindrical-coordinate representation of color #2E8AAF: hue angle of 197.21º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E8AAF is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB46138175-
CMYK0.740.2100.31
HSL197.21º58.37%43.33%-
HSV(B)197.21º73.71%68.63%-
XYZ17.9521.8543.83-
YUV114.71162.0278.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.81%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 175 (68.75% from 255) = 48.75%
R=12.81%
G=38.44%
B=48.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461381750.740.2100.31197.2158.3743.33
Hex2E8AAF4A1501Fc53a2b
Octal56212257112250373057253
Binary101110100010101010111110010101010101111111000101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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