Shades of Jelly Bean #3C7C90
Tints of Jelly Bean #3C7C90
RGB
CMYK
RGB Variations
Color information
#3C7C90 (or 0x3C7C90) is known color: Jelly Bean. HEX triplet: 3C, 7C and 90. RGB value is (60,124,144). Sum of RGB (Red+Green+Blue) = 60+124+144=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C7C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7C90 is #C3836F. Grayscale: #6B6B6B. Windows color (decimal): -12813168 or 9468988. OLE color: 9468988.
HSL color Cylindrical-coordinate representation of color #3C7C90: hue angle of 194.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C7C90 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 124 | 144 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.44 |
| HSL | 194.29º | 0.41% | 0.4% | - |
| HSV(B) | 194.29º | 0.58% | 0.56% | - |
| XYZ | 14.11 | 17.39 | 29 | - |
| YUV | 107.14 | 148.8 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 124 | 144 | 0.58 | 0.14 | 0 | 0.44 | 194.29 | 0.41 | 0.4 |
| Hex | 3C | 7C | 90 | 3A | E | 0 | 2C | C2 | 29 | 28 |
| Octal | 74 | 174 | 220 | 72 | 16 | 0 | 54 | 302 | 51 | 50 |
| Binary | 111100 | 1111100 | 10010000 | 111010 | 1110 | 0 | 101100 | 11000010 | 101001 | 101000 |
Color Harmonies of #3C7C90
Complementary color
Monochromatic Colors of #3C7C90
Black with #3C7C90
Text Example
Text Example
White with #3C7C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7C90; }
p { color: rgb(60,124,144); }
H1.HeaderClassName
{
color: #3C7C90;
}
.AnyTagClassName
{
color: #3C7C90;
}
</style>
background-color css
<style>
a { background-color: #3C7C90; }
a { background-color: rgb(60,124,144); }
div.DivClassName
{
background-color: #3C7C90;
}
.BgClassName
{
background-color: #3C7C90;
}
</style>
border-color css
<style>
span { border-color: #3C7C90; }
span { border-color: rgb(60,124,144); }
td.TdClassName
{
border-color: #3C7C90;
}
.TagClassName
{
border-color: #3C7C90;
}
</style>