Shades of Jelly Bean #3F7490
Tints of Jelly Bean #3F7490
RGB
CMYK
RGB Variations
Color information
#3F7490 (or 0x3F7490) is known color: Jelly Bean. HEX triplet: 3F, 74 and 90. RGB value is (63,116,144). Sum of RGB (Red+Green+Blue) = 63+116+144=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F7490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7490 is #C08B6F. Grayscale: #676767. Windows color (decimal): -12618608 or 9466943. OLE color: 9466943.
HSL color Cylindrical-coordinate representation of color #3F7490: hue angle of 200.74º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F7490 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 116 | 144 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.44 |
| HSL | 200.74º | 0.39% | 0.41% | - |
| HSV(B) | 200.74º | 0.56% | 0.56% | - |
| XYZ | 13.33 | 15.56 | 28.69 | - |
| YUV | 103.35 | 150.94 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 116 | 144 | 0.56 | 0.19 | 0 | 0.44 | 200.74 | 0.39 | 0.41 |
| Hex | 3F | 74 | 90 | 38 | 13 | 0 | 2C | C9 | 27 | 29 |
| Octal | 77 | 164 | 220 | 70 | 23 | 0 | 54 | 311 | 47 | 51 |
| Binary | 111111 | 1110100 | 10010000 | 111000 | 10011 | 0 | 101100 | 11001001 | 100111 | 101001 |
Color Harmonies of #3F7490
Complementary color
Monochromatic Colors of #3F7490
Black with #3F7490
Text Example
Text Example
White with #3F7490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7490; }
p { color: rgb(63,116,144); }
H1.HeaderClassName
{
color: #3F7490;
}
.AnyTagClassName
{
color: #3F7490;
}
</style>
background-color css
<style>
a { background-color: #3F7490; }
a { background-color: rgb(63,116,144); }
div.DivClassName
{
background-color: #3F7490;
}
.BgClassName
{
background-color: #3F7490;
}
</style>
border-color css
<style>
span { border-color: #3F7490; }
span { border-color: rgb(63,116,144); }
td.TdClassName
{
border-color: #3F7490;
}
.TagClassName
{
border-color: #3F7490;
}
</style>