Shades of Jelly Bean #3F798B
Tints of Jelly Bean #3F798B
RGB
CMYK
RGB Variations
Color information
#3F798B (or 0x3F798B) is known color: Jelly Bean. HEX triplet: 3F, 79 and 8B. RGB value is (63,121,139). Sum of RGB (Red+Green+Blue) = 63+121+139=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F798B is #C08674. Grayscale: #696969. Windows color (decimal): -12617333 or 9140543. OLE color: 9140543.
HSL color Cylindrical-coordinate representation of color #3F798B: hue angle of 194.21º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F798B is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 121 | 139 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.45 |
| HSL | 194.21º | 0.38% | 0.4% | - |
| HSV(B) | 194.21º | 0.55% | 0.55% | - |
| XYZ | 13.55 | 16.6 | 26.92 | - |
| YUV | 105.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 139 | 0.55 | 0.13 | 0 | 0.45 | 194.21 | 0.38 | 0.4 |
| Hex | 3F | 79 | 8B | 37 | D | 0 | 2D | C2 | 26 | 28 |
| Octal | 77 | 171 | 213 | 67 | 15 | 0 | 55 | 302 | 46 | 50 |
| Binary | 111111 | 1111001 | 10001011 | 110111 | 1101 | 0 | 101101 | 11000010 | 100110 | 101000 |
Color Harmonies of #3F798B
Complementary color
Monochromatic Colors of #3F798B
Black with #3F798B
Text Example
Text Example
White with #3F798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F798B; }
p { color: rgb(63,121,139); }
H1.HeaderClassName
{
color: #3F798B;
}
.AnyTagClassName
{
color: #3F798B;
}
</style>
background-color css
<style>
a { background-color: #3F798B; }
a { background-color: rgb(63,121,139); }
div.DivClassName
{
background-color: #3F798B;
}
.BgClassName
{
background-color: #3F798B;
}
</style>
border-color css
<style>
span { border-color: #3F798B; }
span { border-color: rgb(63,121,139); }
td.TdClassName
{
border-color: #3F798B;
}
.TagClassName
{
border-color: #3F798B;
}
</style>