Shades of Jelly Bean #3F759A
Tints of Jelly Bean #3F759A
RGB
CMYK
RGB Variations
Color information
#3F759A (or 0x3F759A) is known color: Jelly Bean. HEX triplet: 3F, 75 and 9A. RGB value is (63,117,154). Sum of RGB (Red+Green+Blue) = 63+117+154=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F759A is #C08A65. Grayscale: #686868. Windows color (decimal): -12618342 or 10122559. OLE color: 10122559.
HSL color Cylindrical-coordinate representation of color #3F759A: hue angle of 204.4º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F759A is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 117 | 154 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.40 |
| HSL | 204.4º | 0.42% | 0.43% | - |
| HSV(B) | 204.4º | 0.59% | 0.6% | - |
| XYZ | 14.24 | 16.11 | 32.93 | - |
| YUV | 105.07 | 155.61 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 117 | 154 | 0.59 | 0.24 | 0 | 0.40 | 204.4 | 0.42 | 0.43 |
| Hex | 3F | 75 | 9A | 3B | 18 | 0 | 28 | CC | 2A | 2B |
| Octal | 77 | 165 | 232 | 73 | 30 | 0 | 50 | 314 | 52 | 53 |
| Binary | 111111 | 1110101 | 10011010 | 111011 | 11000 | 0 | 101000 | 11001100 | 101010 | 101011 |
Color Harmonies of #3F759A
Complementary color
Monochromatic Colors of #3F759A
Black with #3F759A
Text Example
Text Example
White with #3F759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F759A; }
p { color: rgb(63,117,154); }
H1.HeaderClassName
{
color: #3F759A;
}
.AnyTagClassName
{
color: #3F759A;
}
</style>
background-color css
<style>
a { background-color: #3F759A; }
a { background-color: rgb(63,117,154); }
div.DivClassName
{
background-color: #3F759A;
}
.BgClassName
{
background-color: #3F759A;
}
</style>
border-color css
<style>
span { border-color: #3F759A; }
span { border-color: rgb(63,117,154); }
td.TdClassName
{
border-color: #3F759A;
}
.TagClassName
{
border-color: #3F759A;
}
</style>