Shades of Jelly Bean #3E7F9B
Tints of Jelly Bean #3E7F9B
RGB
CMYK
RGB Variations
Color information
#3E7F9B (or 0x3E7F9B) is known color: Jelly Bean. HEX triplet: 3E, 7F and 9B. RGB value is (62,127,155). Sum of RGB (Red+Green+Blue) = 62+127+155=344 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.02% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E7F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7F9B is #C18064. Grayscale: #6E6E6E. Windows color (decimal): -12681317 or 10190654. OLE color: 10190654.
HSL color Cylindrical-coordinate representation of color #3E7F9B: hue angle of 198.06º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E7F9B is Cyan = 0.6, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 127 | 155 | - |
| CMYK | 0.6 | 0.18 | 0 | 0.39 |
| HSL | 198.06º | 0.43% | 0.43% | - |
| HSV(B) | 198.06º | 0.6% | 0.61% | - |
| XYZ | 15.49 | 18.57 | 33.78 | - |
| YUV | 110.76 | 152.97 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 127 | 155 | 0.6 | 0.18 | 0 | 0.39 | 198.06 | 0.43 | 0.43 |
| Hex | 3E | 7F | 9B | 3C | 12 | 0 | 27 | C6 | 2B | 2B |
| Octal | 76 | 177 | 233 | 74 | 22 | 0 | 47 | 306 | 53 | 53 |
| Binary | 111110 | 1111111 | 10011011 | 111100 | 10010 | 0 | 100111 | 11000110 | 101011 | 101011 |
Color Harmonies of #3E7F9B
Complementary color
Monochromatic Colors of #3E7F9B
Black with #3E7F9B
Text Example
Text Example
White with #3E7F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E7F9B; }
p { color: rgb(62,127,155); }
H1.HeaderClassName
{
color: #3E7F9B;
}
.AnyTagClassName
{
color: #3E7F9B;
}
</style>
background-color css
<style>
a { background-color: #3E7F9B; }
a { background-color: rgb(62,127,155); }
div.DivClassName
{
background-color: #3E7F9B;
}
.BgClassName
{
background-color: #3E7F9B;
}
</style>
border-color css
<style>
span { border-color: #3E7F9B; }
span { border-color: rgb(62,127,155); }
td.TdClassName
{
border-color: #3E7F9B;
}
.TagClassName
{
border-color: #3E7F9B;
}
</style>