Shades of Jelly Bean #3A7894
Tints of Jelly Bean #3A7894
RGB
CMYK
RGB Variations
Color information
#3A7894 (or 0x3A7894) is known color: Jelly Bean. HEX triplet: 3A, 78 and 94. RGB value is (58,120,148). Sum of RGB (Red+Green+Blue) = 58+120+148=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A7894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7894 is #C5876B. Grayscale: #686868. Windows color (decimal): -12945260 or 9730106. OLE color: 9730106.
HSL color Cylindrical-coordinate representation of color #3A7894: hue angle of 198.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A7894 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 120 | 148 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.42 |
| HSL | 198.67º | 0.44% | 0.4% | - |
| HSV(B) | 198.67º | 0.61% | 0.58% | - |
| XYZ | 13.81 | 16.47 | 30.47 | - |
| YUV | 104.65 | 152.46 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 120 | 148 | 0.61 | 0.19 | 0 | 0.42 | 198.67 | 0.44 | 0.4 |
| Hex | 3A | 78 | 94 | 3D | 13 | 0 | 2A | C7 | 2C | 28 |
| Octal | 72 | 170 | 224 | 75 | 23 | 0 | 52 | 307 | 54 | 50 |
| Binary | 111010 | 1111000 | 10010100 | 111101 | 10011 | 0 | 101010 | 11000111 | 101100 | 101000 |
Color Harmonies of #3A7894
Complementary color
Monochromatic Colors of #3A7894
Black with #3A7894
Text Example
Text Example
White with #3A7894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7894; }
p { color: rgb(58,120,148); }
H1.HeaderClassName
{
color: #3A7894;
}
.AnyTagClassName
{
color: #3A7894;
}
</style>
background-color css
<style>
a { background-color: #3A7894; }
a { background-color: rgb(58,120,148); }
div.DivClassName
{
background-color: #3A7894;
}
.BgClassName
{
background-color: #3A7894;
}
</style>
border-color css
<style>
span { border-color: #3A7894; }
span { border-color: rgb(58,120,148); }
td.TdClassName
{
border-color: #3A7894;
}
.TagClassName
{
border-color: #3A7894;
}
</style>