Shades of Jelly Bean #33808E
Tints of Jelly Bean #33808E
RGB
CMYK
RGB Variations
Color information
#33808E (or 0x33808E) is known color: Jelly Bean. HEX triplet: 33, 80 and 8E. RGB value is (51,128,142). Sum of RGB (Red+Green+Blue) = 51+128+142=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #33808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33808E is #CC7F71. Grayscale: #6A6A6A. Windows color (decimal): -13401970 or 9338931. OLE color: 9338931.
HSL color Cylindrical-coordinate representation of color #33808E: hue angle of 189.23º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33808E is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 128 | 142 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.44 |
| HSL | 189.23º | 0.47% | 0.38% | - |
| HSV(B) | 189.23º | 0.64% | 0.56% | - |
| XYZ | 13.97 | 18.1 | 28.35 | - |
| YUV | 106.57 | 147.99 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 142 | 0.64 | 0.10 | 0 | 0.44 | 189.23 | 0.47 | 0.38 |
| Hex | 33 | 80 | 8E | 40 | A | 0 | 2C | BD | 2F | 26 |
| Octal | 63 | 200 | 216 | 100 | 12 | 0 | 54 | 275 | 57 | 46 |
| Binary | 110011 | 10000000 | 10001110 | 1000000 | 1010 | 0 | 101100 | 10111101 | 101111 | 100110 |
Color Harmonies of #33808E
Complementary color
Monochromatic Colors of #33808E
Black with #33808E
Text Example
Text Example
White with #33808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33808E; }
p { color: rgb(51,128,142); }
H1.HeaderClassName
{
color: #33808E;
}
.AnyTagClassName
{
color: #33808E;
}
</style>
background-color css
<style>
a { background-color: #33808E; }
a { background-color: rgb(51,128,142); }
div.DivClassName
{
background-color: #33808E;
}
.BgClassName
{
background-color: #33808E;
}
</style>
border-color css
<style>
span { border-color: #33808E; }
span { border-color: rgb(51,128,142); }
td.TdClassName
{
border-color: #33808E;
}
.TagClassName
{
border-color: #33808E;
}
</style>