Shades of Jelly Bean #3A788F
Tints of Jelly Bean #3A788F
RGB
CMYK
RGB Variations
Color information
#3A788F (or 0x3A788F) is known color: Jelly Bean. HEX triplet: 3A, 78 and 8F. RGB value is (58,120,143). Sum of RGB (Red+Green+Blue) = 58+120+143=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A788F is #C58770. Grayscale: #676767. Windows color (decimal): -12945265 or 9402426. OLE color: 9402426.
HSL color Cylindrical-coordinate representation of color #3A788F: hue angle of 196.24º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A788F is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 120 | 143 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.44 |
| HSL | 196.24º | 0.42% | 0.39% | - |
| HSV(B) | 196.24º | 0.59% | 0.56% | - |
| XYZ | 13.42 | 16.32 | 28.43 | - |
| YUV | 104.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 143 | 0.59 | 0.16 | 0 | 0.44 | 196.24 | 0.42 | 0.39 |
| Hex | 3A | 78 | 8F | 3B | 10 | 0 | 2C | C4 | 2A | 27 |
| Octal | 72 | 170 | 217 | 73 | 20 | 0 | 54 | 304 | 52 | 47 |
| Binary | 111010 | 1111000 | 10001111 | 111011 | 10000 | 0 | 101100 | 11000100 | 101010 | 100111 |
Color Harmonies of #3A788F
Complementary color
Monochromatic Colors of #3A788F
Black with #3A788F
Text Example
Text Example
White with #3A788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A788F; }
p { color: rgb(58,120,143); }
H1.HeaderClassName
{
color: #3A788F;
}
.AnyTagClassName
{
color: #3A788F;
}
</style>
background-color css
<style>
a { background-color: #3A788F; }
a { background-color: rgb(58,120,143); }
div.DivClassName
{
background-color: #3A788F;
}
.BgClassName
{
background-color: #3A788F;
}
</style>
border-color css
<style>
span { border-color: #3A788F; }
span { border-color: rgb(58,120,143); }
td.TdClassName
{
border-color: #3A788F;
}
.TagClassName
{
border-color: #3A788F;
}
</style>