Shades of Jelly Bean #3F8196
Tints of Jelly Bean #3F8196
RGB
CMYK
RGB Variations
Color information
#3F8196 (or 0x3F8196) is known color: Jelly Bean. HEX triplet: 3F, 81 and 96. RGB value is (63,129,150). Sum of RGB (Red+Green+Blue) = 63+129+150=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F8196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8196 is #C07E69. Grayscale: #6F6F6F. Windows color (decimal): -12615274 or 9863487. OLE color: 9863487.
HSL color Cylindrical-coordinate representation of color #3F8196: hue angle of 194.48º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F8196 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 129 | 150 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.41 |
| HSL | 194.48º | 0.41% | 0.42% | - |
| HSV(B) | 194.48º | 0.58% | 0.59% | - |
| XYZ | 15.41 | 18.96 | 31.7 | - |
| YUV | 111.66 | 149.63 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 150 | 0.58 | 0.14 | 0 | 0.41 | 194.48 | 0.41 | 0.42 |
| Hex | 3F | 81 | 96 | 3A | E | 0 | 29 | C2 | 29 | 2A |
| Octal | 77 | 201 | 226 | 72 | 16 | 0 | 51 | 302 | 51 | 52 |
| Binary | 111111 | 10000001 | 10010110 | 111010 | 1110 | 0 | 101001 | 11000010 | 101001 | 101010 |
Color Harmonies of #3F8196
Complementary color
Monochromatic Colors of #3F8196
Black with #3F8196
Text Example
Text Example
White with #3F8196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8196; }
p { color: rgb(63,129,150); }
H1.HeaderClassName
{
color: #3F8196;
}
.AnyTagClassName
{
color: #3F8196;
}
</style>
background-color css
<style>
a { background-color: #3F8196; }
a { background-color: rgb(63,129,150); }
div.DivClassName
{
background-color: #3F8196;
}
.BgClassName
{
background-color: #3F8196;
}
</style>
border-color css
<style>
span { border-color: #3F8196; }
span { border-color: rgb(63,129,150); }
td.TdClassName
{
border-color: #3F8196;
}
.TagClassName
{
border-color: #3F8196;
}
</style>