Shades of Jelly Bean #3C7D94
Tints of Jelly Bean #3C7D94
RGB
CMYK
RGB Variations
Color information
#3C7D94 (or 0x3C7D94) is known color: Jelly Bean. HEX triplet: 3C, 7D and 94. RGB value is (60,125,148). Sum of RGB (Red+Green+Blue) = 60+125+148=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C7D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7D94 is #C3826B. Grayscale: #6C6C6C. Windows color (decimal): -12812908 or 9731388. OLE color: 9731388.
HSL color Cylindrical-coordinate representation of color #3C7D94: hue angle of 195.68º 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 #3C7D94 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 125 | 148 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.42 |
| HSL | 195.68º | 0.42% | 0.41% | - |
| HSV(B) | 195.68º | 0.59% | 0.58% | - |
| XYZ | 14.54 | 17.77 | 30.68 | - |
| YUV | 108.19 | 150.47 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 125 | 148 | 0.59 | 0.16 | 0 | 0.42 | 195.68 | 0.42 | 0.41 |
| Hex | 3C | 7D | 94 | 3B | 10 | 0 | 2A | C4 | 2A | 29 |
| Octal | 74 | 175 | 224 | 73 | 20 | 0 | 52 | 304 | 52 | 51 |
| Binary | 111100 | 1111101 | 10010100 | 111011 | 10000 | 0 | 101010 | 11000100 | 101010 | 101001 |
Color Harmonies of #3C7D94
Complementary color
Monochromatic Colors of #3C7D94
Black with #3C7D94
Text Example
Text Example
White with #3C7D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7D94; }
p { color: rgb(60,125,148); }
H1.HeaderClassName
{
color: #3C7D94;
}
.AnyTagClassName
{
color: #3C7D94;
}
</style>
background-color css
<style>
a { background-color: #3C7D94; }
a { background-color: rgb(60,125,148); }
div.DivClassName
{
background-color: #3C7D94;
}
.BgClassName
{
background-color: #3C7D94;
}
</style>
border-color css
<style>
span { border-color: #3C7D94; }
span { border-color: rgb(60,125,148); }
td.TdClassName
{
border-color: #3C7D94;
}
.TagClassName
{
border-color: #3C7D94;
}
</style>