Shades of Jelly Bean #397D93
Tints of Jelly Bean #397D93
RGB
CMYK
RGB Variations
Color information
#397D93 (or 0x397D93) is known color: Jelly Bean. HEX triplet: 39, 7D and 93. RGB value is (57,125,147). Sum of RGB (Red+Green+Blue) = 57+125+147=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #397D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397D93 is #C6826C. Grayscale: #6B6B6B. Windows color (decimal): -13009517 or 9665849. OLE color: 9665849.
HSL color Cylindrical-coordinate representation of color #397D93: hue angle of 194.67º 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 #397D93 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 125 | 147 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.42 |
| HSL | 194.67º | 0.44% | 0.4% | - |
| HSV(B) | 194.67º | 0.61% | 0.58% | - |
| XYZ | 14.29 | 17.64 | 30.26 | - |
| YUV | 107.18 | 150.47 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 125 | 147 | 0.61 | 0.15 | 0 | 0.42 | 194.67 | 0.44 | 0.4 |
| Hex | 39 | 7D | 93 | 3D | F | 0 | 2A | C3 | 2C | 28 |
| Octal | 71 | 175 | 223 | 75 | 17 | 0 | 52 | 303 | 54 | 50 |
| Binary | 111001 | 1111101 | 10010011 | 111101 | 1111 | 0 | 101010 | 11000011 | 101100 | 101000 |
Color Harmonies of #397D93
Complementary color
Monochromatic Colors of #397D93
Black with #397D93
Text Example
Text Example
White with #397D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397D93; }
p { color: rgb(57,125,147); }
H1.HeaderClassName
{
color: #397D93;
}
.AnyTagClassName
{
color: #397D93;
}
</style>
background-color css
<style>
a { background-color: #397D93; }
a { background-color: rgb(57,125,147); }
div.DivClassName
{
background-color: #397D93;
}
.BgClassName
{
background-color: #397D93;
}
</style>
border-color css
<style>
span { border-color: #397D93; }
span { border-color: rgb(57,125,147); }
td.TdClassName
{
border-color: #397D93;
}
.TagClassName
{
border-color: #397D93;
}
</style>