Shades of Jelly Bean #397E8D
Tints of Jelly Bean #397E8D
RGB
CMYK
RGB Variations
Color information
#397E8D (or 0x397E8D) is known color: Jelly Bean. HEX triplet: 39, 7E and 8D. RGB value is (57,126,141). Sum of RGB (Red+Green+Blue) = 57+126+141=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 126 (49.61% from 255 or 38.89% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #397E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397E8D is #C68172. Grayscale: #6A6A6A. Windows color (decimal): -13009267 or 9272889. OLE color: 9272889.
HSL color Cylindrical-coordinate representation of color #397E8D: hue angle of 190.71º 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 #397E8D is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 126 | 141 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.45 |
| HSL | 190.71º | 0.42% | 0.39% | - |
| HSV(B) | 190.71º | 0.6% | 0.55% | - |
| XYZ | 13.96 | 17.71 | 27.88 | - |
| YUV | 107.08 | 147.14 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 126 | 141 | 0.60 | 0.11 | 0 | 0.45 | 190.71 | 0.42 | 0.39 |
| Hex | 39 | 7E | 8D | 3C | B | 0 | 2D | BF | 2A | 27 |
| Octal | 71 | 176 | 215 | 74 | 13 | 0 | 55 | 277 | 52 | 47 |
| Binary | 111001 | 1111110 | 10001101 | 111100 | 1011 | 0 | 101101 | 10111111 | 101010 | 100111 |
Color Harmonies of #397E8D
Complementary color
Monochromatic Colors of #397E8D
Black with #397E8D
Text Example
Text Example
White with #397E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397E8D; }
p { color: rgb(57,126,141); }
H1.HeaderClassName
{
color: #397E8D;
}
.AnyTagClassName
{
color: #397E8D;
}
</style>
background-color css
<style>
a { background-color: #397E8D; }
a { background-color: rgb(57,126,141); }
div.DivClassName
{
background-color: #397E8D;
}
.BgClassName
{
background-color: #397E8D;
}
</style>
border-color css
<style>
span { border-color: #397E8D; }
span { border-color: rgb(57,126,141); }
td.TdClassName
{
border-color: #397E8D;
}
.TagClassName
{
border-color: #397E8D;
}
</style>