Shades of Jelly Bean #3F7A9B
Tints of Jelly Bean #3F7A9B
RGB
CMYK
RGB Variations
Color information
#3F7A9B (or 0x3F7A9B) is known color: Jelly Bean. HEX triplet: 3F, 7A and 9B. RGB value is (63,122,155). Sum of RGB (Red+Green+Blue) = 63+122+155=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F7A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7A9B is #C08564. Grayscale: #6B6B6B. Windows color (decimal): -12617061 or 10189375. OLE color: 10189375.
HSL color Cylindrical-coordinate representation of color #3F7A9B: hue angle of 201.52º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F7A9B is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 122 | 155 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.39 |
| HSL | 201.52º | 0.42% | 0.43% | - |
| HSV(B) | 201.52º | 0.59% | 0.61% | - |
| XYZ | 14.93 | 17.34 | 33.57 | - |
| YUV | 108.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 122 | 155 | 0.59 | 0.21 | 0 | 0.39 | 201.52 | 0.42 | 0.43 |
| Hex | 3F | 7A | 9B | 3B | 15 | 0 | 27 | CA | 2A | 2B |
| Octal | 77 | 172 | 233 | 73 | 25 | 0 | 47 | 312 | 52 | 53 |
| Binary | 111111 | 1111010 | 10011011 | 111011 | 10101 | 0 | 100111 | 11001010 | 101010 | 101011 |
Color Harmonies of #3F7A9B
Complementary color
Monochromatic Colors of #3F7A9B
Black with #3F7A9B
Text Example
Text Example
White with #3F7A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F7A9B; }
p { color: rgb(63,122,155); }
H1.HeaderClassName
{
color: #3F7A9B;
}
.AnyTagClassName
{
color: #3F7A9B;
}
</style>
background-color css
<style>
a { background-color: #3F7A9B; }
a { background-color: rgb(63,122,155); }
div.DivClassName
{
background-color: #3F7A9B;
}
.BgClassName
{
background-color: #3F7A9B;
}
</style>
border-color css
<style>
span { border-color: #3F7A9B; }
span { border-color: rgb(63,122,155); }
td.TdClassName
{
border-color: #3F7A9B;
}
.TagClassName
{
border-color: #3F7A9B;
}
</style>