Shades of Jelly Bean #3D7798
Tints of Jelly Bean #3D7798
RGB
CMYK
RGB Variations
Color information
#3D7798 (or 0x3D7798) is known color: Jelly Bean. HEX triplet: 3D, 77 and 98. RGB value is (61,119,152). Sum of RGB (Red+Green+Blue) = 61+119+152=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D7798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7798 is #C28867. Grayscale: #696969. Windows color (decimal): -12748904 or 9991997. OLE color: 9991997.
HSL color Cylindrical-coordinate representation of color #3D7798: hue angle of 201.76º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D7798 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 119 | 152 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.40 |
| HSL | 201.76º | 0.43% | 0.42% | - |
| HSV(B) | 201.76º | 0.6% | 0.6% | - |
| XYZ | 14.19 | 16.45 | 32.13 | - |
| YUV | 105.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 119 | 152 | 0.60 | 0.22 | 0 | 0.40 | 201.76 | 0.43 | 0.42 |
| Hex | 3D | 77 | 98 | 3C | 16 | 0 | 28 | CA | 2B | 2A |
| Octal | 75 | 167 | 230 | 74 | 26 | 0 | 50 | 312 | 53 | 52 |
| Binary | 111101 | 1110111 | 10011000 | 111100 | 10110 | 0 | 101000 | 11001010 | 101011 | 101010 |
Color Harmonies of #3D7798
Complementary color
Monochromatic Colors of #3D7798
Black with #3D7798
Text Example
Text Example
White with #3D7798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7798; }
p { color: rgb(61,119,152); }
H1.HeaderClassName
{
color: #3D7798;
}
.AnyTagClassName
{
color: #3D7798;
}
</style>
background-color css
<style>
a { background-color: #3D7798; }
a { background-color: rgb(61,119,152); }
div.DivClassName
{
background-color: #3D7798;
}
.BgClassName
{
background-color: #3D7798;
}
</style>
border-color css
<style>
span { border-color: #3D7798; }
span { border-color: rgb(61,119,152); }
td.TdClassName
{
border-color: #3D7798;
}
.TagClassName
{
border-color: #3D7798;
}
</style>