Shades of Jelly Bean #397F9D
Tints of Jelly Bean #397F9D
RGB
CMYK
RGB Variations
Color information
#397F9D (or 0x397F9D) is known color: Jelly Bean. HEX triplet: 39, 7F and 9D. RGB value is (57,127,157). Sum of RGB (Red+Green+Blue) = 57+127+157=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #397F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F9D is #C68062. Grayscale: #6D6D6D. Windows color (decimal): -13008995 or 10321721. OLE color: 10321721.
HSL color Cylindrical-coordinate representation of color #397F9D: hue angle of 198º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #397F9D is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 127 | 157 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.38 |
| HSL | 198º | 0.47% | 0.42% | - |
| HSV(B) | 198º | 0.64% | 0.62% | - |
| XYZ | 15.36 | 18.48 | 34.66 | - |
| YUV | 109.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 157 | 0.64 | 0.19 | 0 | 0.38 | 198 | 0.47 | 0.42 |
| Hex | 39 | 7F | 9D | 40 | 13 | 0 | 26 | C6 | 2F | 2A |
| Octal | 71 | 177 | 235 | 100 | 23 | 0 | 46 | 306 | 57 | 52 |
| Binary | 111001 | 1111111 | 10011101 | 1000000 | 10011 | 0 | 100110 | 11000110 | 101111 | 101010 |
Color Harmonies of #397F9D
Complementary color
Monochromatic Colors of #397F9D
Black with #397F9D
Text Example
Text Example
White with #397F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F9D; }
p { color: rgb(57,127,157); }
H1.HeaderClassName
{
color: #397F9D;
}
.AnyTagClassName
{
color: #397F9D;
}
</style>
background-color css
<style>
a { background-color: #397F9D; }
a { background-color: rgb(57,127,157); }
div.DivClassName
{
background-color: #397F9D;
}
.BgClassName
{
background-color: #397F9D;
}
</style>
border-color css
<style>
span { border-color: #397F9D; }
span { border-color: rgb(57,127,157); }
td.TdClassName
{
border-color: #397F9D;
}
.TagClassName
{
border-color: #397F9D;
}
</style>