Shades of Jelly Bean #3C7E9B
Tints of Jelly Bean #3C7E9B
RGB
CMYK
RGB Variations
Color information
#3C7E9B (or 0x3C7E9B) is known color: Jelly Bean. HEX triplet: 3C, 7E and 9B. RGB value is (60,126,155). Sum of RGB (Red+Green+Blue) = 60+126+155=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C7E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7E9B is #C38164. Grayscale: #6D6D6D. Windows color (decimal): -12812645 or 10190396. OLE color: 10190396.
HSL color Cylindrical-coordinate representation of color #3C7E9B: hue angle of 198.32º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C7E9B is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 126 | 155 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.39 |
| HSL | 198.32º | 0.44% | 0.42% | - |
| HSV(B) | 198.32º | 0.61% | 0.61% | - |
| XYZ | 15.24 | 18.25 | 33.73 | - |
| YUV | 109.57 | 153.63 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 126 | 155 | 0.61 | 0.19 | 0 | 0.39 | 198.32 | 0.44 | 0.42 |
| Hex | 3C | 7E | 9B | 3D | 13 | 0 | 27 | C6 | 2C | 2A |
| Octal | 74 | 176 | 233 | 75 | 23 | 0 | 47 | 306 | 54 | 52 |
| Binary | 111100 | 1111110 | 10011011 | 111101 | 10011 | 0 | 100111 | 11000110 | 101100 | 101010 |
Color Harmonies of #3C7E9B
Complementary color
Monochromatic Colors of #3C7E9B
Black with #3C7E9B
Text Example
Text Example
White with #3C7E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7E9B; }
p { color: rgb(60,126,155); }
H1.HeaderClassName
{
color: #3C7E9B;
}
.AnyTagClassName
{
color: #3C7E9B;
}
</style>
background-color css
<style>
a { background-color: #3C7E9B; }
a { background-color: rgb(60,126,155); }
div.DivClassName
{
background-color: #3C7E9B;
}
.BgClassName
{
background-color: #3C7E9B;
}
</style>
border-color css
<style>
span { border-color: #3C7E9B; }
span { border-color: rgb(60,126,155); }
td.TdClassName
{
border-color: #3C7E9B;
}
.TagClassName
{
border-color: #3C7E9B;
}
</style>