Shades of Jelly Bean #3D8291
Tints of Jelly Bean #3D8291
RGB
CMYK
RGB Variations
Color information
#3D8291 (or 0x3D8291) is known color: Jelly Bean. HEX triplet: 3D, 82 and 91. RGB value is (61,130,145). Sum of RGB (Red+Green+Blue) = 61+130+145=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D8291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8291 is #C27D6E. Grayscale: #6E6E6E. Windows color (decimal): -12746095 or 9536061. OLE color: 9536061.
HSL color Cylindrical-coordinate representation of color #3D8291: hue angle of 190.71º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D8291 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 130 | 145 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.43 |
| HSL | 190.71º | 0.41% | 0.4% | - |
| HSV(B) | 190.71º | 0.58% | 0.57% | - |
| XYZ | 15.02 | 19 | 29.66 | - |
| YUV | 111.08 | 147.14 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 130 | 145 | 0.58 | 0.10 | 0 | 0.43 | 190.71 | 0.41 | 0.4 |
| Hex | 3D | 82 | 91 | 3A | A | 0 | 2B | BF | 29 | 28 |
| Octal | 75 | 202 | 221 | 72 | 12 | 0 | 53 | 277 | 51 | 50 |
| Binary | 111101 | 10000010 | 10010001 | 111010 | 1010 | 0 | 101011 | 10111111 | 101001 | 101000 |
Color Harmonies of #3D8291
Complementary color
Monochromatic Colors of #3D8291
Black with #3D8291
Text Example
Text Example
White with #3D8291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8291; }
p { color: rgb(61,130,145); }
H1.HeaderClassName
{
color: #3D8291;
}
.AnyTagClassName
{
color: #3D8291;
}
</style>
background-color css
<style>
a { background-color: #3D8291; }
a { background-color: rgb(61,130,145); }
div.DivClassName
{
background-color: #3D8291;
}
.BgClassName
{
background-color: #3D8291;
}
</style>
border-color css
<style>
span { border-color: #3D8291; }
span { border-color: rgb(61,130,145); }
td.TdClassName
{
border-color: #3D8291;
}
.TagClassName
{
border-color: #3D8291;
}
</style>