Shades of Jelly Bean #397C9A
Tints of Jelly Bean #397C9A
RGB
CMYK
RGB Variations
Color information
#397C9A (or 0x397C9A) is known color: Jelly Bean. HEX triplet: 39, 7C and 9A. RGB value is (57,124,154). Sum of RGB (Red+Green+Blue) = 57+124+154=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #397C9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397C9A is #C68365. Grayscale: #6B6B6B. Windows color (decimal): -13009766 or 10124345. OLE color: 10124345.
HSL color Cylindrical-coordinate representation of color #397C9A: hue angle of 198.56º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #397C9A is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 124 | 154 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.40 |
| HSL | 198.56º | 0.46% | 0.41% | - |
| HSV(B) | 198.56º | 0.63% | 0.6% | - |
| XYZ | 14.73 | 17.62 | 33.2 | - |
| YUV | 107.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 154 | 0.63 | 0.19 | 0 | 0.40 | 198.56 | 0.46 | 0.41 |
| Hex | 39 | 7C | 9A | 3F | 13 | 0 | 28 | C7 | 2E | 29 |
| Octal | 71 | 174 | 232 | 77 | 23 | 0 | 50 | 307 | 56 | 51 |
| Binary | 111001 | 1111100 | 10011010 | 111111 | 10011 | 0 | 101000 | 11000111 | 101110 | 101001 |
Color Harmonies of #397C9A
Complementary color
Monochromatic Colors of #397C9A
Black with #397C9A
Text Example
Text Example
White with #397C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C9A; }
p { color: rgb(57,124,154); }
H1.HeaderClassName
{
color: #397C9A;
}
.AnyTagClassName
{
color: #397C9A;
}
</style>
background-color css
<style>
a { background-color: #397C9A; }
a { background-color: rgb(57,124,154); }
div.DivClassName
{
background-color: #397C9A;
}
.BgClassName
{
background-color: #397C9A;
}
</style>
border-color css
<style>
span { border-color: #397C9A; }
span { border-color: rgb(57,124,154); }
td.TdClassName
{
border-color: #397C9A;
}
.TagClassName
{
border-color: #397C9A;
}
</style>