Shades of Jelly Bean #387C8B
Tints of Jelly Bean #387C8B
RGB
CMYK
RGB Variations
Color information
#387C8B (or 0x387C8B) is known color: Jelly Bean. HEX triplet: 38, 7C and 8B. RGB value is (56,124,139). Sum of RGB (Red+Green+Blue) = 56+124+139=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #387C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C8B is #C78374. Grayscale: #696969. Windows color (decimal): -13075317 or 9141304. OLE color: 9141304.
HSL color Cylindrical-coordinate representation of color #387C8B: hue angle of 190.84º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #387C8B is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 124 | 139 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.45 |
| HSL | 190.84º | 0.43% | 0.38% | - |
| HSV(B) | 190.84º | 0.6% | 0.55% | - |
| XYZ | 13.5 | 17.12 | 27.02 | - |
| YUV | 105.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 139 | 0.60 | 0.11 | 0 | 0.45 | 190.84 | 0.43 | 0.38 |
| Hex | 38 | 7C | 8B | 3C | B | 0 | 2D | BF | 2B | 26 |
| Octal | 70 | 174 | 213 | 74 | 13 | 0 | 55 | 277 | 53 | 46 |
| Binary | 111000 | 1111100 | 10001011 | 111100 | 1011 | 0 | 101101 | 10111111 | 101011 | 100110 |
Color Harmonies of #387C8B
Complementary color
Monochromatic Colors of #387C8B
Black with #387C8B
Text Example
Text Example
White with #387C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C8B; }
p { color: rgb(56,124,139); }
H1.HeaderClassName
{
color: #387C8B;
}
.AnyTagClassName
{
color: #387C8B;
}
</style>
background-color css
<style>
a { background-color: #387C8B; }
a { background-color: rgb(56,124,139); }
div.DivClassName
{
background-color: #387C8B;
}
.BgClassName
{
background-color: #387C8B;
}
</style>
border-color css
<style>
span { border-color: #387C8B; }
span { border-color: rgb(56,124,139); }
td.TdClassName
{
border-color: #387C8B;
}
.TagClassName
{
border-color: #387C8B;
}
</style>