#32839b

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

Shades of Scooter #32839B

Tints of Scooter #32839B

Color information

#32839B (or 0x32839B) is unknown color: approx Scooter. HEX triplet: 32, 83 and 9B. RGB value is (50,131,155). Sum of RGB (Red+Green+Blue) = 50+131+155=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #32839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32839B is #CD7C64. Grayscale: #6D6D6D. Windows color (decimal): -13466725 or 10191666. OLE color: 10191666.

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

Color convert

RGB50131155-
CMYK0.680.1500.39
HSL193.71º51.22%40.2%-
HSV(B)193.71º67.74%60.78%-
XYZ15.3519.2833.92-
YUV109.52153.6685.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.88%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=14.88%
G=38.99%
B=46.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501311550.680.1500.39193.7151.2240.2
Hex32839B44F027c23328
Octal62203233104170473026350
Binary110010100000111001101110001001111010011111000010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32839b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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