Shades of Jelly Bean #3E8290
Tints of Jelly Bean #3E8290
RGB
CMYK
RGB Variations
Color information
#3E8290 (or 0x3E8290) is known color: Jelly Bean. HEX triplet: 3E, 82 and 90. RGB value is (62,130,144). Sum of RGB (Red+Green+Blue) = 62+130+144=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E8290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E8290 is #C17D6F. Grayscale: #6F6F6F. Windows color (decimal): -12680560 or 9470526. OLE color: 9470526.
HSL color Cylindrical-coordinate representation of color #3E8290: hue angle of 190.24º 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 #3E8290 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 130 | 144 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.44 |
| HSL | 190.24º | 0.4% | 0.4% | - |
| HSV(B) | 190.24º | 0.57% | 0.56% | - |
| XYZ | 15 | 19 | 29.26 | - |
| YUV | 111.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 130 | 144 | 0.57 | 0.10 | 0 | 0.44 | 190.24 | 0.4 | 0.4 |
| Hex | 3E | 82 | 90 | 39 | A | 0 | 2C | BE | 28 | 28 |
| Octal | 76 | 202 | 220 | 71 | 12 | 0 | 54 | 276 | 50 | 50 |
| Binary | 111110 | 10000010 | 10010000 | 111001 | 1010 | 0 | 101100 | 10111110 | 101000 | 101000 |
Color Harmonies of #3E8290
Complementary color
Monochromatic Colors of #3E8290
Black with #3E8290
Text Example
Text Example
White with #3E8290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8290; }
p { color: rgb(62,130,144); }
H1.HeaderClassName
{
color: #3E8290;
}
.AnyTagClassName
{
color: #3E8290;
}
</style>
background-color css
<style>
a { background-color: #3E8290; }
a { background-color: rgb(62,130,144); }
div.DivClassName
{
background-color: #3E8290;
}
.BgClassName
{
background-color: #3E8290;
}
</style>
border-color css
<style>
span { border-color: #3E8290; }
span { border-color: rgb(62,130,144); }
td.TdClassName
{
border-color: #3E8290;
}
.TagClassName
{
border-color: #3E8290;
}
</style>