Shades of Jelly Bean #3A7B95
Tints of Jelly Bean #3A7B95
RGB
CMYK
RGB Variations
Color information
#3A7B95 (or 0x3A7B95) is known color: Jelly Bean. HEX triplet: 3A, 7B and 95. RGB value is (58,123,149). Sum of RGB (Red+Green+Blue) = 58+123+149=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 123 (48.44% from 255 or 37.27% 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 #3A7B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7B95 is #C5846A. Grayscale: #6A6A6A. Windows color (decimal): -12944491 or 9796410. OLE color: 9796410.
HSL color Cylindrical-coordinate representation of color #3A7B95: hue angle of 197.14º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A7B95 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 123 | 149 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.42 |
| HSL | 197.14º | 0.44% | 0.41% | - |
| HSV(B) | 197.14º | 0.61% | 0.58% | - |
| XYZ | 14.25 | 17.24 | 31.01 | - |
| YUV | 106.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 149 | 0.61 | 0.17 | 0 | 0.42 | 197.14 | 0.44 | 0.41 |
| Hex | 3A | 7B | 95 | 3D | 11 | 0 | 2A | C5 | 2C | 29 |
| Octal | 72 | 173 | 225 | 75 | 21 | 0 | 52 | 305 | 54 | 51 |
| Binary | 111010 | 1111011 | 10010101 | 111101 | 10001 | 0 | 101010 | 11000101 | 101100 | 101001 |
Color Harmonies of #3A7B95
Complementary color
Monochromatic Colors of #3A7B95
Black with #3A7B95
Text Example
Text Example
White with #3A7B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B95; }
p { color: rgb(58,123,149); }
H1.HeaderClassName
{
color: #3A7B95;
}
.AnyTagClassName
{
color: #3A7B95;
}
</style>
background-color css
<style>
a { background-color: #3A7B95; }
a { background-color: rgb(58,123,149); }
div.DivClassName
{
background-color: #3A7B95;
}
.BgClassName
{
background-color: #3A7B95;
}
</style>
border-color css
<style>
span { border-color: #3A7B95; }
span { border-color: rgb(58,123,149); }
td.TdClassName
{
border-color: #3A7B95;
}
.TagClassName
{
border-color: #3A7B95;
}
</style>