Shades of Jelly Bean #3A8392
Tints of Jelly Bean #3A8392
RGB
CMYK
RGB Variations
Color information
#3A8392 (or 0x3A8392) is known color: Jelly Bean. HEX triplet: 3A, 83 and 92. RGB value is (58,131,146). Sum of RGB (Red+Green+Blue) = 58+131+146=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A8392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8392 is #C57C6D. Grayscale: #6E6E6E. Windows color (decimal): -12942446 or 9601850. OLE color: 9601850.
HSL color Cylindrical-coordinate representation of color #3A8392: hue angle of 190.23º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A8392 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 131 | 146 | - |
| CMYK | 0.60 | 0.10 | 0 | 0.43 |
| HSL | 190.23º | 0.43% | 0.4% | - |
| HSV(B) | 190.23º | 0.6% | 0.57% | - |
| XYZ | 15.05 | 19.21 | 30.11 | - |
| YUV | 110.88 | 147.82 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 131 | 146 | 0.60 | 0.10 | 0 | 0.43 | 190.23 | 0.43 | 0.4 |
| Hex | 3A | 83 | 92 | 3C | A | 0 | 2B | BE | 2B | 28 |
| Octal | 72 | 203 | 222 | 74 | 12 | 0 | 53 | 276 | 53 | 50 |
| Binary | 111010 | 10000011 | 10010010 | 111100 | 1010 | 0 | 101011 | 10111110 | 101011 | 101000 |
Color Harmonies of #3A8392
Complementary color
Monochromatic Colors of #3A8392
Black with #3A8392
Text Example
Text Example
White with #3A8392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8392; }
p { color: rgb(58,131,146); }
H1.HeaderClassName
{
color: #3A8392;
}
.AnyTagClassName
{
color: #3A8392;
}
</style>
background-color css
<style>
a { background-color: #3A8392; }
a { background-color: rgb(58,131,146); }
div.DivClassName
{
background-color: #3A8392;
}
.BgClassName
{
background-color: #3A8392;
}
</style>
border-color css
<style>
span { border-color: #3A8392; }
span { border-color: rgb(58,131,146); }
td.TdClassName
{
border-color: #3A8392;
}
.TagClassName
{
border-color: #3A8392;
}
</style>