Shades of Jelly Bean #3F7C91
Tints of Jelly Bean #3F7C91
RGB
CMYK
RGB Variations
Color information
#3F7C91 (or 0x3F7C91) is known color: Jelly Bean. HEX triplet: 3F, 7C and 91. RGB value is (63,124,145). Sum of RGB (Red+Green+Blue) = 63+124+145=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F7C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7C91 is #C0836E. Grayscale: #6C6C6C. Windows color (decimal): -12616559 or 9534527. OLE color: 9534527.
HSL color Cylindrical-coordinate representation of color #3F7C91: hue angle of 195.37º 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 #3F7C91 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 124 | 145 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.43 |
| HSL | 195.37º | 0.39% | 0.41% | - |
| HSV(B) | 195.37º | 0.57% | 0.57% | - |
| XYZ | 14.37 | 17.52 | 29.41 | - |
| YUV | 108.16 | 148.79 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 145 | 0.57 | 0.14 | 0 | 0.43 | 195.37 | 0.39 | 0.41 |
| Hex | 3F | 7C | 91 | 39 | E | 0 | 2B | C3 | 27 | 29 |
| Octal | 77 | 174 | 221 | 71 | 16 | 0 | 53 | 303 | 47 | 51 |
| Binary | 111111 | 1111100 | 10010001 | 111001 | 1110 | 0 | 101011 | 11000011 | 100111 | 101001 |
Color Harmonies of #3F7C91
Complementary color
Monochromatic Colors of #3F7C91
Black with #3F7C91
Text Example
Text Example
White with #3F7C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7C91; }
p { color: rgb(63,124,145); }
H1.HeaderClassName
{
color: #3F7C91;
}
.AnyTagClassName
{
color: #3F7C91;
}
</style>
background-color css
<style>
a { background-color: #3F7C91; }
a { background-color: rgb(63,124,145); }
div.DivClassName
{
background-color: #3F7C91;
}
.BgClassName
{
background-color: #3F7C91;
}
</style>
border-color css
<style>
span { border-color: #3F7C91; }
span { border-color: rgb(63,124,145); }
td.TdClassName
{
border-color: #3F7C91;
}
.TagClassName
{
border-color: #3F7C91;
}
</style>