Shades of Jelly Bean #3E7D89
Tints of Jelly Bean #3E7D89
RGB
CMYK
RGB Variations
Color information
#3E7D89 (or 0x3E7D89) is known color: Jelly Bean. HEX triplet: 3E, 7D and 89. RGB value is (62,125,137). Sum of RGB (Red+Green+Blue) = 62+125+137=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 137 - color contains mainly: blue. Hex color #3E7D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7D89 is #C18276. Grayscale: #6B6B6B. Windows color (decimal): -12681847 or 9010494. OLE color: 9010494.
HSL color Cylindrical-coordinate representation of color #3E7D89: hue angle of 189.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E7D89 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 62 | 125 | 137 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.46 |
| HSL | 189.6º | 0.38% | 0.39% | - |
| HSV(B) | 189.6º | 0.55% | 0.54% | - |
| XYZ | 13.84 | 17.5 | 26.32 | - |
| YUV | 107.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 125 | 137 | 0.55 | 0.09 | 0 | 0.46 | 189.6 | 0.38 | 0.39 |
| Hex | 3E | 7D | 89 | 37 | 9 | 0 | 2E | BE | 26 | 27 |
| Octal | 76 | 175 | 211 | 67 | 11 | 0 | 56 | 276 | 46 | 47 |
| Binary | 111110 | 1111101 | 10001001 | 110111 | 1001 | 0 | 101110 | 10111110 | 100110 | 100111 |
Color Harmonies of #3E7D89
Complementary color
Monochromatic Colors of #3E7D89
Black with #3E7D89
Text Example
Text Example
White with #3E7D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7D89; }
p { color: rgb(62,125,137); }
H1.HeaderClassName
{
color: #3E7D89;
}
.AnyTagClassName
{
color: #3E7D89;
}
</style>
background-color css
<style>
a { background-color: #3E7D89; }
a { background-color: rgb(62,125,137); }
div.DivClassName
{
background-color: #3E7D89;
}
.BgClassName
{
background-color: #3E7D89;
}
</style>
border-color css
<style>
span { border-color: #3E7D89; }
span { border-color: rgb(62,125,137); }
td.TdClassName
{
border-color: #3E7D89;
}
.TagClassName
{
border-color: #3E7D89;
}
</style>