Shades of Jelly Bean #3E828F
Tints of Jelly Bean #3E828F
RGB
CMYK
RGB Variations
Color information
#3E828F (or 0x3E828F) is known color: Jelly Bean. HEX triplet: 3E, 82 and 8F. RGB value is (62,130,143). Sum of RGB (Red+Green+Blue) = 62+130+143=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E828F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E828F is #C17D70. Grayscale: #6F6F6F. Windows color (decimal): -12680561 or 9404990. OLE color: 9404990.
HSL color Cylindrical-coordinate representation of color #3E828F: hue angle of 189.63º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E828F is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 130 | 143 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.44 |
| HSL | 189.63º | 0.4% | 0.4% | - |
| HSV(B) | 189.63º | 0.57% | 0.56% | - |
| XYZ | 14.93 | 18.97 | 28.86 | - |
| YUV | 111.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 143 | 0.57 | 0.09 | 0 | 0.44 | 189.63 | 0.4 | 0.4 |
| Hex | 3E | 82 | 8F | 39 | 9 | 0 | 2C | BE | 28 | 28 |
| Octal | 76 | 202 | 217 | 71 | 11 | 0 | 54 | 276 | 50 | 50 |
| Binary | 111110 | 10000010 | 10001111 | 111001 | 1001 | 0 | 101100 | 10111110 | 101000 | 101000 |
Color Harmonies of #3E828F
Complementary color
Monochromatic Colors of #3E828F
Black with #3E828F
Text Example
Text Example
White with #3E828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E828F; }
p { color: rgb(62,130,143); }
H1.HeaderClassName
{
color: #3E828F;
}
.AnyTagClassName
{
color: #3E828F;
}
</style>
background-color css
<style>
a { background-color: #3E828F; }
a { background-color: rgb(62,130,143); }
div.DivClassName
{
background-color: #3E828F;
}
.BgClassName
{
background-color: #3E828F;
}
</style>
border-color css
<style>
span { border-color: #3E828F; }
span { border-color: rgb(62,130,143); }
td.TdClassName
{
border-color: #3E828F;
}
.TagClassName
{
border-color: #3E828F;
}
</style>