Shades of Jelly Bean #3B7E8D
Tints of Jelly Bean #3B7E8D
RGB
CMYK
RGB Variations
Color information
#3B7E8D (or 0x3B7E8D) is known color: Jelly Bean. HEX triplet: 3B, 7E and 8D. RGB value is (59,126,141). Sum of RGB (Red+Green+Blue) = 59+126+141=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B7E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7E8D is #C48172. Grayscale: #6B6B6B. Windows color (decimal): -12878195 or 9272891. OLE color: 9272891.
HSL color Cylindrical-coordinate representation of color #3B7E8D: hue angle of 190.98º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B7E8D is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 126 | 141 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.45 |
| HSL | 190.98º | 0.41% | 0.39% | - |
| HSV(B) | 190.98º | 0.58% | 0.55% | - |
| XYZ | 14.07 | 17.77 | 27.89 | - |
| YUV | 107.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 126 | 141 | 0.58 | 0.11 | 0 | 0.45 | 190.98 | 0.41 | 0.39 |
| Hex | 3B | 7E | 8D | 3A | B | 0 | 2D | BF | 29 | 27 |
| Octal | 73 | 176 | 215 | 72 | 13 | 0 | 55 | 277 | 51 | 47 |
| Binary | 111011 | 1111110 | 10001101 | 111010 | 1011 | 0 | 101101 | 10111111 | 101001 | 100111 |
Color Harmonies of #3B7E8D
Complementary color
Monochromatic Colors of #3B7E8D
Black with #3B7E8D
Text Example
Text Example
White with #3B7E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7E8D; }
p { color: rgb(59,126,141); }
H1.HeaderClassName
{
color: #3B7E8D;
}
.AnyTagClassName
{
color: #3B7E8D;
}
</style>
background-color css
<style>
a { background-color: #3B7E8D; }
a { background-color: rgb(59,126,141); }
div.DivClassName
{
background-color: #3B7E8D;
}
.BgClassName
{
background-color: #3B7E8D;
}
</style>
border-color css
<style>
span { border-color: #3B7E8D; }
span { border-color: rgb(59,126,141); }
td.TdClassName
{
border-color: #3B7E8D;
}
.TagClassName
{
border-color: #3B7E8D;
}
</style>