Shades of Jelly Bean #397F91
Tints of Jelly Bean #397F91
RGB
CMYK
RGB Variations
Color information
#397F91 (or 0x397F91) is known color: Jelly Bean. HEX triplet: 39, 7F and 91. RGB value is (57,127,145). Sum of RGB (Red+Green+Blue) = 57+127+145=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #397F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F91 is #C6806E. Grayscale: #6B6B6B. Windows color (decimal): -13009007 or 9535289. OLE color: 9535289.
HSL color Cylindrical-coordinate representation of color #397F91: hue angle of 192.27º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397F91 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 127 | 145 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.43 |
| HSL | 192.27º | 0.44% | 0.4% | - |
| HSV(B) | 192.27º | 0.61% | 0.57% | - |
| XYZ | 14.39 | 18.09 | 29.52 | - |
| YUV | 108.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 145 | 0.61 | 0.12 | 0 | 0.43 | 192.27 | 0.44 | 0.4 |
| Hex | 39 | 7F | 91 | 3D | C | 0 | 2B | C0 | 2C | 28 |
| Octal | 71 | 177 | 221 | 75 | 14 | 0 | 53 | 300 | 54 | 50 |
| Binary | 111001 | 1111111 | 10010001 | 111101 | 1100 | 0 | 101011 | 11000000 | 101100 | 101000 |
Color Harmonies of #397F91
Complementary color
Monochromatic Colors of #397F91
Black with #397F91
Text Example
Text Example
White with #397F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F91; }
p { color: rgb(57,127,145); }
H1.HeaderClassName
{
color: #397F91;
}
.AnyTagClassName
{
color: #397F91;
}
</style>
background-color css
<style>
a { background-color: #397F91; }
a { background-color: rgb(57,127,145); }
div.DivClassName
{
background-color: #397F91;
}
.BgClassName
{
background-color: #397F91;
}
</style>
border-color css
<style>
span { border-color: #397F91; }
span { border-color: rgb(57,127,145); }
td.TdClassName
{
border-color: #397F91;
}
.TagClassName
{
border-color: #397F91;
}
</style>