Shades of Jelly Bean #3D8293
Tints of Jelly Bean #3D8293
RGB
CMYK
RGB Variations
Color information
#3D8293 (or 0x3D8293) is known color: Jelly Bean. HEX triplet: 3D, 82 and 93. RGB value is (61,130,147). Sum of RGB (Red+Green+Blue) = 61+130+147=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D8293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8293 is #C27D6C. Grayscale: #6F6F6F. Windows color (decimal): -12746093 or 9667133. OLE color: 9667133.
HSL color Cylindrical-coordinate representation of color #3D8293: hue angle of 191.86º degrees, saturation: 0.41, 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 #3D8293 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 130 | 147 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.42 |
| HSL | 191.86º | 0.41% | 0.41% | - |
| HSV(B) | 191.86º | 0.59% | 0.58% | - |
| XYZ | 15.17 | 19.06 | 30.48 | - |
| YUV | 111.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 130 | 147 | 0.59 | 0.12 | 0 | 0.42 | 191.86 | 0.41 | 0.41 |
| Hex | 3D | 82 | 93 | 3B | C | 0 | 2A | C0 | 29 | 29 |
| Octal | 75 | 202 | 223 | 73 | 14 | 0 | 52 | 300 | 51 | 51 |
| Binary | 111101 | 10000010 | 10010011 | 111011 | 1100 | 0 | 101010 | 11000000 | 101001 | 101001 |
Color Harmonies of #3D8293
Complementary color
Monochromatic Colors of #3D8293
Black with #3D8293
Text Example
Text Example
White with #3D8293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8293; }
p { color: rgb(61,130,147); }
H1.HeaderClassName
{
color: #3D8293;
}
.AnyTagClassName
{
color: #3D8293;
}
</style>
background-color css
<style>
a { background-color: #3D8293; }
a { background-color: rgb(61,130,147); }
div.DivClassName
{
background-color: #3D8293;
}
.BgClassName
{
background-color: #3D8293;
}
</style>
border-color css
<style>
span { border-color: #3D8293; }
span { border-color: rgb(61,130,147); }
td.TdClassName
{
border-color: #3D8293;
}
.TagClassName
{
border-color: #3D8293;
}
</style>