Shades of Jelly Bean #3F7796
Tints of Jelly Bean #3F7796
RGB
CMYK
RGB Variations
Color information
#3F7796 (or 0x3F7796) is known color: Jelly Bean. HEX triplet: 3F, 77 and 96. RGB value is (63,119,150). Sum of RGB (Red+Green+Blue) = 63+119+150=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F7796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7796 is #C08869. Grayscale: #696969. Windows color (decimal): -12617834 or 9860927. OLE color: 9860927.
HSL color Cylindrical-coordinate representation of color #3F7796: hue angle of 201.38º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F7796 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 119 | 150 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.41 |
| HSL | 201.38º | 0.41% | 0.42% | - |
| HSV(B) | 201.38º | 0.58% | 0.59% | - |
| XYZ | 14.15 | 16.45 | 31.28 | - |
| YUV | 105.79 | 152.95 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 150 | 0.58 | 0.21 | 0 | 0.41 | 201.38 | 0.41 | 0.42 |
| Hex | 3F | 77 | 96 | 3A | 15 | 0 | 29 | C9 | 29 | 2A |
| Octal | 77 | 167 | 226 | 72 | 25 | 0 | 51 | 311 | 51 | 52 |
| Binary | 111111 | 1110111 | 10010110 | 111010 | 10101 | 0 | 101001 | 11001001 | 101001 | 101010 |
Color Harmonies of #3F7796
Complementary color
Monochromatic Colors of #3F7796
Black with #3F7796
Text Example
Text Example
White with #3F7796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7796; }
p { color: rgb(63,119,150); }
H1.HeaderClassName
{
color: #3F7796;
}
.AnyTagClassName
{
color: #3F7796;
}
</style>
background-color css
<style>
a { background-color: #3F7796; }
a { background-color: rgb(63,119,150); }
div.DivClassName
{
background-color: #3F7796;
}
.BgClassName
{
background-color: #3F7796;
}
</style>
border-color css
<style>
span { border-color: #3F7796; }
span { border-color: rgb(63,119,150); }
td.TdClassName
{
border-color: #3F7796;
}
.TagClassName
{
border-color: #3F7796;
}
</style>