#3289AA

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

Shades of Scooter #3289AA

Tints of Scooter #3289AA

Color information

#3289AA (or 0x3289AA) is unknown color: approx Scooter. HEX triplet: 32, 89 and AA. RGB value is (50,137,170). Sum of RGB (Red+Green+Blue) = 50+137+170=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #3289AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3289AA is #CD7655. Grayscale: #727272. Windows color (decimal): -13465174 or 11176242. OLE color: 11176242.

HSL color Cylindrical-coordinate representation of color #3289AA: hue angle of 196.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3289AA is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB50137170-
CMYK0.710.1900.33
HSL196.5º54.55%43.14%-
HSV(B)196.5º70.59%66.67%-
XYZ17.5221.4741.25-
YUV114.75159.1881.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.01%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=14.01%
G=38.38%
B=47.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501371700.710.1900.33196.554.5543.14
Hex3289AA4713021c4372b
Octal62211252107230413046753
Binary1100101000100110101010100011110011010000111000100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3289AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3289AA; }

 p { color: rgb(50,137,170); }

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

<style>
 a { background-color: #3289AA; }

 a { background-color: rgb(50,137,170); }

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

<style>
 span { border-color: #3289AA; }

 span { border-color: rgb(50,137,170); }

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