Shades of Jelly Bean #3B7A95
Tints of Jelly Bean #3B7A95
RGB
CMYK
RGB Variations
Color information
#3B7A95 (or 0x3B7A95) is known color: Jelly Bean. HEX triplet: 3B, 7A and 95. RGB value is (59,122,149). Sum of RGB (Red+Green+Blue) = 59+122+149=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B7A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7A95 is #C4856A. Grayscale: #6A6A6A. Windows color (decimal): -12879211 or 9796155. OLE color: 9796155.
HSL color Cylindrical-coordinate representation of color #3B7A95: hue angle of 198º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B7A95 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 122 | 149 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.42 |
| HSL | 198º | 0.43% | 0.41% | - |
| HSV(B) | 198º | 0.6% | 0.58% | - |
| XYZ | 14.19 | 17.02 | 30.97 | - |
| YUV | 106.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 122 | 149 | 0.60 | 0.18 | 0 | 0.42 | 198 | 0.43 | 0.41 |
| Hex | 3B | 7A | 95 | 3C | 12 | 0 | 2A | C6 | 2B | 29 |
| Octal | 73 | 172 | 225 | 74 | 22 | 0 | 52 | 306 | 53 | 51 |
| Binary | 111011 | 1111010 | 10010101 | 111100 | 10010 | 0 | 101010 | 11000110 | 101011 | 101001 |
Color Harmonies of #3B7A95
Complementary color
Monochromatic Colors of #3B7A95
Black with #3B7A95
Text Example
Text Example
White with #3B7A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7A95; }
p { color: rgb(59,122,149); }
H1.HeaderClassName
{
color: #3B7A95;
}
.AnyTagClassName
{
color: #3B7A95;
}
</style>
background-color css
<style>
a { background-color: #3B7A95; }
a { background-color: rgb(59,122,149); }
div.DivClassName
{
background-color: #3B7A95;
}
.BgClassName
{
background-color: #3B7A95;
}
</style>
border-color css
<style>
span { border-color: #3B7A95; }
span { border-color: rgb(59,122,149); }
td.TdClassName
{
border-color: #3B7A95;
}
.TagClassName
{
border-color: #3B7A95;
}
</style>