Shades of Jelly Bean #3E7D9E
Tints of Jelly Bean #3E7D9E
RGB
CMYK
RGB Variations
Color information
#3E7D9E (or 0x3E7D9E) is known color: Jelly Bean. HEX triplet: 3E, 7D and 9E. RGB value is (62,125,158). Sum of RGB (Red+Green+Blue) = 62+125+158=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E7D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7D9E is #C18261. Grayscale: #6D6D6D. Windows color (decimal): -12681826 or 10386750. OLE color: 10386750.
HSL color Cylindrical-coordinate representation of color #3E7D9E: hue angle of 200.62º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E7D9E is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 125 | 158 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.38 |
| HSL | 200.63º | 0.44% | 0.43% | - |
| HSV(B) | 200.63º | 0.61% | 0.62% | - |
| XYZ | 15.49 | 18.16 | 35.04 | - |
| YUV | 109.93 | 155.13 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 125 | 158 | 0.61 | 0.21 | 0 | 0.38 | 200.63 | 0.44 | 0.43 |
| Hex | 3E | 7D | 9E | 3D | 15 | 0 | 26 | C9 | 2C | 2B |
| Octal | 76 | 175 | 236 | 75 | 25 | 0 | 46 | 311 | 54 | 53 |
| Binary | 111110 | 1111101 | 10011110 | 111101 | 10101 | 0 | 100110 | 11001001 | 101100 | 101011 |
Color Harmonies of #3E7D9E
Complementary color
Monochromatic Colors of #3E7D9E
Black with #3E7D9E
Text Example
Text Example
White with #3E7D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7D9E; }
p { color: rgb(62,125,158); }
H1.HeaderClassName
{
color: #3E7D9E;
}
.AnyTagClassName
{
color: #3E7D9E;
}
</style>
background-color css
<style>
a { background-color: #3E7D9E; }
a { background-color: rgb(62,125,158); }
div.DivClassName
{
background-color: #3E7D9E;
}
.BgClassName
{
background-color: #3E7D9E;
}
</style>
border-color css
<style>
span { border-color: #3E7D9E; }
span { border-color: rgb(62,125,158); }
td.TdClassName
{
border-color: #3E7D9E;
}
.TagClassName
{
border-color: #3E7D9E;
}
</style>