Shades of Jelly Bean #3C7E98
Tints of Jelly Bean #3C7E98
RGB
CMYK
RGB Variations
Color information
#3C7E98 (or 0x3C7E98) is known color: Jelly Bean. HEX triplet: 3C, 7E and 98. RGB value is (60,126,152). Sum of RGB (Red+Green+Blue) = 60+126+152=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C7E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7E98 is #C38167. Grayscale: #6D6D6D. Windows color (decimal): -12812648 or 9993788. OLE color: 9993788.
HSL color Cylindrical-coordinate representation of color #3C7E98: hue angle of 196.96º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C7E98 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 126 | 152 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.40 |
| HSL | 196.96º | 0.43% | 0.42% | - |
| HSV(B) | 196.96º | 0.61% | 0.6% | - |
| XYZ | 14.99 | 18.15 | 32.42 | - |
| YUV | 109.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 126 | 152 | 0.61 | 0.17 | 0 | 0.40 | 196.96 | 0.43 | 0.42 |
| Hex | 3C | 7E | 98 | 3D | 11 | 0 | 28 | C5 | 2B | 2A |
| Octal | 74 | 176 | 230 | 75 | 21 | 0 | 50 | 305 | 53 | 52 |
| Binary | 111100 | 1111110 | 10011000 | 111101 | 10001 | 0 | 101000 | 11000101 | 101011 | 101010 |
Color Harmonies of #3C7E98
Complementary color
Monochromatic Colors of #3C7E98
Black with #3C7E98
Text Example
Text Example
White with #3C7E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7E98; }
p { color: rgb(60,126,152); }
H1.HeaderClassName
{
color: #3C7E98;
}
.AnyTagClassName
{
color: #3C7E98;
}
</style>
background-color css
<style>
a { background-color: #3C7E98; }
a { background-color: rgb(60,126,152); }
div.DivClassName
{
background-color: #3C7E98;
}
.BgClassName
{
background-color: #3C7E98;
}
</style>
border-color css
<style>
span { border-color: #3C7E98; }
span { border-color: rgb(60,126,152); }
td.TdClassName
{
border-color: #3C7E98;
}
.TagClassName
{
border-color: #3C7E98;
}
</style>