#32839A

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

Shades of Scooter #32839A

Tints of Scooter #32839A

Color information

#32839A (or 0x32839A) is unknown color: approx Scooter. HEX triplet: 32, 83 and 9A. RGB value is (50,131,154). Sum of RGB (Red+Green+Blue) = 50+131+154=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #32839A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32839A is #CD7C65. Grayscale: #6D6D6D. Windows color (decimal): -13466726 or 10126130. OLE color: 10126130.

HSL color Cylindrical-coordinate representation of color #32839A: hue angle of 193.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32839A is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB50131154-
CMYK0.680.1500.40
HSL193.27º50.98%40%-
HSV(B)193.27º67.53%60.39%-
XYZ15.2619.2433.48-
YUV109.4153.1685.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=14.93%
G=39.10%
B=45.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501311540.680.1500.40193.2750.9840
Hex32839A44F028c13328
Octal62203232104170503016350
Binary110010100000111001101010001001111010100011000001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32839A; }

 p { color: rgb(50,131,154); }

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

<style>
 a { background-color: #32839A; }

 a { background-color: rgb(50,131,154); }

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

<style>
 span { border-color: #32839A; }

 span { border-color: rgb(50,131,154); }

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