Shades of Jelly Bean #3F828E
Tints of Jelly Bean #3F828E
RGB
CMYK
RGB Variations
Color information
#3F828E (or 0x3F828E) is known color: Jelly Bean. HEX triplet: 3F, 82 and 8E. RGB value is (63,130,142). Sum of RGB (Red+Green+Blue) = 63+130+142=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F828E is #C07D71. Grayscale: #6F6F6F. Windows color (decimal): -12615026 or 9339455. OLE color: 9339455.
HSL color Cylindrical-coordinate representation of color #3F828E: hue angle of 189.11º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F828E is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 130 | 142 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.44 |
| HSL | 189.11º | 0.39% | 0.4% | - |
| HSV(B) | 189.11º | 0.56% | 0.56% | - |
| XYZ | 14.92 | 18.98 | 28.47 | - |
| YUV | 111.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 142 | 0.56 | 0.08 | 0 | 0.44 | 189.11 | 0.39 | 0.4 |
| Hex | 3F | 82 | 8E | 38 | 8 | 0 | 2C | BD | 27 | 28 |
| Octal | 77 | 202 | 216 | 70 | 10 | 0 | 54 | 275 | 47 | 50 |
| Binary | 111111 | 10000010 | 10001110 | 111000 | 1000 | 0 | 101100 | 10111101 | 100111 | 101000 |
Color Harmonies of #3F828E
Complementary color
Monochromatic Colors of #3F828E
Black with #3F828E
Text Example
Text Example
White with #3F828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F828E; }
p { color: rgb(63,130,142); }
H1.HeaderClassName
{
color: #3F828E;
}
.AnyTagClassName
{
color: #3F828E;
}
</style>
background-color css
<style>
a { background-color: #3F828E; }
a { background-color: rgb(63,130,142); }
div.DivClassName
{
background-color: #3F828E;
}
.BgClassName
{
background-color: #3F828E;
}
</style>
border-color css
<style>
span { border-color: #3F828E; }
span { border-color: rgb(63,130,142); }
td.TdClassName
{
border-color: #3F828E;
}
.TagClassName
{
border-color: #3F828E;
}
</style>