Shades of Jelly Bean #3F808C
Tints of Jelly Bean #3F808C
RGB
CMYK
RGB Variations
Color information
#3F808C (or 0x3F808C) is known color: Jelly Bean. HEX triplet: 3F, 80 and 8C. RGB value is (63,128,140). Sum of RGB (Red+Green+Blue) = 63+128+140=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F808C is #C07F73. Grayscale: #6D6D6D. Windows color (decimal): -12615540 or 9207871. OLE color: 9207871.
HSL color Cylindrical-coordinate representation of color #3F808C: hue angle of 189.35º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F808C is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 128 | 140 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.45 |
| HSL | 189.35º | 0.38% | 0.4% | - |
| HSV(B) | 189.35º | 0.55% | 0.55% | - |
| XYZ | 14.5 | 18.39 | 27.6 | - |
| YUV | 109.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 140 | 0.55 | 0.09 | 0 | 0.45 | 189.35 | 0.38 | 0.4 |
| Hex | 3F | 80 | 8C | 37 | 9 | 0 | 2D | BD | 26 | 28 |
| Octal | 77 | 200 | 214 | 67 | 11 | 0 | 55 | 275 | 46 | 50 |
| Binary | 111111 | 10000000 | 10001100 | 110111 | 1001 | 0 | 101101 | 10111101 | 100110 | 101000 |
Color Harmonies of #3F808C
Complementary color
Monochromatic Colors of #3F808C
Black with #3F808C
Text Example
Text Example
White with #3F808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F808C; }
p { color: rgb(63,128,140); }
H1.HeaderClassName
{
color: #3F808C;
}
.AnyTagClassName
{
color: #3F808C;
}
</style>
background-color css
<style>
a { background-color: #3F808C; }
a { background-color: rgb(63,128,140); }
div.DivClassName
{
background-color: #3F808C;
}
.BgClassName
{
background-color: #3F808C;
}
</style>
border-color css
<style>
span { border-color: #3F808C; }
span { border-color: rgb(63,128,140); }
td.TdClassName
{
border-color: #3F808C;
}
.TagClassName
{
border-color: #3F808C;
}
</style>