Shades of Jelly Bean #3F7890
Tints of Jelly Bean #3F7890
RGB
CMYK
RGB Variations
Color information
#3F7890 (or 0x3F7890) is known color: Jelly Bean. HEX triplet: 3F, 78 and 90. RGB value is (63,120,144). Sum of RGB (Red+Green+Blue) = 63+120+144=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F7890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7890 is #C0876F. Grayscale: #696969. Windows color (decimal): -12617584 or 9467967. OLE color: 9467967.
HSL color Cylindrical-coordinate representation of color #3F7890: hue angle of 197.78º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F7890 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 120 | 144 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.44 |
| HSL | 197.78º | 0.39% | 0.41% | - |
| HSV(B) | 197.78º | 0.56% | 0.56% | - |
| XYZ | 13.8 | 16.5 | 28.84 | - |
| YUV | 105.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 144 | 0.56 | 0.17 | 0 | 0.44 | 197.78 | 0.39 | 0.41 |
| Hex | 3F | 78 | 90 | 38 | 11 | 0 | 2C | C6 | 27 | 29 |
| Octal | 77 | 170 | 220 | 70 | 21 | 0 | 54 | 306 | 47 | 51 |
| Binary | 111111 | 1111000 | 10010000 | 111000 | 10001 | 0 | 101100 | 11000110 | 100111 | 101001 |
Color Harmonies of #3F7890
Complementary color
Monochromatic Colors of #3F7890
Black with #3F7890
Text Example
Text Example
White with #3F7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7890; }
p { color: rgb(63,120,144); }
H1.HeaderClassName
{
color: #3F7890;
}
.AnyTagClassName
{
color: #3F7890;
}
</style>
background-color css
<style>
a { background-color: #3F7890; }
a { background-color: rgb(63,120,144); }
div.DivClassName
{
background-color: #3F7890;
}
.BgClassName
{
background-color: #3F7890;
}
</style>
border-color css
<style>
span { border-color: #3F7890; }
span { border-color: rgb(63,120,144); }
td.TdClassName
{
border-color: #3F7890;
}
.TagClassName
{
border-color: #3F7890;
}
</style>