Shades of Jelly Bean #3A8096
Tints of Jelly Bean #3A8096
RGB
CMYK
RGB Variations
Color information
#3A8096 (or 0x3A8096) is known color: Jelly Bean. HEX triplet: 3A, 80 and 96. RGB value is (58,128,150). Sum of RGB (Red+Green+Blue) = 58+128+150=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A8096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8096 is #C57F69. Grayscale: #6D6D6D. Windows color (decimal): -12943210 or 9863226. OLE color: 9863226.
HSL color Cylindrical-coordinate representation of color #3A8096: hue angle of 194.35º 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 #3A8096 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 128 | 150 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.41 |
| HSL | 194.35º | 0.44% | 0.41% | - |
| HSV(B) | 194.35º | 0.61% | 0.59% | - |
| XYZ | 14.97 | 18.54 | 31.64 | - |
| YUV | 109.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 150 | 0.61 | 0.15 | 0 | 0.41 | 194.35 | 0.44 | 0.41 |
| Hex | 3A | 80 | 96 | 3D | F | 0 | 29 | C2 | 2C | 29 |
| Octal | 72 | 200 | 226 | 75 | 17 | 0 | 51 | 302 | 54 | 51 |
| Binary | 111010 | 10000000 | 10010110 | 111101 | 1111 | 0 | 101001 | 11000010 | 101100 | 101001 |
Color Harmonies of #3A8096
Complementary color
Monochromatic Colors of #3A8096
Black with #3A8096
Text Example
Text Example
White with #3A8096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8096; }
p { color: rgb(58,128,150); }
H1.HeaderClassName
{
color: #3A8096;
}
.AnyTagClassName
{
color: #3A8096;
}
</style>
background-color css
<style>
a { background-color: #3A8096; }
a { background-color: rgb(58,128,150); }
div.DivClassName
{
background-color: #3A8096;
}
.BgClassName
{
background-color: #3A8096;
}
</style>
border-color css
<style>
span { border-color: #3A8096; }
span { border-color: rgb(58,128,150); }
td.TdClassName
{
border-color: #3A8096;
}
.TagClassName
{
border-color: #3A8096;
}
</style>