Shades of Jelly Bean #3C7B90
Tints of Jelly Bean #3C7B90
RGB
CMYK
RGB Variations
Color information
#3C7B90 (or 0x3C7B90) is known color: Jelly Bean. HEX triplet: 3C, 7B and 90. RGB value is (60,123,144). Sum of RGB (Red+Green+Blue) = 60+123+144=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C7B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7B90 is #C3846F. Grayscale: #6A6A6A. Windows color (decimal): -12813424 or 9468732. OLE color: 9468732.
HSL color Cylindrical-coordinate representation of color #3C7B90: hue angle of 195º 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 #3C7B90 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 123 | 144 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.44 |
| HSL | 195º | 0.41% | 0.4% | - |
| HSV(B) | 195º | 0.58% | 0.56% | - |
| XYZ | 13.98 | 17.14 | 28.96 | - |
| YUV | 106.56 | 149.13 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 144 | 0.58 | 0.15 | 0 | 0.44 | 195 | 0.41 | 0.4 |
| Hex | 3C | 7B | 90 | 3A | F | 0 | 2C | C3 | 29 | 28 |
| Octal | 74 | 173 | 220 | 72 | 17 | 0 | 54 | 303 | 51 | 50 |
| Binary | 111100 | 1111011 | 10010000 | 111010 | 1111 | 0 | 101100 | 11000011 | 101001 | 101000 |
Color Harmonies of #3C7B90
Complementary color
Monochromatic Colors of #3C7B90
Black with #3C7B90
Text Example
Text Example
White with #3C7B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7B90; }
p { color: rgb(60,123,144); }
H1.HeaderClassName
{
color: #3C7B90;
}
.AnyTagClassName
{
color: #3C7B90;
}
</style>
background-color css
<style>
a { background-color: #3C7B90; }
a { background-color: rgb(60,123,144); }
div.DivClassName
{
background-color: #3C7B90;
}
.BgClassName
{
background-color: #3C7B90;
}
</style>
border-color css
<style>
span { border-color: #3C7B90; }
span { border-color: rgb(60,123,144); }
td.TdClassName
{
border-color: #3C7B90;
}
.TagClassName
{
border-color: #3C7B90;
}
</style>