Shades of Jelly Bean #3F8195
Tints of Jelly Bean #3F8195
RGB
CMYK
RGB Variations
Color information
#3F8195 (or 0x3F8195) is known color: Jelly Bean. HEX triplet: 3F, 81 and 95. RGB value is (63,129,149). Sum of RGB (Red+Green+Blue) = 63+129+149=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F8195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8195 is #C07E6A. Grayscale: #6F6F6F. Windows color (decimal): -12615275 or 9797951. OLE color: 9797951.
HSL color Cylindrical-coordinate representation of color #3F8195: hue angle of 193.95º 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 #3F8195 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 129 | 149 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.42 |
| HSL | 193.95º | 0.41% | 0.42% | - |
| HSV(B) | 193.95º | 0.58% | 0.58% | - |
| XYZ | 15.32 | 18.93 | 31.28 | - |
| YUV | 111.55 | 149.13 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 149 | 0.58 | 0.13 | 0 | 0.42 | 193.95 | 0.41 | 0.42 |
| Hex | 3F | 81 | 95 | 3A | D | 0 | 2A | C2 | 29 | 2A |
| Octal | 77 | 201 | 225 | 72 | 15 | 0 | 52 | 302 | 51 | 52 |
| Binary | 111111 | 10000001 | 10010101 | 111010 | 1101 | 0 | 101010 | 11000010 | 101001 | 101010 |
Color Harmonies of #3F8195
Complementary color
Monochromatic Colors of #3F8195
Black with #3F8195
Text Example
Text Example
White with #3F8195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8195; }
p { color: rgb(63,129,149); }
H1.HeaderClassName
{
color: #3F8195;
}
.AnyTagClassName
{
color: #3F8195;
}
</style>
background-color css
<style>
a { background-color: #3F8195; }
a { background-color: rgb(63,129,149); }
div.DivClassName
{
background-color: #3F8195;
}
.BgClassName
{
background-color: #3F8195;
}
</style>
border-color css
<style>
span { border-color: #3F8195; }
span { border-color: rgb(63,129,149); }
td.TdClassName
{
border-color: #3F8195;
}
.TagClassName
{
border-color: #3F8195;
}
</style>