Shades of Jelly Bean #3B7C97
Tints of Jelly Bean #3B7C97
RGB
CMYK
RGB Variations
Color information
#3B7C97 (or 0x3B7C97) is known color: Jelly Bean. HEX triplet: 3B, 7C and 97. RGB value is (59,124,151). Sum of RGB (Red+Green+Blue) = 59+124+151=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B7C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7C97 is #C48368. Grayscale: #6B6B6B. Windows color (decimal): -12878697 or 9927739. OLE color: 9927739.
HSL color Cylindrical-coordinate representation of color #3B7C97: hue angle of 197.61º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B7C97 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 124 | 151 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.41 |
| HSL | 197.61º | 0.44% | 0.41% | - |
| HSV(B) | 197.61º | 0.61% | 0.59% | - |
| XYZ | 14.6 | 17.58 | 31.9 | - |
| YUV | 107.64 | 152.47 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 124 | 151 | 0.61 | 0.18 | 0 | 0.41 | 197.61 | 0.44 | 0.41 |
| Hex | 3B | 7C | 97 | 3D | 12 | 0 | 29 | C6 | 2C | 29 |
| Octal | 73 | 174 | 227 | 75 | 22 | 0 | 51 | 306 | 54 | 51 |
| Binary | 111011 | 1111100 | 10010111 | 111101 | 10010 | 0 | 101001 | 11000110 | 101100 | 101001 |
Color Harmonies of #3B7C97
Complementary color
Monochromatic Colors of #3B7C97
Black with #3B7C97
Text Example
Text Example
White with #3B7C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7C97; }
p { color: rgb(59,124,151); }
H1.HeaderClassName
{
color: #3B7C97;
}
.AnyTagClassName
{
color: #3B7C97;
}
</style>
background-color css
<style>
a { background-color: #3B7C97; }
a { background-color: rgb(59,124,151); }
div.DivClassName
{
background-color: #3B7C97;
}
.BgClassName
{
background-color: #3B7C97;
}
</style>
border-color css
<style>
span { border-color: #3B7C97; }
span { border-color: rgb(59,124,151); }
td.TdClassName
{
border-color: #3B7C97;
}
.TagClassName
{
border-color: #3B7C97;
}
</style>