Shades of Jelly Bean #3B8092
Tints of Jelly Bean #3B8092
RGB
CMYK
RGB Variations
Color information
#3B8092 (or 0x3B8092) is known color: Jelly Bean. HEX triplet: 3B, 80 and 92. RGB value is (59,128,146). Sum of RGB (Red+Green+Blue) = 59+128+146=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B8092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8092 is #C47F6D. Grayscale: #6D6D6D. Windows color (decimal): -12877678 or 9601083. OLE color: 9601083.
HSL color Cylindrical-coordinate representation of color #3B8092: hue angle of 192.41º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B8092 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 128 | 146 | - |
| CMYK | 0.60 | 0.12 | 0 | 0.43 |
| HSL | 192.41º | 0.42% | 0.4% | - |
| HSV(B) | 192.41º | 0.6% | 0.57% | - |
| XYZ | 14.71 | 18.44 | 29.98 | - |
| YUV | 109.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 128 | 146 | 0.60 | 0.12 | 0 | 0.43 | 192.41 | 0.42 | 0.4 |
| Hex | 3B | 80 | 92 | 3C | C | 0 | 2B | C0 | 2A | 28 |
| Octal | 73 | 200 | 222 | 74 | 14 | 0 | 53 | 300 | 52 | 50 |
| Binary | 111011 | 10000000 | 10010010 | 111100 | 1100 | 0 | 101011 | 11000000 | 101010 | 101000 |
Color Harmonies of #3B8092
Complementary color
Monochromatic Colors of #3B8092
Black with #3B8092
Text Example
Text Example
White with #3B8092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8092; }
p { color: rgb(59,128,146); }
H1.HeaderClassName
{
color: #3B8092;
}
.AnyTagClassName
{
color: #3B8092;
}
</style>
background-color css
<style>
a { background-color: #3B8092; }
a { background-color: rgb(59,128,146); }
div.DivClassName
{
background-color: #3B8092;
}
.BgClassName
{
background-color: #3B8092;
}
</style>
border-color css
<style>
span { border-color: #3B8092; }
span { border-color: rgb(59,128,146); }
td.TdClassName
{
border-color: #3B8092;
}
.TagClassName
{
border-color: #3B8092;
}
</style>