Shades of Jelly Bean #397891
Tints of Jelly Bean #397891
RGB
CMYK
RGB Variations
Color information
#397891 (or 0x397891) is known color: Jelly Bean. HEX triplet: 39, 78 and 91. RGB value is (57,120,145). Sum of RGB (Red+Green+Blue) = 57+120+145=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #397891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397891 is #C6876E. Grayscale: #676767. Windows color (decimal): -13010799 or 9533497. OLE color: 9533497.
HSL color Cylindrical-coordinate representation of color #397891: hue angle of 197.05º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397891 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 120 | 145 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.43 |
| HSL | 197.05º | 0.44% | 0.4% | - |
| HSV(B) | 197.05º | 0.61% | 0.57% | - |
| XYZ | 13.51 | 16.35 | 29.23 | - |
| YUV | 104.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 145 | 0.61 | 0.17 | 0 | 0.43 | 197.05 | 0.44 | 0.4 |
| Hex | 39 | 78 | 91 | 3D | 11 | 0 | 2B | C5 | 2C | 28 |
| Octal | 71 | 170 | 221 | 75 | 21 | 0 | 53 | 305 | 54 | 50 |
| Binary | 111001 | 1111000 | 10010001 | 111101 | 10001 | 0 | 101011 | 11000101 | 101100 | 101000 |
Color Harmonies of #397891
Complementary color
Monochromatic Colors of #397891
Black with #397891
Text Example
Text Example
White with #397891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397891; }
p { color: rgb(57,120,145); }
H1.HeaderClassName
{
color: #397891;
}
.AnyTagClassName
{
color: #397891;
}
</style>
background-color css
<style>
a { background-color: #397891; }
a { background-color: rgb(57,120,145); }
div.DivClassName
{
background-color: #397891;
}
.BgClassName
{
background-color: #397891;
}
</style>
border-color css
<style>
span { border-color: #397891; }
span { border-color: rgb(57,120,145); }
td.TdClassName
{
border-color: #397891;
}
.TagClassName
{
border-color: #397891;
}
</style>