Shades of Jelly Bean #3E838F
Tints of Jelly Bean #3E838F
RGB
CMYK
RGB Variations
Color information
#3E838F (or 0x3E838F) is known color: Jelly Bean. HEX triplet: 3E, 83 and 8F. RGB value is (62,131,143). Sum of RGB (Red+Green+Blue) = 62+131+143=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E838F is #C17C70. Grayscale: #6F6F6F. Windows color (decimal): -12680305 or 9405246. OLE color: 9405246.
HSL color Cylindrical-coordinate representation of color #3E838F: hue angle of 188.89º 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 #3E838F is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 131 | 143 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.44 |
| HSL | 188.89º | 0.4% | 0.4% | - |
| HSV(B) | 188.89º | 0.57% | 0.56% | - |
| XYZ | 15.06 | 19.24 | 28.91 | - |
| YUV | 111.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 131 | 143 | 0.57 | 0.08 | 0 | 0.44 | 188.89 | 0.4 | 0.4 |
| Hex | 3E | 83 | 8F | 39 | 8 | 0 | 2C | BD | 28 | 28 |
| Octal | 76 | 203 | 217 | 71 | 10 | 0 | 54 | 275 | 50 | 50 |
| Binary | 111110 | 10000011 | 10001111 | 111001 | 1000 | 0 | 101100 | 10111101 | 101000 | 101000 |
Color Harmonies of #3E838F
Complementary color
Monochromatic Colors of #3E838F
Black with #3E838F
Text Example
Text Example
White with #3E838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E838F; }
p { color: rgb(62,131,143); }
H1.HeaderClassName
{
color: #3E838F;
}
.AnyTagClassName
{
color: #3E838F;
}
</style>
background-color css
<style>
a { background-color: #3E838F; }
a { background-color: rgb(62,131,143); }
div.DivClassName
{
background-color: #3E838F;
}
.BgClassName
{
background-color: #3E838F;
}
</style>
border-color css
<style>
span { border-color: #3E838F; }
span { border-color: rgb(62,131,143); }
td.TdClassName
{
border-color: #3E838F;
}
.TagClassName
{
border-color: #3E838F;
}
</style>