Shades of Jelly Bean #3A8197
Tints of Jelly Bean #3A8197
RGB
CMYK
RGB Variations
Color information
#3A8197 (or 0x3A8197) is known color: Jelly Bean. HEX triplet: 3A, 81 and 97. RGB value is (58,129,151). Sum of RGB (Red+Green+Blue) = 58+129+151=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A8197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8197 is #C57E68. Grayscale: #6E6E6E. Windows color (decimal): -12942953 or 9929018. OLE color: 9929018.
HSL color Cylindrical-coordinate representation of color #3A8197: hue angle of 194.19º 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 #3A8197 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 129 | 151 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.41 |
| HSL | 194.19º | 0.44% | 0.41% | - |
| HSV(B) | 194.19º | 0.62% | 0.59% | - |
| XYZ | 15.18 | 18.83 | 32.11 | - |
| YUV | 110.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 151 | 0.62 | 0.15 | 0 | 0.41 | 194.19 | 0.44 | 0.41 |
| Hex | 3A | 81 | 97 | 3E | F | 0 | 29 | C2 | 2C | 29 |
| Octal | 72 | 201 | 227 | 76 | 17 | 0 | 51 | 302 | 54 | 51 |
| Binary | 111010 | 10000001 | 10010111 | 111110 | 1111 | 0 | 101001 | 11000010 | 101100 | 101001 |
Color Harmonies of #3A8197
Complementary color
Monochromatic Colors of #3A8197
Black with #3A8197
Text Example
Text Example
White with #3A8197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8197; }
p { color: rgb(58,129,151); }
H1.HeaderClassName
{
color: #3A8197;
}
.AnyTagClassName
{
color: #3A8197;
}
</style>
background-color css
<style>
a { background-color: #3A8197; }
a { background-color: rgb(58,129,151); }
div.DivClassName
{
background-color: #3A8197;
}
.BgClassName
{
background-color: #3A8197;
}
</style>
border-color css
<style>
span { border-color: #3A8197; }
span { border-color: rgb(58,129,151); }
td.TdClassName
{
border-color: #3A8197;
}
.TagClassName
{
border-color: #3A8197;
}
</style>