Shades of Jelly Bean #397896
Tints of Jelly Bean #397896
RGB
CMYK
RGB Variations
Color information
#397896 (or 0x397896) is known color: Jelly Bean. HEX triplet: 39, 78 and 96. RGB value is (57,120,150). Sum of RGB (Red+Green+Blue) = 57+120+150=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #397896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397896 is #C68769. Grayscale: #686868. Windows color (decimal): -13010794 or 9861177. OLE color: 9861177.
HSL color Cylindrical-coordinate representation of color #397896: hue angle of 199.35º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397896 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 120 | 150 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.41 |
| HSL | 199.35º | 0.45% | 0.41% | - |
| HSV(B) | 199.35º | 0.62% | 0.59% | - |
| XYZ | 13.91 | 16.5 | 31.31 | - |
| YUV | 104.58 | 153.63 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 150 | 0.62 | 0.20 | 0 | 0.41 | 199.35 | 0.45 | 0.41 |
| Hex | 39 | 78 | 96 | 3E | 14 | 0 | 29 | C7 | 2D | 29 |
| Octal | 71 | 170 | 226 | 76 | 24 | 0 | 51 | 307 | 55 | 51 |
| Binary | 111001 | 1111000 | 10010110 | 111110 | 10100 | 0 | 101001 | 11000111 | 101101 | 101001 |
Color Harmonies of #397896
Complementary color
Monochromatic Colors of #397896
Black with #397896
Text Example
Text Example
White with #397896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397896; }
p { color: rgb(57,120,150); }
H1.HeaderClassName
{
color: #397896;
}
.AnyTagClassName
{
color: #397896;
}
</style>
background-color css
<style>
a { background-color: #397896; }
a { background-color: rgb(57,120,150); }
div.DivClassName
{
background-color: #397896;
}
.BgClassName
{
background-color: #397896;
}
</style>
border-color css
<style>
span { border-color: #397896; }
span { border-color: rgb(57,120,150); }
td.TdClassName
{
border-color: #397896;
}
.TagClassName
{
border-color: #397896;
}
</style>