Shades of Jelly Bean #397991
Tints of Jelly Bean #397991
RGB
CMYK
RGB Variations
Color information
#397991 (or 0x397991) is known color: Jelly Bean. HEX triplet: 39, 79 and 91. RGB value is (57,121,145). Sum of RGB (Red+Green+Blue) = 57+121+145=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #397991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397991 is #C6866E. Grayscale: #686868. Windows color (decimal): -13010543 or 9533753. OLE color: 9533753.
HSL color Cylindrical-coordinate representation of color #397991: hue angle of 196.36º 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 #397991 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 121 | 145 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.43 |
| HSL | 196.36º | 0.44% | 0.4% | - |
| HSV(B) | 196.36º | 0.61% | 0.57% | - |
| XYZ | 13.64 | 16.59 | 29.27 | - |
| YUV | 104.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 121 | 145 | 0.61 | 0.17 | 0 | 0.43 | 196.36 | 0.44 | 0.4 |
| Hex | 39 | 79 | 91 | 3D | 11 | 0 | 2B | C4 | 2C | 28 |
| Octal | 71 | 171 | 221 | 75 | 21 | 0 | 53 | 304 | 54 | 50 |
| Binary | 111001 | 1111001 | 10010001 | 111101 | 10001 | 0 | 101011 | 11000100 | 101100 | 101000 |
Color Harmonies of #397991
Complementary color
Monochromatic Colors of #397991
Black with #397991
Text Example
Text Example
White with #397991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397991; }
p { color: rgb(57,121,145); }
H1.HeaderClassName
{
color: #397991;
}
.AnyTagClassName
{
color: #397991;
}
</style>
background-color css
<style>
a { background-color: #397991; }
a { background-color: rgb(57,121,145); }
div.DivClassName
{
background-color: #397991;
}
.BgClassName
{
background-color: #397991;
}
</style>
border-color css
<style>
span { border-color: #397991; }
span { border-color: rgb(57,121,145); }
td.TdClassName
{
border-color: #397991;
}
.TagClassName
{
border-color: #397991;
}
</style>