Shades of Jelly Bean #3C788B
Tints of Jelly Bean #3C788B
RGB
CMYK
RGB Variations
Color information
#3C788B (or 0x3C788B) is known color: Jelly Bean. HEX triplet: 3C, 78 and 8B. RGB value is (60,120,139). Sum of RGB (Red+Green+Blue) = 60+120+139=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C788B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C788B is #C38774. Grayscale: #686868. Windows color (decimal): -12814197 or 9140284. OLE color: 9140284.
HSL color Cylindrical-coordinate representation of color #3C788B: hue angle of 194.43º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C788B is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 120 | 139 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.45 |
| HSL | 194.43º | 0.4% | 0.39% | - |
| HSV(B) | 194.43º | 0.57% | 0.55% | - |
| XYZ | 13.24 | 16.26 | 26.87 | - |
| YUV | 104.23 | 147.62 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 120 | 139 | 0.57 | 0.14 | 0 | 0.45 | 194.43 | 0.4 | 0.39 |
| Hex | 3C | 78 | 8B | 39 | E | 0 | 2D | C2 | 28 | 27 |
| Octal | 74 | 170 | 213 | 71 | 16 | 0 | 55 | 302 | 50 | 47 |
| Binary | 111100 | 1111000 | 10001011 | 111001 | 1110 | 0 | 101101 | 11000010 | 101000 | 100111 |
Color Harmonies of #3C788B
Complementary color
Monochromatic Colors of #3C788B
Black with #3C788B
Text Example
Text Example
White with #3C788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C788B; }
p { color: rgb(60,120,139); }
H1.HeaderClassName
{
color: #3C788B;
}
.AnyTagClassName
{
color: #3C788B;
}
</style>
background-color css
<style>
a { background-color: #3C788B; }
a { background-color: rgb(60,120,139); }
div.DivClassName
{
background-color: #3C788B;
}
.BgClassName
{
background-color: #3C788B;
}
</style>
border-color css
<style>
span { border-color: #3C788B; }
span { border-color: rgb(60,120,139); }
td.TdClassName
{
border-color: #3C788B;
}
.TagClassName
{
border-color: #3C788B;
}
</style>