#2E89AD

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

Shades of Scooter #2E89AD

Tints of Scooter #2E89AD

Color information

#2E89AD (or 0x2E89AD) is unknown color: approx Scooter. HEX triplet: 2E, 89 and AD. RGB value is (46,137,173). Sum of RGB (Red+Green+Blue) = 46+137+173=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E89AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E89AD is #D17652. Grayscale: #717171. Windows color (decimal): -13727315 or 11372846. OLE color: 11372846.

HSL color Cylindrical-coordinate representation of color #2E89AD: hue angle of 197.01º 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 #2E89AD is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB46137173-
CMYK0.730.2100.32
HSL197.01º57.99%42.94%-
HSV(B)197.01º73.41%67.84%-
XYZ17.6221.4942.75-
YUV113.9161.3579.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.92%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=12.92%
G=38.48%
B=48.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461371730.730.2100.32197.0157.9942.94
Hex2E89AD4915020c53a2b
Octal56211255111250403057253
Binary1011101000100110101101100100110101010000011000101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E89AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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