Shades of Jelly Bean #3F7491
Tints of Jelly Bean #3F7491
RGB
CMYK
RGB Variations
Color information
#3F7491 (or 0x3F7491) is known color: Jelly Bean. HEX triplet: 3F, 74 and 91. RGB value is (63,116,145). Sum of RGB (Red+Green+Blue) = 63+116+145=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F7491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7491 is #C08B6E. Grayscale: #676767. Windows color (decimal): -12618607 or 9532479. OLE color: 9532479.
HSL color Cylindrical-coordinate representation of color #3F7491: hue angle of 201.22º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F7491 is Cyan = 0.57, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 116 | 145 | - |
| CMYK | 0.57 | 0.2 | 0 | 0.43 |
| HSL | 201.22º | 0.39% | 0.41% | - |
| HSV(B) | 201.22º | 0.57% | 0.57% | - |
| XYZ | 13.41 | 15.59 | 29.09 | - |
| YUV | 103.46 | 151.44 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 145 | 0.57 | 0.2 | 0 | 0.43 | 201.22 | 0.39 | 0.41 |
| Hex | 3F | 74 | 91 | 39 | 14 | 0 | 2B | C9 | 27 | 29 |
| Octal | 77 | 164 | 221 | 71 | 24 | 0 | 53 | 311 | 47 | 51 |
| Binary | 111111 | 1110100 | 10010001 | 111001 | 10100 | 0 | 101011 | 11001001 | 100111 | 101001 |
Color Harmonies of #3F7491
Complementary color
Monochromatic Colors of #3F7491
Black with #3F7491
Text Example
Text Example
White with #3F7491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7491; }
p { color: rgb(63,116,145); }
H1.HeaderClassName
{
color: #3F7491;
}
.AnyTagClassName
{
color: #3F7491;
}
</style>
background-color css
<style>
a { background-color: #3F7491; }
a { background-color: rgb(63,116,145); }
div.DivClassName
{
background-color: #3F7491;
}
.BgClassName
{
background-color: #3F7491;
}
</style>
border-color css
<style>
span { border-color: #3F7491; }
span { border-color: rgb(63,116,145); }
td.TdClassName
{
border-color: #3F7491;
}
.TagClassName
{
border-color: #3F7491;
}
</style>