Shades of Jelly Bean #3F7889
Tints of Jelly Bean #3F7889
RGB
CMYK
RGB Variations
Color information
#3F7889 (or 0x3F7889) is known color: Jelly Bean. HEX triplet: 3F, 78 and 89. RGB value is (63,120,137). Sum of RGB (Red+Green+Blue) = 63+120+137=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F7889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7889 is #C08776. Grayscale: #686868. Windows color (decimal): -12617591 or 9009215. OLE color: 9009215.
HSL color Cylindrical-coordinate representation of color #3F7889: hue angle of 193.78º 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 #3F7889 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 120 | 137 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.46 |
| HSL | 193.78º | 0.37% | 0.39% | - |
| HSV(B) | 193.78º | 0.54% | 0.54% | - |
| XYZ | 13.28 | 16.3 | 26.11 | - |
| YUV | 104.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 137 | 0.54 | 0.12 | 0 | 0.46 | 193.78 | 0.37 | 0.39 |
| Hex | 3F | 78 | 89 | 36 | C | 0 | 2E | C2 | 25 | 27 |
| Octal | 77 | 170 | 211 | 66 | 14 | 0 | 56 | 302 | 45 | 47 |
| Binary | 111111 | 1111000 | 10001001 | 110110 | 1100 | 0 | 101110 | 11000010 | 100101 | 100111 |
Color Harmonies of #3F7889
Complementary color
Monochromatic Colors of #3F7889
Black with #3F7889
Text Example
Text Example
White with #3F7889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7889; }
p { color: rgb(63,120,137); }
H1.HeaderClassName
{
color: #3F7889;
}
.AnyTagClassName
{
color: #3F7889;
}
</style>
background-color css
<style>
a { background-color: #3F7889; }
a { background-color: rgb(63,120,137); }
div.DivClassName
{
background-color: #3F7889;
}
.BgClassName
{
background-color: #3F7889;
}
</style>
border-color css
<style>
span { border-color: #3F7889; }
span { border-color: rgb(63,120,137); }
td.TdClassName
{
border-color: #3F7889;
}
.TagClassName
{
border-color: #3F7889;
}
</style>