Shades of Jelly Bean #3C798B
Tints of Jelly Bean #3C798B
RGB
CMYK
RGB Variations
Color information
#3C798B (or 0x3C798B) is known color: Jelly Bean. HEX triplet: 3C, 79 and 8B. RGB value is (60,121,139). Sum of RGB (Red+Green+Blue) = 60+121+139=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C798B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C798B is #C38674. Grayscale: #686868. Windows color (decimal): -12813941 or 9140540. OLE color: 9140540.
HSL color Cylindrical-coordinate representation of color #3C798B: hue angle of 193.67º 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 #3C798B is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 121 | 139 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.45 |
| HSL | 193.67º | 0.4% | 0.39% | - |
| HSV(B) | 193.67º | 0.57% | 0.55% | - |
| XYZ | 13.36 | 16.5 | 26.91 | - |
| YUV | 104.81 | 147.29 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 121 | 139 | 0.57 | 0.13 | 0 | 0.45 | 193.67 | 0.4 | 0.39 |
| Hex | 3C | 79 | 8B | 39 | D | 0 | 2D | C2 | 28 | 27 |
| Octal | 74 | 171 | 213 | 71 | 15 | 0 | 55 | 302 | 50 | 47 |
| Binary | 111100 | 1111001 | 10001011 | 111001 | 1101 | 0 | 101101 | 11000010 | 101000 | 100111 |
Color Harmonies of #3C798B
Complementary color
Monochromatic Colors of #3C798B
Black with #3C798B
Text Example
Text Example
White with #3C798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C798B; }
p { color: rgb(60,121,139); }
H1.HeaderClassName
{
color: #3C798B;
}
.AnyTagClassName
{
color: #3C798B;
}
</style>
background-color css
<style>
a { background-color: #3C798B; }
a { background-color: rgb(60,121,139); }
div.DivClassName
{
background-color: #3C798B;
}
.BgClassName
{
background-color: #3C798B;
}
</style>
border-color css
<style>
span { border-color: #3C798B; }
span { border-color: rgb(60,121,139); }
td.TdClassName
{
border-color: #3C798B;
}
.TagClassName
{
border-color: #3C798B;
}
</style>