Shades of Jelly Bean #3F7795
Tints of Jelly Bean #3F7795
RGB
CMYK
RGB Variations
Color information
#3F7795 (or 0x3F7795) is known color: Jelly Bean. HEX triplet: 3F, 77 and 95. RGB value is (63,119,149). Sum of RGB (Red+Green+Blue) = 63+119+149=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F7795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7795 is #C0886A. Grayscale: #696969. Windows color (decimal): -12617835 or 9795391. OLE color: 9795391.
HSL color Cylindrical-coordinate representation of color #3F7795: hue angle of 200.93º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F7795 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 119 | 149 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.42 |
| HSL | 200.93º | 0.41% | 0.42% | - |
| HSV(B) | 200.93º | 0.58% | 0.58% | - |
| XYZ | 14.07 | 16.42 | 30.86 | - |
| YUV | 105.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 119 | 149 | 0.58 | 0.20 | 0 | 0.42 | 200.93 | 0.41 | 0.42 |
| Hex | 3F | 77 | 95 | 3A | 14 | 0 | 2A | C9 | 29 | 2A |
| Octal | 77 | 167 | 225 | 72 | 24 | 0 | 52 | 311 | 51 | 52 |
| Binary | 111111 | 1110111 | 10010101 | 111010 | 10100 | 0 | 101010 | 11001001 | 101001 | 101010 |
Color Harmonies of #3F7795
Complementary color
Monochromatic Colors of #3F7795
Black with #3F7795
Text Example
Text Example
White with #3F7795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7795; }
p { color: rgb(63,119,149); }
H1.HeaderClassName
{
color: #3F7795;
}
.AnyTagClassName
{
color: #3F7795;
}
</style>
background-color css
<style>
a { background-color: #3F7795; }
a { background-color: rgb(63,119,149); }
div.DivClassName
{
background-color: #3F7795;
}
.BgClassName
{
background-color: #3F7795;
}
</style>
border-color css
<style>
span { border-color: #3F7795; }
span { border-color: rgb(63,119,149); }
td.TdClassName
{
border-color: #3F7795;
}
.TagClassName
{
border-color: #3F7795;
}
</style>