Shades of Jelly Bean #3B828E
Tints of Jelly Bean #3B828E
RGB
CMYK
RGB Variations
Color information
#3B828E (or 0x3B828E) is known color: Jelly Bean. HEX triplet: 3B, 82 and 8E. RGB value is (59,130,142). Sum of RGB (Red+Green+Blue) = 59+130+142=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B828E is #C47D71. Grayscale: #6E6E6E. Windows color (decimal): -12877170 or 9339451. OLE color: 9339451.
HSL color Cylindrical-coordinate representation of color #3B828E: hue angle of 188.67º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B828E is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 130 | 142 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.44 |
| HSL | 188.67º | 0.41% | 0.39% | - |
| HSV(B) | 188.67º | 0.58% | 0.56% | - |
| XYZ | 14.67 | 18.85 | 28.46 | - |
| YUV | 110.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 130 | 142 | 0.58 | 0.08 | 0 | 0.44 | 188.67 | 0.41 | 0.39 |
| Hex | 3B | 82 | 8E | 3A | 8 | 0 | 2C | BD | 29 | 27 |
| Octal | 73 | 202 | 216 | 72 | 10 | 0 | 54 | 275 | 51 | 47 |
| Binary | 111011 | 10000010 | 10001110 | 111010 | 1000 | 0 | 101100 | 10111101 | 101001 | 100111 |
Color Harmonies of #3B828E
Complementary color
Monochromatic Colors of #3B828E
Black with #3B828E
Text Example
Text Example
White with #3B828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B828E; }
p { color: rgb(59,130,142); }
H1.HeaderClassName
{
color: #3B828E;
}
.AnyTagClassName
{
color: #3B828E;
}
</style>
background-color css
<style>
a { background-color: #3B828E; }
a { background-color: rgb(59,130,142); }
div.DivClassName
{
background-color: #3B828E;
}
.BgClassName
{
background-color: #3B828E;
}
</style>
border-color css
<style>
span { border-color: #3B828E; }
span { border-color: rgb(59,130,142); }
td.TdClassName
{
border-color: #3B828E;
}
.TagClassName
{
border-color: #3B828E;
}
</style>