Shades of Jelly Bean #397C90
Tints of Jelly Bean #397C90
RGB
CMYK
RGB Variations
Color information
#397C90 (or 0x397C90) is known color: Jelly Bean. HEX triplet: 39, 7C and 90. RGB value is (57,124,144). Sum of RGB (Red+Green+Blue) = 57+124+144=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #397C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397C90 is #C6836F. Grayscale: #6A6A6A. Windows color (decimal): -13009776 or 9468985. OLE color: 9468985.
HSL color Cylindrical-coordinate representation of color #397C90: hue angle of 193.79º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #397C90 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 124 | 144 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.44 |
| HSL | 193.79º | 0.43% | 0.39% | - |
| HSV(B) | 193.79º | 0.6% | 0.56% | - |
| XYZ | 13.93 | 17.3 | 28.99 | - |
| YUV | 106.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 144 | 0.60 | 0.14 | 0 | 0.44 | 193.79 | 0.43 | 0.39 |
| Hex | 39 | 7C | 90 | 3C | E | 0 | 2C | C2 | 2B | 27 |
| Octal | 71 | 174 | 220 | 74 | 16 | 0 | 54 | 302 | 53 | 47 |
| Binary | 111001 | 1111100 | 10010000 | 111100 | 1110 | 0 | 101100 | 11000010 | 101011 | 100111 |
Color Harmonies of #397C90
Complementary color
Monochromatic Colors of #397C90
Black with #397C90
Text Example
Text Example
White with #397C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C90; }
p { color: rgb(57,124,144); }
H1.HeaderClassName
{
color: #397C90;
}
.AnyTagClassName
{
color: #397C90;
}
</style>
background-color css
<style>
a { background-color: #397C90; }
a { background-color: rgb(57,124,144); }
div.DivClassName
{
background-color: #397C90;
}
.BgClassName
{
background-color: #397C90;
}
</style>
border-color css
<style>
span { border-color: #397C90; }
span { border-color: rgb(57,124,144); }
td.TdClassName
{
border-color: #397C90;
}
.TagClassName
{
border-color: #397C90;
}
</style>