Shades of Jelly Bean #3B7D89
Tints of Jelly Bean #3B7D89
RGB
CMYK
RGB Variations
Color information
#3B7D89 (or 0x3B7D89) is known color: Jelly Bean. HEX triplet: 3B, 7D and 89. RGB value is (59,125,137). Sum of RGB (Red+Green+Blue) = 59+125+137=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B7D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7D89 is #C48276. Grayscale: #6A6A6A. Windows color (decimal): -12878455 or 9010491. OLE color: 9010491.
HSL color Cylindrical-coordinate representation of color #3B7D89: hue angle of 189.23º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B7D89 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 59 | 125 | 137 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.46 |
| HSL | 189.23º | 0.4% | 0.38% | - |
| HSV(B) | 189.23º | 0.57% | 0.54% | - |
| XYZ | 13.65 | 17.4 | 26.31 | - |
| YUV | 106.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 137 | 0.57 | 0.09 | 0 | 0.46 | 189.23 | 0.4 | 0.38 |
| Hex | 3B | 7D | 89 | 39 | 9 | 0 | 2E | BD | 28 | 26 |
| Octal | 73 | 175 | 211 | 71 | 11 | 0 | 56 | 275 | 50 | 46 |
| Binary | 111011 | 1111101 | 10001001 | 111001 | 1001 | 0 | 101110 | 10111101 | 101000 | 100110 |
Color Harmonies of #3B7D89
Complementary color
Monochromatic Colors of #3B7D89
Black with #3B7D89
Text Example
Text Example
White with #3B7D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7D89; }
p { color: rgb(59,125,137); }
H1.HeaderClassName
{
color: #3B7D89;
}
.AnyTagClassName
{
color: #3B7D89;
}
</style>
background-color css
<style>
a { background-color: #3B7D89; }
a { background-color: rgb(59,125,137); }
div.DivClassName
{
background-color: #3B7D89;
}
.BgClassName
{
background-color: #3B7D89;
}
</style>
border-color css
<style>
span { border-color: #3B7D89; }
span { border-color: rgb(59,125,137); }
td.TdClassName
{
border-color: #3B7D89;
}
.TagClassName
{
border-color: #3B7D89;
}
</style>