Shades of Jelly Bean #3D778C
Tints of Jelly Bean #3D778C
RGB
CMYK
RGB Variations
Color information
#3D778C (or 0x3D778C) is known color: Jelly Bean. HEX triplet: 3D, 77 and 8C. RGB value is (61,119,140). Sum of RGB (Red+Green+Blue) = 61+119+140=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #3D778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D778C is #C28873. Grayscale: #676767. Windows color (decimal): -12748916 or 9205565. OLE color: 9205565.
HSL color Cylindrical-coordinate representation of color #3D778C: hue angle of 195.95º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D778C is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 119 | 140 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.45 |
| HSL | 195.95º | 0.39% | 0.39% | - |
| HSV(B) | 195.95º | 0.56% | 0.55% | - |
| XYZ | 13.25 | 16.08 | 27.22 | - |
| YUV | 104.05 | 148.28 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 140 | 0.56 | 0.15 | 0 | 0.45 | 195.95 | 0.39 | 0.39 |
| Hex | 3D | 77 | 8C | 38 | F | 0 | 2D | C4 | 27 | 27 |
| Octal | 75 | 167 | 214 | 70 | 17 | 0 | 55 | 304 | 47 | 47 |
| Binary | 111101 | 1110111 | 10001100 | 111000 | 1111 | 0 | 101101 | 11000100 | 100111 | 100111 |
Color Harmonies of #3D778C
Complementary color
Monochromatic Colors of #3D778C
Black with #3D778C
Text Example
Text Example
White with #3D778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D778C; }
p { color: rgb(61,119,140); }
H1.HeaderClassName
{
color: #3D778C;
}
.AnyTagClassName
{
color: #3D778C;
}
</style>
background-color css
<style>
a { background-color: #3D778C; }
a { background-color: rgb(61,119,140); }
div.DivClassName
{
background-color: #3D778C;
}
.BgClassName
{
background-color: #3D778C;
}
</style>
border-color css
<style>
span { border-color: #3D778C; }
span { border-color: rgb(61,119,140); }
td.TdClassName
{
border-color: #3D778C;
}
.TagClassName
{
border-color: #3D778C;
}
</style>