Shades of Jelly Bean #3C798D
Tints of Jelly Bean #3C798D
RGB
CMYK
RGB Variations
Color information
#3C798D (or 0x3C798D) is known color: Jelly Bean. HEX triplet: 3C, 79 and 8D. RGB value is (60,121,141). Sum of RGB (Red+Green+Blue) = 60+121+141=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C798D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C798D is #C38672. Grayscale: #686868. Windows color (decimal): -12813939 or 9271612. OLE color: 9271612.
HSL color Cylindrical-coordinate representation of color #3C798D: hue angle of 194.81º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C798D is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 121 | 141 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.45 |
| HSL | 194.81º | 0.4% | 0.39% | - |
| HSV(B) | 194.81º | 0.57% | 0.55% | - |
| XYZ | 13.51 | 16.56 | 27.68 | - |
| YUV | 105.04 | 148.29 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 141 | 0.57 | 0.14 | 0 | 0.45 | 194.81 | 0.4 | 0.39 |
| Hex | 3C | 79 | 8D | 39 | E | 0 | 2D | C3 | 28 | 27 |
| Octal | 74 | 171 | 215 | 71 | 16 | 0 | 55 | 303 | 50 | 47 |
| Binary | 111100 | 1111001 | 10001101 | 111001 | 1110 | 0 | 101101 | 11000011 | 101000 | 100111 |
Color Harmonies of #3C798D
Complementary color
Monochromatic Colors of #3C798D
Black with #3C798D
Text Example
Text Example
White with #3C798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C798D; }
p { color: rgb(60,121,141); }
H1.HeaderClassName
{
color: #3C798D;
}
.AnyTagClassName
{
color: #3C798D;
}
</style>
background-color css
<style>
a { background-color: #3C798D; }
a { background-color: rgb(60,121,141); }
div.DivClassName
{
background-color: #3C798D;
}
.BgClassName
{
background-color: #3C798D;
}
</style>
border-color css
<style>
span { border-color: #3C798D; }
span { border-color: rgb(60,121,141); }
td.TdClassName
{
border-color: #3C798D;
}
.TagClassName
{
border-color: #3C798D;
}
</style>