Shades of Jelly Bean #397C94
Tints of Jelly Bean #397C94
RGB
CMYK
RGB Variations
Color information
#397C94 (or 0x397C94) is known color: Jelly Bean. HEX triplet: 39, 7C and 94. RGB value is (57,124,148). Sum of RGB (Red+Green+Blue) = 57+124+148=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #397C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397C94 is #C6836B. Grayscale: #6A6A6A. Windows color (decimal): -13009772 or 9731129. OLE color: 9731129.
HSL color Cylindrical-coordinate representation of color #397C94: hue angle of 195.82º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397C94 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 124 | 148 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.42 |
| HSL | 195.82º | 0.44% | 0.4% | - |
| HSV(B) | 195.82º | 0.61% | 0.58% | - |
| XYZ | 14.24 | 17.42 | 30.63 | - |
| YUV | 106.7 | 151.3 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 124 | 148 | 0.61 | 0.16 | 0 | 0.42 | 195.82 | 0.44 | 0.4 |
| Hex | 39 | 7C | 94 | 3D | 10 | 0 | 2A | C4 | 2C | 28 |
| Octal | 71 | 174 | 224 | 75 | 20 | 0 | 52 | 304 | 54 | 50 |
| Binary | 111001 | 1111100 | 10010100 | 111101 | 10000 | 0 | 101010 | 11000100 | 101100 | 101000 |
Color Harmonies of #397C94
Complementary color
Monochromatic Colors of #397C94
Black with #397C94
Text Example
Text Example
White with #397C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397C94; }
p { color: rgb(57,124,148); }
H1.HeaderClassName
{
color: #397C94;
}
.AnyTagClassName
{
color: #397C94;
}
</style>
background-color css
<style>
a { background-color: #397C94; }
a { background-color: rgb(57,124,148); }
div.DivClassName
{
background-color: #397C94;
}
.BgClassName
{
background-color: #397C94;
}
</style>
border-color css
<style>
span { border-color: #397C94; }
span { border-color: rgb(57,124,148); }
td.TdClassName
{
border-color: #397C94;
}
.TagClassName
{
border-color: #397C94;
}
</style>