Shades of Jelly Bean #3F7C90
Tints of Jelly Bean #3F7C90
RGB
CMYK
RGB Variations
Color information
#3F7C90 (or 0x3F7C90) is known color: Jelly Bean. HEX triplet: 3F, 7C and 90. RGB value is (63,124,144). Sum of RGB (Red+Green+Blue) = 63+124+144=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F7C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7C90 is #C0836F. Grayscale: #6B6B6B. Windows color (decimal): -12616560 or 9468991. OLE color: 9468991.
HSL color Cylindrical-coordinate representation of color #3F7C90: hue angle of 194.81º 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 #3F7C90 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 124 | 144 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.44 |
| HSL | 194.81º | 0.39% | 0.41% | - |
| HSV(B) | 194.81º | 0.56% | 0.56% | - |
| XYZ | 14.29 | 17.49 | 29.01 | - |
| YUV | 108.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 124 | 144 | 0.56 | 0.14 | 0 | 0.44 | 194.81 | 0.39 | 0.41 |
| Hex | 3F | 7C | 90 | 38 | E | 0 | 2C | C3 | 27 | 29 |
| Octal | 77 | 174 | 220 | 70 | 16 | 0 | 54 | 303 | 47 | 51 |
| Binary | 111111 | 1111100 | 10010000 | 111000 | 1110 | 0 | 101100 | 11000011 | 100111 | 101001 |
Color Harmonies of #3F7C90
Complementary color
Monochromatic Colors of #3F7C90
Black with #3F7C90
Text Example
Text Example
White with #3F7C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7C90; }
p { color: rgb(63,124,144); }
H1.HeaderClassName
{
color: #3F7C90;
}
.AnyTagClassName
{
color: #3F7C90;
}
</style>
background-color css
<style>
a { background-color: #3F7C90; }
a { background-color: rgb(63,124,144); }
div.DivClassName
{
background-color: #3F7C90;
}
.BgClassName
{
background-color: #3F7C90;
}
</style>
border-color css
<style>
span { border-color: #3F7C90; }
span { border-color: rgb(63,124,144); }
td.TdClassName
{
border-color: #3F7C90;
}
.TagClassName
{
border-color: #3F7C90;
}
</style>