Shades of Jelly Bean #32808D
Tints of Jelly Bean #32808D
RGB
CMYK
RGB Variations
Color information
#32808D (or 0x32808D) is known color: 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
| RGB | 50 | 128 | 141 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.45 |
| HSL | 188.57º | 0.48% | 0.37% | - |
| HSV(B) | 188.57º | 0.65% | 0.55% | - |
| XYZ | 13.84 | 18.04 | 27.95 | - |
| YUV | 106.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 141 | 0.65 | 0.09 | 0 | 0.45 | 188.57 | 0.48 | 0.37 |
| Hex | 32 | 80 | 8D | 41 | 9 | 0 | 2D | BD | 30 | 25 |
| Octal | 62 | 200 | 215 | 101 | 11 | 0 | 55 | 275 | 60 | 45 |
| Binary | 110010 | 10000000 | 10001101 | 1000001 | 1001 | 0 | 101101 | 10111101 | 110000 | 100101 |
Color Harmonies of #32808D
Complementary color
Monochromatic Colors of #32808D
Black with #32808D
Text Example
Text Example
White with #32808D
Text Example
Text Example
HTML Codes & Css Web 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>