Shades of Jelly Bean #397898
Tints of Jelly Bean #397898
RGB
CMYK
RGB Variations
Color information
#397898 (or 0x397898) is known color: Jelly Bean. HEX triplet: 39, 78 and 98. RGB value is (57,120,152). Sum of RGB (Red+Green+Blue) = 57+120+152=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #397898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397898 is #C68767. Grayscale: #686868. Windows color (decimal): -13010792 or 9992249. OLE color: 9992249.
HSL color Cylindrical-coordinate representation of color #397898: hue angle of 200.21º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397898 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 120 | 152 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.40 |
| HSL | 200.21º | 0.45% | 0.41% | - |
| HSV(B) | 200.21º | 0.63% | 0.6% | - |
| XYZ | 14.07 | 16.57 | 32.16 | - |
| YUV | 104.81 | 154.63 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 152 | 0.62 | 0.21 | 0 | 0.40 | 200.21 | 0.45 | 0.41 |
| Hex | 39 | 78 | 98 | 3E | 15 | 0 | 28 | C8 | 2D | 29 |
| Octal | 71 | 170 | 230 | 76 | 25 | 0 | 50 | 310 | 55 | 51 |
| Binary | 111001 | 1111000 | 10011000 | 111110 | 10101 | 0 | 101000 | 11001000 | 101101 | 101001 |
Color Harmonies of #397898
Complementary color
Monochromatic Colors of #397898
Black with #397898
Text Example
Text Example
White with #397898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397898; }
p { color: rgb(57,120,152); }
H1.HeaderClassName
{
color: #397898;
}
.AnyTagClassName
{
color: #397898;
}
</style>
background-color css
<style>
a { background-color: #397898; }
a { background-color: rgb(57,120,152); }
div.DivClassName
{
background-color: #397898;
}
.BgClassName
{
background-color: #397898;
}
</style>
border-color css
<style>
span { border-color: #397898; }
span { border-color: rgb(57,120,152); }
td.TdClassName
{
border-color: #397898;
}
.TagClassName
{
border-color: #397898;
}
</style>