Shades of Jelly Bean #3E798B
Tints of Jelly Bean #3E798B
RGB
CMYK
RGB Variations
Color information
#3E798B (or 0x3E798B) is known color: Jelly Bean. HEX triplet: 3E, 79 and 8B. RGB value is (62,121,139). Sum of RGB (Red+Green+Blue) = 62+121+139=322 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.25% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E798B is #C18674. Grayscale: #696969. Windows color (decimal): -12682869 or 9140542. OLE color: 9140542.
HSL color Cylindrical-coordinate representation of color #3E798B: hue angle of 194.03º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E798B is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 62 | 121 | 139 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.45 |
| HSL | 194.03º | 0.38% | 0.39% | - |
| HSV(B) | 194.03º | 0.55% | 0.55% | - |
| XYZ | 13.48 | 16.56 | 26.91 | - |
| YUV | 105.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 121 | 139 | 0.55 | 0.13 | 0 | 0.45 | 194.03 | 0.38 | 0.39 |
| Hex | 3E | 79 | 8B | 37 | D | 0 | 2D | C2 | 26 | 27 |
| Octal | 76 | 171 | 213 | 67 | 15 | 0 | 55 | 302 | 46 | 47 |
| Binary | 111110 | 1111001 | 10001011 | 110111 | 1101 | 0 | 101101 | 11000010 | 100110 | 100111 |
Color Harmonies of #3E798B
Complementary color
Monochromatic Colors of #3E798B
Black with #3E798B
Text Example
Text Example
White with #3E798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E798B; }
p { color: rgb(62,121,139); }
H1.HeaderClassName
{
color: #3E798B;
}
.AnyTagClassName
{
color: #3E798B;
}
</style>
background-color css
<style>
a { background-color: #3E798B; }
a { background-color: rgb(62,121,139); }
div.DivClassName
{
background-color: #3E798B;
}
.BgClassName
{
background-color: #3E798B;
}
</style>
border-color css
<style>
span { border-color: #3E798B; }
span { border-color: rgb(62,121,139); }
td.TdClassName
{
border-color: #3E798B;
}
.TagClassName
{
border-color: #3E798B;
}
</style>