Shades of Jelly Bean #397D8D
Tints of Jelly Bean #397D8D
RGB
CMYK
RGB Variations
Color information
#397D8D (or 0x397D8D) is known color: Jelly Bean. HEX triplet: 39, 7D and 8D. RGB value is (57,125,141). Sum of RGB (Red+Green+Blue) = 57+125+141=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #397D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397D8D is #C68272. Grayscale: #6A6A6A. Windows color (decimal): -13009523 or 9272633. OLE color: 9272633.
HSL color Cylindrical-coordinate representation of color #397D8D: hue angle of 191.43º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #397D8D is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 125 | 141 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.45 |
| HSL | 191.43º | 0.42% | 0.39% | - |
| HSV(B) | 191.43º | 0.6% | 0.55% | - |
| XYZ | 13.83 | 17.46 | 27.84 | - |
| YUV | 106.49 | 147.47 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 141 | 0.60 | 0.11 | 0 | 0.45 | 191.43 | 0.42 | 0.39 |
| Hex | 39 | 7D | 8D | 3C | B | 0 | 2D | BF | 2A | 27 |
| Octal | 71 | 175 | 215 | 74 | 13 | 0 | 55 | 277 | 52 | 47 |
| Binary | 111001 | 1111101 | 10001101 | 111100 | 1011 | 0 | 101101 | 10111111 | 101010 | 100111 |
Color Harmonies of #397D8D
Complementary color
Monochromatic Colors of #397D8D
Black with #397D8D
Text Example
Text Example
White with #397D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397D8D; }
p { color: rgb(57,125,141); }
H1.HeaderClassName
{
color: #397D8D;
}
.AnyTagClassName
{
color: #397D8D;
}
</style>
background-color css
<style>
a { background-color: #397D8D; }
a { background-color: rgb(57,125,141); }
div.DivClassName
{
background-color: #397D8D;
}
.BgClassName
{
background-color: #397D8D;
}
</style>
border-color css
<style>
span { border-color: #397D8D; }
span { border-color: rgb(57,125,141); }
td.TdClassName
{
border-color: #397D8D;
}
.TagClassName
{
border-color: #397D8D;
}
</style>