Shades of Jelly Bean #3E828E
Tints of Jelly Bean #3E828E
RGB
CMYK
RGB Variations
Color information
#3E828E (or 0x3E828E) is known color: Jelly Bean. HEX triplet: 3E, 82 and 8E. RGB value is (62,130,142). Sum of RGB (Red+Green+Blue) = 62+130+142=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E828E is #C17D71. Grayscale: #6E6E6E. Windows color (decimal): -12680562 or 9339454. OLE color: 9339454.
HSL color Cylindrical-coordinate representation of color #3E828E: hue angle of 189º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E828E is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 130 | 142 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.44 |
| HSL | 189º | 0.39% | 0.4% | - |
| HSV(B) | 189º | 0.56% | 0.56% | - |
| XYZ | 14.85 | 18.94 | 28.46 | - |
| YUV | 111.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 142 | 0.56 | 0.08 | 0 | 0.44 | 189 | 0.39 | 0.4 |
| Hex | 3E | 82 | 8E | 38 | 8 | 0 | 2C | BD | 27 | 28 |
| Octal | 76 | 202 | 216 | 70 | 10 | 0 | 54 | 275 | 47 | 50 |
| Binary | 111110 | 10000010 | 10001110 | 111000 | 1000 | 0 | 101100 | 10111101 | 100111 | 101000 |
Color Harmonies of #3E828E
Complementary color
Monochromatic Colors of #3E828E
Black with #3E828E
Text Example
Text Example
White with #3E828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E828E; }
p { color: rgb(62,130,142); }
H1.HeaderClassName
{
color: #3E828E;
}
.AnyTagClassName
{
color: #3E828E;
}
</style>
background-color css
<style>
a { background-color: #3E828E; }
a { background-color: rgb(62,130,142); }
div.DivClassName
{
background-color: #3E828E;
}
.BgClassName
{
background-color: #3E828E;
}
</style>
border-color css
<style>
span { border-color: #3E828E; }
span { border-color: rgb(62,130,142); }
td.TdClassName
{
border-color: #3E828E;
}
.TagClassName
{
border-color: #3E828E;
}
</style>