Shades of Jelly Bean #3F7592
Tints of Jelly Bean #3F7592
RGB
CMYK
RGB Variations
Color information
#3F7592 (or 0x3F7592) is known color: Jelly Bean. HEX triplet: 3F, 75 and 92. RGB value is (63,117,146). Sum of RGB (Red+Green+Blue) = 63+117+146=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F7592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7592 is #C08A6D. Grayscale: #676767. Windows color (decimal): -12618350 or 9598271. OLE color: 9598271.
HSL color Cylindrical-coordinate representation of color #3F7592: hue angle of 200.96º degrees, saturation: 0.4, 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 #3F7592 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 117 | 146 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.43 |
| HSL | 200.96º | 0.4% | 0.41% | - |
| HSV(B) | 200.96º | 0.57% | 0.57% | - |
| XYZ | 13.6 | 15.85 | 29.54 | - |
| YUV | 104.16 | 151.61 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 146 | 0.57 | 0.20 | 0 | 0.43 | 200.96 | 0.4 | 0.41 |
| Hex | 3F | 75 | 92 | 39 | 14 | 0 | 2B | C9 | 28 | 29 |
| Octal | 77 | 165 | 222 | 71 | 24 | 0 | 53 | 311 | 50 | 51 |
| Binary | 111111 | 1110101 | 10010010 | 111001 | 10100 | 0 | 101011 | 11001001 | 101000 | 101001 |
Color Harmonies of #3F7592
Complementary color
Monochromatic Colors of #3F7592
Black with #3F7592
Text Example
Text Example
White with #3F7592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7592; }
p { color: rgb(63,117,146); }
H1.HeaderClassName
{
color: #3F7592;
}
.AnyTagClassName
{
color: #3F7592;
}
</style>
background-color css
<style>
a { background-color: #3F7592; }
a { background-color: rgb(63,117,146); }
div.DivClassName
{
background-color: #3F7592;
}
.BgClassName
{
background-color: #3F7592;
}
</style>
border-color css
<style>
span { border-color: #3F7592; }
span { border-color: rgb(63,117,146); }
td.TdClassName
{
border-color: #3F7592;
}
.TagClassName
{
border-color: #3F7592;
}
</style>