Shades of Jelly Bean #387C9B
Tints of Jelly Bean #387C9B
RGB
CMYK
RGB Variations
Color information
#387C9B (or 0x387C9B) is known color: Jelly Bean. HEX triplet: 38, 7C and 9B. RGB value is (56,124,155). Sum of RGB (Red+Green+Blue) = 56+124+155=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #387C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C9B is #C78364. Grayscale: #6B6B6B. Windows color (decimal): -13075301 or 10189880. OLE color: 10189880.
HSL color Cylindrical-coordinate representation of color #387C9B: hue angle of 198.79º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #387C9B is Cyan = 0.64, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 124 | 155 | - |
| CMYK | 0.64 | 0.2 | 0 | 0.39 |
| HSL | 198.79º | 0.47% | 0.41% | - |
| HSV(B) | 198.79º | 0.64% | 0.61% | - |
| XYZ | 14.75 | 17.62 | 33.63 | - |
| YUV | 107.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 155 | 0.64 | 0.2 | 0 | 0.39 | 198.79 | 0.47 | 0.41 |
| Hex | 38 | 7C | 9B | 40 | 14 | 0 | 27 | C7 | 2F | 29 |
| Octal | 70 | 174 | 233 | 100 | 24 | 0 | 47 | 307 | 57 | 51 |
| Binary | 111000 | 1111100 | 10011011 | 1000000 | 10100 | 0 | 100111 | 11000111 | 101111 | 101001 |
Color Harmonies of #387C9B
Complementary color
Monochromatic Colors of #387C9B
Black with #387C9B
Text Example
Text Example
White with #387C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C9B; }
p { color: rgb(56,124,155); }
H1.HeaderClassName
{
color: #387C9B;
}
.AnyTagClassName
{
color: #387C9B;
}
</style>
background-color css
<style>
a { background-color: #387C9B; }
a { background-color: rgb(56,124,155); }
div.DivClassName
{
background-color: #387C9B;
}
.BgClassName
{
background-color: #387C9B;
}
</style>
border-color css
<style>
span { border-color: #387C9B; }
span { border-color: rgb(56,124,155); }
td.TdClassName
{
border-color: #387C9B;
}
.TagClassName
{
border-color: #387C9B;
}
</style>