Shades of Jelly Bean #3C7A91
Tints of Jelly Bean #3C7A91
RGB
CMYK
RGB Variations
Color information
#3C7A91 (or 0x3C7A91) is known color: Jelly Bean. HEX triplet: 3C, 7A and 91. RGB value is (60,122,145). Sum of RGB (Red+Green+Blue) = 60+122+145=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C7A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7A91 is #C3856E. Grayscale: #696969. Windows color (decimal): -12813679 or 9534012. OLE color: 9534012.
HSL color Cylindrical-coordinate representation of color #3C7A91: hue angle of 196.24º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C7A91 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 122 | 145 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.43 |
| HSL | 196.24º | 0.41% | 0.4% | - |
| HSV(B) | 196.24º | 0.59% | 0.57% | - |
| XYZ | 13.93 | 16.92 | 29.32 | - |
| YUV | 106.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 145 | 0.59 | 0.16 | 0 | 0.43 | 196.24 | 0.41 | 0.4 |
| Hex | 3C | 7A | 91 | 3B | 10 | 0 | 2B | C4 | 29 | 28 |
| Octal | 74 | 172 | 221 | 73 | 20 | 0 | 53 | 304 | 51 | 50 |
| Binary | 111100 | 1111010 | 10010001 | 111011 | 10000 | 0 | 101011 | 11000100 | 101001 | 101000 |
Color Harmonies of #3C7A91
Complementary color
Monochromatic Colors of #3C7A91
Black with #3C7A91
Text Example
Text Example
White with #3C7A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7A91; }
p { color: rgb(60,122,145); }
H1.HeaderClassName
{
color: #3C7A91;
}
.AnyTagClassName
{
color: #3C7A91;
}
</style>
background-color css
<style>
a { background-color: #3C7A91; }
a { background-color: rgb(60,122,145); }
div.DivClassName
{
background-color: #3C7A91;
}
.BgClassName
{
background-color: #3C7A91;
}
</style>
border-color css
<style>
span { border-color: #3C7A91; }
span { border-color: rgb(60,122,145); }
td.TdClassName
{
border-color: #3C7A91;
}
.TagClassName
{
border-color: #3C7A91;
}
</style>