Shades of Jelly Bean #397B99
Tints of Jelly Bean #397B99
RGB
CMYK
RGB Variations
Color information
#397B99 (or 0x397B99) is known color: Jelly Bean. HEX triplet: 39, 7B and 99. RGB value is (57,123,153). Sum of RGB (Red+Green+Blue) = 57+123+153=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #397B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397B99 is #C68466. Grayscale: #6A6A6A. Windows color (decimal): -13010023 or 10058553. OLE color: 10058553.
HSL color Cylindrical-coordinate representation of color #397B99: hue angle of 198.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #397B99 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 123 | 153 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.4 |
| HSL | 198.75º | 0.46% | 0.41% | - |
| HSV(B) | 198.75º | 0.63% | 0.6% | - |
| XYZ | 14.52 | 17.34 | 32.72 | - |
| YUV | 106.69 | 154.13 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 123 | 153 | 0.63 | 0.20 | 0 | 0.4 | 198.75 | 0.46 | 0.41 |
| Hex | 39 | 7B | 99 | 3F | 14 | 0 | 28 | C7 | 2E | 29 |
| Octal | 71 | 173 | 231 | 77 | 24 | 0 | 50 | 307 | 56 | 51 |
| Binary | 111001 | 1111011 | 10011001 | 111111 | 10100 | 0 | 101000 | 11000111 | 101110 | 101001 |
Color Harmonies of #397B99
Complementary color
Monochromatic Colors of #397B99
Black with #397B99
Text Example
Text Example
White with #397B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397B99; }
p { color: rgb(57,123,153); }
H1.HeaderClassName
{
color: #397B99;
}
.AnyTagClassName
{
color: #397B99;
}
</style>
background-color css
<style>
a { background-color: #397B99; }
a { background-color: rgb(57,123,153); }
div.DivClassName
{
background-color: #397B99;
}
.BgClassName
{
background-color: #397B99;
}
</style>
border-color css
<style>
span { border-color: #397B99; }
span { border-color: rgb(57,123,153); }
td.TdClassName
{
border-color: #397B99;
}
.TagClassName
{
border-color: #397B99;
}
</style>