Shades of Jelly Bean #397A8B
Tints of Jelly Bean #397A8B
RGB
CMYK
RGB Variations
Color information
#397A8B (or 0x397A8B) is known color: Jelly Bean. HEX triplet: 39, 7A and 8B. RGB value is (57,122,139). Sum of RGB (Red+Green+Blue) = 57+122+139=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #397A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A8B is #C68574. Grayscale: #686868. Windows color (decimal): -13010293 or 9140793. OLE color: 9140793.
HSL color Cylindrical-coordinate representation of color #397A8B: hue angle of 192.44º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #397A8B is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 122 | 139 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.45 |
| HSL | 192.44º | 0.42% | 0.38% | - |
| HSV(B) | 192.44º | 0.59% | 0.55% | - |
| XYZ | 13.31 | 16.65 | 26.94 | - |
| YUV | 104.5 | 147.47 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 122 | 139 | 0.59 | 0.12 | 0 | 0.45 | 192.44 | 0.42 | 0.38 |
| Hex | 39 | 7A | 8B | 3B | C | 0 | 2D | C0 | 2A | 26 |
| Octal | 71 | 172 | 213 | 73 | 14 | 0 | 55 | 300 | 52 | 46 |
| Binary | 111001 | 1111010 | 10001011 | 111011 | 1100 | 0 | 101101 | 11000000 | 101010 | 100110 |
Color Harmonies of #397A8B
Complementary color
Monochromatic Colors of #397A8B
Black with #397A8B
Text Example
Text Example
White with #397A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397A8B; }
p { color: rgb(57,122,139); }
H1.HeaderClassName
{
color: #397A8B;
}
.AnyTagClassName
{
color: #397A8B;
}
</style>
background-color css
<style>
a { background-color: #397A8B; }
a { background-color: rgb(57,122,139); }
div.DivClassName
{
background-color: #397A8B;
}
.BgClassName
{
background-color: #397A8B;
}
</style>
border-color css
<style>
span { border-color: #397A8B; }
span { border-color: rgb(57,122,139); }
td.TdClassName
{
border-color: #397A8B;
}
.TagClassName
{
border-color: #397A8B;
}
</style>