#2D89AB

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

Shades of Scooter #2D89AB

Tints of Scooter #2D89AB

Color information

#2D89AB (or 0x2D89AB) is unknown color: approx Scooter. HEX triplet: 2D, 89 and AB. RGB value is (45,137,171). Sum of RGB (Red+Green+Blue) = 45+137+171=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D89AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D89AB is #D27654. Grayscale: #717171. Windows color (decimal): -13792853 or 11241773. OLE color: 11241773.

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

Color convert

RGB45137171-
CMYK0.740.2000.33
HSL196.19º58.33%42.35%-
HSV(B)196.19º73.68%67.06%-
XYZ17.3821.3941.74-
YUV113.37160.5279.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.75%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=12.75%
G=38.81%
B=48.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451371710.740.2000.33196.1958.3342.35
Hex2D89AB4A14021c43a2a
Octal55211253112240413047252
Binary1011011000100110101011100101010100010000111000100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D89AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,137,171); }

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

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

 a { background-color: rgb(45,137,171); }

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

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

 span { border-color: rgb(45,137,171); }

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