Shades of Jelly Bean #3F7894
Tints of Jelly Bean #3F7894
RGB
CMYK
RGB Variations
Color information
#3F7894 (or 0x3F7894) is known color: Jelly Bean. HEX triplet: 3F, 78 and 94. RGB value is (63,120,148). Sum of RGB (Red+Green+Blue) = 63+120+148=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #3F7894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7894 is #C0876B. Grayscale: #696969. Windows color (decimal): -12617580 or 9730111. OLE color: 9730111.
HSL color Cylindrical-coordinate representation of color #3F7894: hue angle of 199.76º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F7894 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 120 | 148 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.42 |
| HSL | 199.76º | 0.4% | 0.41% | - |
| HSV(B) | 199.76º | 0.57% | 0.58% | - |
| XYZ | 14.11 | 16.63 | 30.48 | - |
| YUV | 106.15 | 151.62 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 120 | 148 | 0.57 | 0.19 | 0 | 0.42 | 199.76 | 0.4 | 0.41 |
| Hex | 3F | 78 | 94 | 39 | 13 | 0 | 2A | C8 | 28 | 29 |
| Octal | 77 | 170 | 224 | 71 | 23 | 0 | 52 | 310 | 50 | 51 |
| Binary | 111111 | 1111000 | 10010100 | 111001 | 10011 | 0 | 101010 | 11001000 | 101000 | 101001 |
Color Harmonies of #3F7894
Complementary color
Monochromatic Colors of #3F7894
Black with #3F7894
Text Example
Text Example
White with #3F7894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7894; }
p { color: rgb(63,120,148); }
H1.HeaderClassName
{
color: #3F7894;
}
.AnyTagClassName
{
color: #3F7894;
}
</style>
background-color css
<style>
a { background-color: #3F7894; }
a { background-color: rgb(63,120,148); }
div.DivClassName
{
background-color: #3F7894;
}
.BgClassName
{
background-color: #3F7894;
}
</style>
border-color css
<style>
span { border-color: #3F7894; }
span { border-color: rgb(63,120,148); }
td.TdClassName
{
border-color: #3F7894;
}
.TagClassName
{
border-color: #3F7894;
}
</style>