Shades of Jelly Bean #3F798C
Tints of Jelly Bean #3F798C
RGB
CMYK
RGB Variations
Color information
#3F798C (or 0x3F798C) is known color: Jelly Bean. HEX triplet: 3F, 79 and 8C. RGB value is (63,121,140). Sum of RGB (Red+Green+Blue) = 63+121+140=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F798C is #C08673. Grayscale: #696969. Windows color (decimal): -12617332 or 9206079. OLE color: 9206079.
HSL color Cylindrical-coordinate representation of color #3F798C: hue angle of 194.81º 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 #3F798C is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 121 | 140 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.45 |
| HSL | 194.81º | 0.38% | 0.4% | - |
| HSV(B) | 194.81º | 0.55% | 0.55% | - |
| XYZ | 13.62 | 16.62 | 27.3 | - |
| YUV | 105.82 | 147.28 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 121 | 140 | 0.55 | 0.14 | 0 | 0.45 | 194.81 | 0.38 | 0.4 |
| Hex | 3F | 79 | 8C | 37 | E | 0 | 2D | C3 | 26 | 28 |
| Octal | 77 | 171 | 214 | 67 | 16 | 0 | 55 | 303 | 46 | 50 |
| Binary | 111111 | 1111001 | 10001100 | 110111 | 1110 | 0 | 101101 | 11000011 | 100110 | 101000 |
Color Harmonies of #3F798C
Complementary color
Monochromatic Colors of #3F798C
Black with #3F798C
Text Example
Text Example
White with #3F798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F798C; }
p { color: rgb(63,121,140); }
H1.HeaderClassName
{
color: #3F798C;
}
.AnyTagClassName
{
color: #3F798C;
}
</style>
background-color css
<style>
a { background-color: #3F798C; }
a { background-color: rgb(63,121,140); }
div.DivClassName
{
background-color: #3F798C;
}
.BgClassName
{
background-color: #3F798C;
}
</style>
border-color css
<style>
span { border-color: #3F798C; }
span { border-color: rgb(63,121,140); }
td.TdClassName
{
border-color: #3F798C;
}
.TagClassName
{
border-color: #3F798C;
}
</style>