Shades of Jelly Bean #3D7D98
Tints of Jelly Bean #3D7D98
RGB
CMYK
RGB Variations
Color information
#3D7D98 (or 0x3D7D98) is known color: Jelly Bean. HEX triplet: 3D, 7D and 98. RGB value is (61,125,152). Sum of RGB (Red+Green+Blue) = 61+125+152=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D7D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7D98 is #C28267. Grayscale: #6C6C6C. Windows color (decimal): -12747368 or 9993533. OLE color: 9993533.
HSL color Cylindrical-coordinate representation of color #3D7D98: hue angle of 197.8º 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 #3D7D98 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 125 | 152 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.40 |
| HSL | 197.8º | 0.43% | 0.42% | - |
| HSV(B) | 197.8º | 0.6% | 0.6% | - |
| XYZ | 14.93 | 17.93 | 32.38 | - |
| YUV | 108.94 | 152.3 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 125 | 152 | 0.60 | 0.18 | 0 | 0.40 | 197.8 | 0.43 | 0.42 |
| Hex | 3D | 7D | 98 | 3C | 12 | 0 | 28 | C6 | 2B | 2A |
| Octal | 75 | 175 | 230 | 74 | 22 | 0 | 50 | 306 | 53 | 52 |
| Binary | 111101 | 1111101 | 10011000 | 111100 | 10010 | 0 | 101000 | 11000110 | 101011 | 101010 |
Color Harmonies of #3D7D98
Complementary color
Monochromatic Colors of #3D7D98
Black with #3D7D98
Text Example
Text Example
White with #3D7D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7D98; }
p { color: rgb(61,125,152); }
H1.HeaderClassName
{
color: #3D7D98;
}
.AnyTagClassName
{
color: #3D7D98;
}
</style>
background-color css
<style>
a { background-color: #3D7D98; }
a { background-color: rgb(61,125,152); }
div.DivClassName
{
background-color: #3D7D98;
}
.BgClassName
{
background-color: #3D7D98;
}
</style>
border-color css
<style>
span { border-color: #3D7D98; }
span { border-color: rgb(61,125,152); }
td.TdClassName
{
border-color: #3D7D98;
}
.TagClassName
{
border-color: #3D7D98;
}
</style>