Shades of Jelly Bean #397B8B
Tints of Jelly Bean #397B8B
RGB
CMYK
RGB Variations
Color information
#397B8B (or 0x397B8B) is known color: Jelly Bean. HEX triplet: 39, 7B and 8B. RGB value is (57,123,139). Sum of RGB (Red+Green+Blue) = 57+123+139=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #397B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397B8B is #C68474. Grayscale: #686868. Windows color (decimal): -13010037 or 9141049. OLE color: 9141049.
HSL color Cylindrical-coordinate representation of color #397B8B: hue angle of 191.71º 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 #397B8B is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 123 | 139 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.45 |
| HSL | 191.71º | 0.42% | 0.38% | - |
| HSV(B) | 191.71º | 0.59% | 0.55% | - |
| XYZ | 13.43 | 16.9 | 26.98 | - |
| YUV | 105.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 139 | 0.59 | 0.12 | 0 | 0.45 | 191.71 | 0.42 | 0.38 |
| Hex | 39 | 7B | 8B | 3B | C | 0 | 2D | C0 | 2A | 26 |
| Octal | 71 | 173 | 213 | 73 | 14 | 0 | 55 | 300 | 52 | 46 |
| Binary | 111001 | 1111011 | 10001011 | 111011 | 1100 | 0 | 101101 | 11000000 | 101010 | 100110 |
Color Harmonies of #397B8B
Complementary color
Monochromatic Colors of #397B8B
Black with #397B8B
Text Example
Text Example
White with #397B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B8B; }
p { color: rgb(57,123,139); }
H1.HeaderClassName
{
color: #397B8B;
}
.AnyTagClassName
{
color: #397B8B;
}
</style>
background-color css
<style>
a { background-color: #397B8B; }
a { background-color: rgb(57,123,139); }
div.DivClassName
{
background-color: #397B8B;
}
.BgClassName
{
background-color: #397B8B;
}
</style>
border-color css
<style>
span { border-color: #397B8B; }
span { border-color: rgb(57,123,139); }
td.TdClassName
{
border-color: #397B8B;
}
.TagClassName
{
border-color: #397B8B;
}
</style>