Shades of Jelly Bean #3A8294
Tints of Jelly Bean #3A8294
RGB
CMYK
RGB Variations
Color information
#3A8294 (or 0x3A8294) is known color: Jelly Bean. HEX triplet: 3A, 82 and 94. RGB value is (58,130,148). Sum of RGB (Red+Green+Blue) = 58+130+148=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A8294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8294 is #C57D6B. Grayscale: #6E6E6E. Windows color (decimal): -12942700 or 9732666. OLE color: 9732666.
HSL color Cylindrical-coordinate representation of color #3A8294: hue angle of 192º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A8294 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 130 | 148 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.42 |
| HSL | 192º | 0.44% | 0.4% | - |
| HSV(B) | 192º | 0.61% | 0.58% | - |
| XYZ | 15.07 | 19 | 30.89 | - |
| YUV | 110.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 148 | 0.61 | 0.12 | 0 | 0.42 | 192 | 0.44 | 0.4 |
| Hex | 3A | 82 | 94 | 3D | C | 0 | 2A | C0 | 2C | 28 |
| Octal | 72 | 202 | 224 | 75 | 14 | 0 | 52 | 300 | 54 | 50 |
| Binary | 111010 | 10000010 | 10010100 | 111101 | 1100 | 0 | 101010 | 11000000 | 101100 | 101000 |
Color Harmonies of #3A8294
Complementary color
Monochromatic Colors of #3A8294
Black with #3A8294
Text Example
Text Example
White with #3A8294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8294; }
p { color: rgb(58,130,148); }
H1.HeaderClassName
{
color: #3A8294;
}
.AnyTagClassName
{
color: #3A8294;
}
</style>
background-color css
<style>
a { background-color: #3A8294; }
a { background-color: rgb(58,130,148); }
div.DivClassName
{
background-color: #3A8294;
}
.BgClassName
{
background-color: #3A8294;
}
</style>
border-color css
<style>
span { border-color: #3A8294; }
span { border-color: rgb(58,130,148); }
td.TdClassName
{
border-color: #3A8294;
}
.TagClassName
{
border-color: #3A8294;
}
</style>