Shades of Jelly Bean #3D7C94
Tints of Jelly Bean #3D7C94
RGB
CMYK
RGB Variations
Color information
#3D7C94 (or 0x3D7C94) is known color: Jelly Bean. HEX triplet: 3D, 7C and 94. RGB value is (61,124,148). Sum of RGB (Red+Green+Blue) = 61+124+148=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D7C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7C94 is #C2836B. Grayscale: #6B6B6B. Windows color (decimal): -12747628 or 9731133. OLE color: 9731133.
HSL color Cylindrical-coordinate representation of color #3D7C94: hue angle of 196.55º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D7C94 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 124 | 148 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.42 |
| HSL | 196.55º | 0.42% | 0.41% | - |
| HSV(B) | 196.55º | 0.59% | 0.58% | - |
| XYZ | 14.48 | 17.55 | 30.64 | - |
| YUV | 107.9 | 150.63 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 124 | 148 | 0.59 | 0.16 | 0 | 0.42 | 196.55 | 0.42 | 0.41 |
| Hex | 3D | 7C | 94 | 3B | 10 | 0 | 2A | C5 | 2A | 29 |
| Octal | 75 | 174 | 224 | 73 | 20 | 0 | 52 | 305 | 52 | 51 |
| Binary | 111101 | 1111100 | 10010100 | 111011 | 10000 | 0 | 101010 | 11000101 | 101010 | 101001 |
Color Harmonies of #3D7C94
Complementary color
Monochromatic Colors of #3D7C94
Black with #3D7C94
Text Example
Text Example
White with #3D7C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7C94; }
p { color: rgb(61,124,148); }
H1.HeaderClassName
{
color: #3D7C94;
}
.AnyTagClassName
{
color: #3D7C94;
}
</style>
background-color css
<style>
a { background-color: #3D7C94; }
a { background-color: rgb(61,124,148); }
div.DivClassName
{
background-color: #3D7C94;
}
.BgClassName
{
background-color: #3D7C94;
}
</style>
border-color css
<style>
span { border-color: #3D7C94; }
span { border-color: rgb(61,124,148); }
td.TdClassName
{
border-color: #3D7C94;
}
.TagClassName
{
border-color: #3D7C94;
}
</style>