Shades of Jelly Bean #3A7B87
Tints of Jelly Bean #3A7B87
RGB
CMYK
RGB Variations
Color information
#3A7B87 (or 0x3A7B87) is known color: Jelly Bean. HEX triplet: 3A, 7B and 87. RGB value is (58,123,135). Sum of RGB (Red+Green+Blue) = 58+123+135=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A7B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7B87 is #C58478. Grayscale: #686868. Windows color (decimal): -12944505 or 8878906. OLE color: 8878906.
HSL color Cylindrical-coordinate representation of color #3A7B87: hue angle of 189.35º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A7B87 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 123 | 135 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.47 |
| HSL | 189.35º | 0.4% | 0.38% | - |
| HSV(B) | 189.35º | 0.57% | 0.53% | - |
| XYZ | 13.2 | 16.81 | 25.47 | - |
| YUV | 104.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 123 | 135 | 0.57 | 0.09 | 0 | 0.47 | 189.35 | 0.4 | 0.38 |
| Hex | 3A | 7B | 87 | 39 | 9 | 0 | 2F | BD | 28 | 26 |
| Octal | 72 | 173 | 207 | 71 | 11 | 0 | 57 | 275 | 50 | 46 |
| Binary | 111010 | 1111011 | 10000111 | 111001 | 1001 | 0 | 101111 | 10111101 | 101000 | 100110 |
Color Harmonies of #3A7B87
Complementary color
Monochromatic Colors of #3A7B87
Black with #3A7B87
Text Example
Text Example
White with #3A7B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7B87; }
p { color: rgb(58,123,135); }
H1.HeaderClassName
{
color: #3A7B87;
}
.AnyTagClassName
{
color: #3A7B87;
}
</style>
background-color css
<style>
a { background-color: #3A7B87; }
a { background-color: rgb(58,123,135); }
div.DivClassName
{
background-color: #3A7B87;
}
.BgClassName
{
background-color: #3A7B87;
}
</style>
border-color css
<style>
span { border-color: #3A7B87; }
span { border-color: rgb(58,123,135); }
td.TdClassName
{
border-color: #3A7B87;
}
.TagClassName
{
border-color: #3A7B87;
}
</style>