Shades of Jelly Bean #3C808C
Tints of Jelly Bean #3C808C
RGB
CMYK
RGB Variations
Color information
#3C808C (or 0x3C808C) is known color: Jelly Bean. HEX triplet: 3C, 80 and 8C. RGB value is (60,128,140). Sum of RGB (Red+Green+Blue) = 60+128+140=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C808C is #C37F73. Grayscale: #6C6C6C. Windows color (decimal): -12812148 or 9207868. OLE color: 9207868.
HSL color Cylindrical-coordinate representation of color #3C808C: hue angle of 189º 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 #3C808C is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 128 | 140 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.45 |
| HSL | 189º | 0.4% | 0.39% | - |
| HSV(B) | 189º | 0.57% | 0.55% | - |
| XYZ | 14.32 | 18.29 | 27.59 | - |
| YUV | 109.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 140 | 0.57 | 0.09 | 0 | 0.45 | 189 | 0.4 | 0.39 |
| Hex | 3C | 80 | 8C | 39 | 9 | 0 | 2D | BD | 28 | 27 |
| Octal | 74 | 200 | 214 | 71 | 11 | 0 | 55 | 275 | 50 | 47 |
| Binary | 111100 | 10000000 | 10001100 | 111001 | 1001 | 0 | 101101 | 10111101 | 101000 | 100111 |
Color Harmonies of #3C808C
Complementary color
Monochromatic Colors of #3C808C
Black with #3C808C
Text Example
Text Example
White with #3C808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C808C; }
p { color: rgb(60,128,140); }
H1.HeaderClassName
{
color: #3C808C;
}
.AnyTagClassName
{
color: #3C808C;
}
</style>
background-color css
<style>
a { background-color: #3C808C; }
a { background-color: rgb(60,128,140); }
div.DivClassName
{
background-color: #3C808C;
}
.BgClassName
{
background-color: #3C808C;
}
</style>
border-color css
<style>
span { border-color: #3C808C; }
span { border-color: rgb(60,128,140); }
td.TdClassName
{
border-color: #3C808C;
}
.TagClassName
{
border-color: #3C808C;
}
</style>