Shades of Jelly Bean #397A8D
Tints of Jelly Bean #397A8D
RGB
CMYK
RGB Variations
Color information
#397A8D (or 0x397A8D) is known color: Jelly Bean. HEX triplet: 39, 7A and 8D. RGB value is (57,122,141). Sum of RGB (Red+Green+Blue) = 57+122+141=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #397A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A8D is #C68572. Grayscale: #686868. Windows color (decimal): -13010291 or 9271865. OLE color: 9271865.
HSL color Cylindrical-coordinate representation of color #397A8D: hue angle of 193.57º 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 #397A8D is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 122 | 141 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.45 |
| HSL | 193.57º | 0.42% | 0.39% | - |
| HSV(B) | 193.57º | 0.6% | 0.55% | - |
| XYZ | 13.45 | 16.71 | 27.72 | - |
| YUV | 104.73 | 148.47 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 141 | 0.60 | 0.13 | 0 | 0.45 | 193.57 | 0.42 | 0.39 |
| Hex | 39 | 7A | 8D | 3C | D | 0 | 2D | C2 | 2A | 27 |
| Octal | 71 | 172 | 215 | 74 | 15 | 0 | 55 | 302 | 52 | 47 |
| Binary | 111001 | 1111010 | 10001101 | 111100 | 1101 | 0 | 101101 | 11000010 | 101010 | 100111 |
Color Harmonies of #397A8D
Complementary color
Monochromatic Colors of #397A8D
Black with #397A8D
Text Example
Text Example
White with #397A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A8D; }
p { color: rgb(57,122,141); }
H1.HeaderClassName
{
color: #397A8D;
}
.AnyTagClassName
{
color: #397A8D;
}
</style>
background-color css
<style>
a { background-color: #397A8D; }
a { background-color: rgb(57,122,141); }
div.DivClassName
{
background-color: #397A8D;
}
.BgClassName
{
background-color: #397A8D;
}
</style>
border-color css
<style>
span { border-color: #397A8D; }
span { border-color: rgb(57,122,141); }
td.TdClassName
{
border-color: #397A8D;
}
.TagClassName
{
border-color: #397A8D;
}
</style>