Shades of Jelly Bean #32808E
Tints of Jelly Bean #32808E
RGB
CMYK
RGB Variations
Color information
#32808E (or 0x32808E) is known color: Jelly Bean. HEX triplet: 32, 80 and 8E. RGB value is (50,128,142). Sum of RGB (Red+Green+Blue) = 50+128+142=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #32808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32808E is #CD7F71. Grayscale: #6A6A6A. Windows color (decimal): -13467506 or 9338930. OLE color: 9338930.
HSL color Cylindrical-coordinate representation of color #32808E: hue angle of 189.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32808E is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 128 | 142 | - |
| CMYK | 0.65 | 0.10 | 0 | 0.44 |
| HSL | 189.13º | 0.48% | 0.38% | - |
| HSV(B) | 189.13º | 0.65% | 0.56% | - |
| XYZ | 13.92 | 18.07 | 28.35 | - |
| YUV | 106.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 142 | 0.65 | 0.10 | 0 | 0.44 | 189.13 | 0.48 | 0.38 |
| Hex | 32 | 80 | 8E | 41 | A | 0 | 2C | BD | 30 | 26 |
| Octal | 62 | 200 | 216 | 101 | 12 | 0 | 54 | 275 | 60 | 46 |
| Binary | 110010 | 10000000 | 10001110 | 1000001 | 1010 | 0 | 101100 | 10111101 | 110000 | 100110 |
Color Harmonies of #32808E
Complementary color
Monochromatic Colors of #32808E
Black with #32808E
Text Example
Text Example
White with #32808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32808E; }
p { color: rgb(50,128,142); }
H1.HeaderClassName
{
color: #32808E;
}
.AnyTagClassName
{
color: #32808E;
}
</style>
background-color css
<style>
a { background-color: #32808E; }
a { background-color: rgb(50,128,142); }
div.DivClassName
{
background-color: #32808E;
}
.BgClassName
{
background-color: #32808E;
}
</style>
border-color css
<style>
span { border-color: #32808E; }
span { border-color: rgb(50,128,142); }
td.TdClassName
{
border-color: #32808E;
}
.TagClassName
{
border-color: #32808E;
}
</style>