Shades of Jelly Bean #3E788F
Tints of Jelly Bean #3E788F
RGB
CMYK
RGB Variations
Color information
#3E788F (or 0x3E788F) is known color: Jelly Bean. HEX triplet: 3E, 78 and 8F. RGB value is (62,120,143). Sum of RGB (Red+Green+Blue) = 62+120+143=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E788F is #C18770. Grayscale: #696969. Windows color (decimal): -12683121 or 9402430. OLE color: 9402430.
HSL color Cylindrical-coordinate representation of color #3E788F: hue angle of 197.04º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E788F is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 120 | 143 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.44 |
| HSL | 197.04º | 0.4% | 0.4% | - |
| HSV(B) | 197.04º | 0.57% | 0.56% | - |
| XYZ | 13.66 | 16.44 | 28.44 | - |
| YUV | 105.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 120 | 143 | 0.57 | 0.16 | 0 | 0.44 | 197.04 | 0.4 | 0.4 |
| Hex | 3E | 78 | 8F | 39 | 10 | 0 | 2C | C5 | 28 | 28 |
| Octal | 76 | 170 | 217 | 71 | 20 | 0 | 54 | 305 | 50 | 50 |
| Binary | 111110 | 1111000 | 10001111 | 111001 | 10000 | 0 | 101100 | 11000101 | 101000 | 101000 |
Color Harmonies of #3E788F
Complementary color
Monochromatic Colors of #3E788F
Black with #3E788F
Text Example
Text Example
White with #3E788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E788F; }
p { color: rgb(62,120,143); }
H1.HeaderClassName
{
color: #3E788F;
}
.AnyTagClassName
{
color: #3E788F;
}
</style>
background-color css
<style>
a { background-color: #3E788F; }
a { background-color: rgb(62,120,143); }
div.DivClassName
{
background-color: #3E788F;
}
.BgClassName
{
background-color: #3E788F;
}
</style>
border-color css
<style>
span { border-color: #3E788F; }
span { border-color: rgb(62,120,143); }
td.TdClassName
{
border-color: #3E788F;
}
.TagClassName
{
border-color: #3E788F;
}
</style>