Shades of Jelly Bean #3A7B97
Tints of Jelly Bean #3A7B97
RGB
CMYK
RGB Variations
Color information
#3A7B97 (or 0x3A7B97) is known color: Jelly Bean. HEX triplet: 3A, 7B and 97. RGB value is (58,123,151). Sum of RGB (Red+Green+Blue) = 58+123+151=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A7B97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7B97 is #C58468. Grayscale: #6A6A6A. Windows color (decimal): -12944489 or 9927482. OLE color: 9927482.
HSL color Cylindrical-coordinate representation of color #3A7B97: hue angle of 198.06º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A7B97 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 123 | 151 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.41 |
| HSL | 198.06º | 0.44% | 0.41% | - |
| HSV(B) | 198.06º | 0.62% | 0.59% | - |
| XYZ | 14.41 | 17.3 | 31.86 | - |
| YUV | 106.76 | 152.97 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 151 | 0.62 | 0.19 | 0 | 0.41 | 198.06 | 0.44 | 0.41 |
| Hex | 3A | 7B | 97 | 3E | 13 | 0 | 29 | C6 | 2C | 29 |
| Octal | 72 | 173 | 227 | 76 | 23 | 0 | 51 | 306 | 54 | 51 |
| Binary | 111010 | 1111011 | 10010111 | 111110 | 10011 | 0 | 101001 | 11000110 | 101100 | 101001 |
Color Harmonies of #3A7B97
Complementary color
Monochromatic Colors of #3A7B97
Black with #3A7B97
Text Example
Text Example
White with #3A7B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B97; }
p { color: rgb(58,123,151); }
H1.HeaderClassName
{
color: #3A7B97;
}
.AnyTagClassName
{
color: #3A7B97;
}
</style>
background-color css
<style>
a { background-color: #3A7B97; }
a { background-color: rgb(58,123,151); }
div.DivClassName
{
background-color: #3A7B97;
}
.BgClassName
{
background-color: #3A7B97;
}
</style>
border-color css
<style>
span { border-color: #3A7B97; }
span { border-color: rgb(58,123,151); }
td.TdClassName
{
border-color: #3A7B97;
}
.TagClassName
{
border-color: #3A7B97;
}
</style>