Shades of Jelly Bean #3C808E
Tints of Jelly Bean #3C808E
RGB
CMYK
RGB Variations
Color information
#3C808E (or 0x3C808E) is known color: Jelly Bean. HEX triplet: 3C, 80 and 8E. RGB value is (60,128,142). Sum of RGB (Red+Green+Blue) = 60+128+142=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C808E is #C37F71. Grayscale: #6D6D6D. Windows color (decimal): -12812146 or 9338940. OLE color: 9338940.
HSL color Cylindrical-coordinate representation of color #3C808E: hue angle of 190.24º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C808E is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 128 | 142 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.44 |
| HSL | 190.24º | 0.41% | 0.4% | - |
| HSV(B) | 190.24º | 0.58% | 0.56% | - |
| XYZ | 14.47 | 18.35 | 28.37 | - |
| YUV | 109.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 142 | 0.58 | 0.10 | 0 | 0.44 | 190.24 | 0.41 | 0.4 |
| Hex | 3C | 80 | 8E | 3A | A | 0 | 2C | BE | 29 | 28 |
| Octal | 74 | 200 | 216 | 72 | 12 | 0 | 54 | 276 | 51 | 50 |
| Binary | 111100 | 10000000 | 10001110 | 111010 | 1010 | 0 | 101100 | 10111110 | 101001 | 101000 |
Color Harmonies of #3C808E
Complementary color
Monochromatic Colors of #3C808E
Black with #3C808E
Text Example
Text Example
White with #3C808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C808E; }
p { color: rgb(60,128,142); }
H1.HeaderClassName
{
color: #3C808E;
}
.AnyTagClassName
{
color: #3C808E;
}
</style>
background-color css
<style>
a { background-color: #3C808E; }
a { background-color: rgb(60,128,142); }
div.DivClassName
{
background-color: #3C808E;
}
.BgClassName
{
background-color: #3C808E;
}
</style>
border-color css
<style>
span { border-color: #3C808E; }
span { border-color: rgb(60,128,142); }
td.TdClassName
{
border-color: #3C808E;
}
.TagClassName
{
border-color: #3C808E;
}
</style>