#32808d

Color #32808D Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #32808D

Tints of Jelly Bean #32808D

Color information

#32808D (or 0x32808D) is unknown color: approx Jelly Bean. HEX triplet: 32, 80 and 8D. RGB value is (50,128,141). Sum of RGB (Red+Green+Blue) = 50+128+141=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #32808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32808D is #CD7F72. Grayscale: #6A6A6A. Windows color (decimal): -13467507 or 9273394. OLE color: 9273394.

HSL color Cylindrical-coordinate representation of color #32808D: hue angle of 188.57º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32808D is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB50128141-
CMYK0.650.0900.45
HSL188.57º47.64%37.45%-
HSV(B)188.57º64.54%55.29%-
XYZ13.8418.0427.95-
YUV106.16147.6687.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=15.67%
G=40.13%
B=44.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501281410.650.0900.45188.5747.6437.45
Hex32808D41902Dbd3025
Octal62200215101110552756045
Binary110010100000001000110110000011001010110110111101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32808d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32808d; }

 p { color: rgb(50,128,141); }

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

<style>
 a { background-color: #32808d; }

 a { background-color: rgb(50,128,141); }

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

<style>
 span { border-color: #32808d; }

 span { border-color: rgb(50,128,141); }

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