Shades of Jelly Bean #3C7994
Tints of Jelly Bean #3C7994
RGB
CMYK
RGB Variations
Color information
#3C7994 (or 0x3C7994) is known color: Jelly Bean. HEX triplet: 3C, 79 and 94. RGB value is (60,121,148). Sum of RGB (Red+Green+Blue) = 60+121+148=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C7994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7994 is #C3866B. Grayscale: #696969. Windows color (decimal): -12813932 or 9730364. OLE color: 9730364.
HSL color Cylindrical-coordinate representation of color #3C7994: hue angle of 198.41º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C7994 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 121 | 148 | - |
| CMYK | 0.59 | 0.18 | 0 | 0.42 |
| HSL | 198.41º | 0.42% | 0.41% | - |
| HSV(B) | 198.41º | 0.59% | 0.58% | - |
| XYZ | 14.05 | 16.77 | 30.51 | - |
| YUV | 105.84 | 151.79 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 148 | 0.59 | 0.18 | 0 | 0.42 | 198.41 | 0.42 | 0.41 |
| Hex | 3C | 79 | 94 | 3B | 12 | 0 | 2A | C6 | 2A | 29 |
| Octal | 74 | 171 | 224 | 73 | 22 | 0 | 52 | 306 | 52 | 51 |
| Binary | 111100 | 1111001 | 10010100 | 111011 | 10010 | 0 | 101010 | 11000110 | 101010 | 101001 |
Color Harmonies of #3C7994
Complementary color
Monochromatic Colors of #3C7994
Black with #3C7994
Text Example
Text Example
White with #3C7994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7994; }
p { color: rgb(60,121,148); }
H1.HeaderClassName
{
color: #3C7994;
}
.AnyTagClassName
{
color: #3C7994;
}
</style>
background-color css
<style>
a { background-color: #3C7994; }
a { background-color: rgb(60,121,148); }
div.DivClassName
{
background-color: #3C7994;
}
.BgClassName
{
background-color: #3C7994;
}
</style>
border-color css
<style>
span { border-color: #3C7994; }
span { border-color: rgb(60,121,148); }
td.TdClassName
{
border-color: #3C7994;
}
.TagClassName
{
border-color: #3C7994;
}
</style>