Shades of Jelly Bean #3F7296
Tints of Jelly Bean #3F7296
RGB
CMYK
RGB Variations
Color information
#3F7296 (or 0x3F7296) is known color: Jelly Bean. HEX triplet: 3F, 72 and 96. RGB value is (63,114,150). Sum of RGB (Red+Green+Blue) = 63+114+150=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F7296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7296 is #C08D69. Grayscale: #666666. Windows color (decimal): -12619114 or 9859647. OLE color: 9859647.
HSL color Cylindrical-coordinate representation of color #3F7296: hue angle of 204.83º 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 #3F7296 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 114 | 150 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.41 |
| HSL | 204.83º | 0.41% | 0.42% | - |
| HSV(B) | 204.83º | 0.58% | 0.59% | - |
| XYZ | 13.57 | 15.29 | 31.09 | - |
| YUV | 102.86 | 154.6 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 114 | 150 | 0.58 | 0.24 | 0 | 0.41 | 204.83 | 0.41 | 0.42 |
| Hex | 3F | 72 | 96 | 3A | 18 | 0 | 29 | CD | 29 | 2A |
| Octal | 77 | 162 | 226 | 72 | 30 | 0 | 51 | 315 | 51 | 52 |
| Binary | 111111 | 1110010 | 10010110 | 111010 | 11000 | 0 | 101001 | 11001101 | 101001 | 101010 |
Color Harmonies of #3F7296
Complementary color
Monochromatic Colors of #3F7296
Black with #3F7296
Text Example
Text Example
White with #3F7296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7296; }
p { color: rgb(63,114,150); }
H1.HeaderClassName
{
color: #3F7296;
}
.AnyTagClassName
{
color: #3F7296;
}
</style>
background-color css
<style>
a { background-color: #3F7296; }
a { background-color: rgb(63,114,150); }
div.DivClassName
{
background-color: #3F7296;
}
.BgClassName
{
background-color: #3F7296;
}
</style>
border-color css
<style>
span { border-color: #3F7296; }
span { border-color: rgb(63,114,150); }
td.TdClassName
{
border-color: #3F7296;
}
.TagClassName
{
border-color: #3F7296;
}
</style>