Shades of Jelly Bean #387C99
Tints of Jelly Bean #387C99
RGB
CMYK
RGB Variations
Color information
#387C99 (or 0x387C99) is known color: Jelly Bean. HEX triplet: 38, 7C and 99. RGB value is (56,124,153). Sum of RGB (Red+Green+Blue) = 56+124+153=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 124 (48.83% from 255 or 37.24% 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 #387C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C99 is #C78366. Grayscale: #6A6A6A. Windows color (decimal): -13075303 or 10058808. OLE color: 10058808.
HSL color Cylindrical-coordinate representation of color #387C99: hue angle of 197.94º 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 #387C99 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 124 | 153 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.4 |
| HSL | 197.94º | 0.46% | 0.41% | - |
| HSV(B) | 197.94º | 0.63% | 0.6% | - |
| XYZ | 14.59 | 17.56 | 32.76 | - |
| YUV | 106.97 | 153.97 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 153 | 0.63 | 0.19 | 0 | 0.4 | 197.94 | 0.46 | 0.41 |
| Hex | 38 | 7C | 99 | 3F | 13 | 0 | 28 | C6 | 2E | 29 |
| Octal | 70 | 174 | 231 | 77 | 23 | 0 | 50 | 306 | 56 | 51 |
| Binary | 111000 | 1111100 | 10011001 | 111111 | 10011 | 0 | 101000 | 11000110 | 101110 | 101001 |
Color Harmonies of #387C99
Complementary color
Monochromatic Colors of #387C99
Black with #387C99
Text Example
Text Example
White with #387C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C99; }
p { color: rgb(56,124,153); }
H1.HeaderClassName
{
color: #387C99;
}
.AnyTagClassName
{
color: #387C99;
}
</style>
background-color css
<style>
a { background-color: #387C99; }
a { background-color: rgb(56,124,153); }
div.DivClassName
{
background-color: #387C99;
}
.BgClassName
{
background-color: #387C99;
}
</style>
border-color css
<style>
span { border-color: #387C99; }
span { border-color: rgb(56,124,153); }
td.TdClassName
{
border-color: #387C99;
}
.TagClassName
{
border-color: #387C99;
}
</style>