Shades of Jelly Bean #3F7789
Tints of Jelly Bean #3F7789
RGB
CMYK
RGB Variations
Color information
#3F7789 (or 0x3F7789) is known color: Jelly Bean. HEX triplet: 3F, 77 and 89. RGB value is (63,119,137). Sum of RGB (Red+Green+Blue) = 63+119+137=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F7789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7789 is #C08876. Grayscale: #686868. Windows color (decimal): -12617847 or 9008959. OLE color: 9008959.
HSL color Cylindrical-coordinate representation of color #3F7789: hue angle of 194.59º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F7789 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 119 | 137 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.46 |
| HSL | 194.59º | 0.37% | 0.39% | - |
| HSV(B) | 194.59º | 0.54% | 0.54% | - |
| XYZ | 13.16 | 16.06 | 26.07 | - |
| YUV | 104.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 137 | 0.54 | 0.13 | 0 | 0.46 | 194.59 | 0.37 | 0.39 |
| Hex | 3F | 77 | 89 | 36 | D | 0 | 2E | C3 | 25 | 27 |
| Octal | 77 | 167 | 211 | 66 | 15 | 0 | 56 | 303 | 45 | 47 |
| Binary | 111111 | 1110111 | 10001001 | 110110 | 1101 | 0 | 101110 | 11000011 | 100101 | 100111 |
Color Harmonies of #3F7789
Complementary color
Monochromatic Colors of #3F7789
Black with #3F7789
Text Example
Text Example
White with #3F7789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7789; }
p { color: rgb(63,119,137); }
H1.HeaderClassName
{
color: #3F7789;
}
.AnyTagClassName
{
color: #3F7789;
}
</style>
background-color css
<style>
a { background-color: #3F7789; }
a { background-color: rgb(63,119,137); }
div.DivClassName
{
background-color: #3F7789;
}
.BgClassName
{
background-color: #3F7789;
}
</style>
border-color css
<style>
span { border-color: #3F7789; }
span { border-color: rgb(63,119,137); }
td.TdClassName
{
border-color: #3F7789;
}
.TagClassName
{
border-color: #3F7789;
}
</style>