Shades of Jelly Bean #397893
Tints of Jelly Bean #397893
RGB
CMYK
RGB Variations
Color information
#397893 (or 0x397893) is known color: Jelly Bean. HEX triplet: 39, 78 and 93. RGB value is (57,120,147). Sum of RGB (Red+Green+Blue) = 57+120+147=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #397893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397893 is #C6876C. Grayscale: #686868. Windows color (decimal): -13010797 or 9664569. OLE color: 9664569.
HSL color Cylindrical-coordinate representation of color #397893: hue angle of 198º 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 #397893 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 120 | 147 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.42 |
| HSL | 198º | 0.44% | 0.4% | - |
| HSV(B) | 198º | 0.61% | 0.58% | - |
| XYZ | 13.67 | 16.41 | 30.05 | - |
| YUV | 104.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 147 | 0.61 | 0.18 | 0 | 0.42 | 198 | 0.44 | 0.4 |
| Hex | 39 | 78 | 93 | 3D | 12 | 0 | 2A | C6 | 2C | 28 |
| Octal | 71 | 170 | 223 | 75 | 22 | 0 | 52 | 306 | 54 | 50 |
| Binary | 111001 | 1111000 | 10010011 | 111101 | 10010 | 0 | 101010 | 11000110 | 101100 | 101000 |
Color Harmonies of #397893
Complementary color
Monochromatic Colors of #397893
Black with #397893
Text Example
Text Example
White with #397893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397893; }
p { color: rgb(57,120,147); }
H1.HeaderClassName
{
color: #397893;
}
.AnyTagClassName
{
color: #397893;
}
</style>
background-color css
<style>
a { background-color: #397893; }
a { background-color: rgb(57,120,147); }
div.DivClassName
{
background-color: #397893;
}
.BgClassName
{
background-color: #397893;
}
</style>
border-color css
<style>
span { border-color: #397893; }
span { border-color: rgb(57,120,147); }
td.TdClassName
{
border-color: #397893;
}
.TagClassName
{
border-color: #397893;
}
</style>