Shades of Jelly Bean #397F8F
Tints of Jelly Bean #397F8F
RGB
CMYK
RGB Variations
Color information
#397F8F (or 0x397F8F) is known color: Jelly Bean. HEX triplet: 39, 7F and 8F. RGB value is (57,127,143). Sum of RGB (Red+Green+Blue) = 57+127+143=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 143 - color contains mainly: blue. Hex color #397F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F8F is #C68070. Grayscale: #6B6B6B. Windows color (decimal): -13009009 or 9404217. OLE color: 9404217.
HSL color Cylindrical-coordinate representation of color #397F8F: hue angle of 191.16º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #397F8F is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 127 | 143 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.44 |
| HSL | 191.16º | 0.43% | 0.39% | - |
| HSV(B) | 191.16º | 0.6% | 0.56% | - |
| XYZ | 14.23 | 18.03 | 28.72 | - |
| YUV | 107.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 127 | 143 | 0.60 | 0.11 | 0 | 0.44 | 191.16 | 0.43 | 0.39 |
| Hex | 39 | 7F | 8F | 3C | B | 0 | 2C | BF | 2B | 27 |
| Octal | 71 | 177 | 217 | 74 | 13 | 0 | 54 | 277 | 53 | 47 |
| Binary | 111001 | 1111111 | 10001111 | 111100 | 1011 | 0 | 101100 | 10111111 | 101011 | 100111 |
Color Harmonies of #397F8F
Complementary color
Monochromatic Colors of #397F8F
Black with #397F8F
Text Example
Text Example
White with #397F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397F8F; }
p { color: rgb(57,127,143); }
H1.HeaderClassName
{
color: #397F8F;
}
.AnyTagClassName
{
color: #397F8F;
}
</style>
background-color css
<style>
a { background-color: #397F8F; }
a { background-color: rgb(57,127,143); }
div.DivClassName
{
background-color: #397F8F;
}
.BgClassName
{
background-color: #397F8F;
}
</style>
border-color css
<style>
span { border-color: #397F8F; }
span { border-color: rgb(57,127,143); }
td.TdClassName
{
border-color: #397F8F;
}
.TagClassName
{
border-color: #397F8F;
}
</style>