Shades of Jelly Bean #3F8091
Tints of Jelly Bean #3F8091
RGB
CMYK
RGB Variations
Color information
#3F8091 (or 0x3F8091) is known color: Jelly Bean. HEX triplet: 3F, 80 and 91. RGB value is (63,128,145). Sum of RGB (Red+Green+Blue) = 63+128+145=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F8091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8091 is #C07F6E. Grayscale: #6E6E6E. Windows color (decimal): -12615535 or 9535551. OLE color: 9535551.
HSL color Cylindrical-coordinate representation of color #3F8091: hue angle of 192.44º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F8091 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 128 | 145 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.43 |
| HSL | 192.44º | 0.39% | 0.41% | - |
| HSV(B) | 192.44º | 0.57% | 0.57% | - |
| XYZ | 14.88 | 18.54 | 29.58 | - |
| YUV | 110.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 145 | 0.57 | 0.12 | 0 | 0.43 | 192.44 | 0.39 | 0.41 |
| Hex | 3F | 80 | 91 | 39 | C | 0 | 2B | C0 | 27 | 29 |
| Octal | 77 | 200 | 221 | 71 | 14 | 0 | 53 | 300 | 47 | 51 |
| Binary | 111111 | 10000000 | 10010001 | 111001 | 1100 | 0 | 101011 | 11000000 | 100111 | 101001 |
Color Harmonies of #3F8091
Complementary color
Monochromatic Colors of #3F8091
Black with #3F8091
Text Example
Text Example
White with #3F8091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8091; }
p { color: rgb(63,128,145); }
H1.HeaderClassName
{
color: #3F8091;
}
.AnyTagClassName
{
color: #3F8091;
}
</style>
background-color css
<style>
a { background-color: #3F8091; }
a { background-color: rgb(63,128,145); }
div.DivClassName
{
background-color: #3F8091;
}
.BgClassName
{
background-color: #3F8091;
}
</style>
border-color css
<style>
span { border-color: #3F8091; }
span { border-color: rgb(63,128,145); }
td.TdClassName
{
border-color: #3F8091;
}
.TagClassName
{
border-color: #3F8091;
}
</style>