Shades of Jelly Bean #387F96
Tints of Jelly Bean #387F96
RGB
CMYK
RGB Variations
Color information
#387F96 (or 0x387F96) is known color: Jelly Bean. HEX triplet: 38, 7F and 96. RGB value is (56,127,150). Sum of RGB (Red+Green+Blue) = 56+127+150=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #387F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F96 is #C78069. Grayscale: #6C6C6C. Windows color (decimal): -13074538 or 9862968. OLE color: 9862968.
HSL color Cylindrical-coordinate representation of color #387F96: hue angle of 194.68º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #387F96 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 127 | 150 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.41 |
| HSL | 194.68º | 0.46% | 0.4% | - |
| HSV(B) | 194.68º | 0.63% | 0.59% | - |
| XYZ | 14.73 | 18.22 | 31.6 | - |
| YUV | 108.39 | 151.48 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 150 | 0.63 | 0.15 | 0 | 0.41 | 194.68 | 0.46 | 0.4 |
| Hex | 38 | 7F | 96 | 3F | F | 0 | 29 | C3 | 2E | 28 |
| Octal | 70 | 177 | 226 | 77 | 17 | 0 | 51 | 303 | 56 | 50 |
| Binary | 111000 | 1111111 | 10010110 | 111111 | 1111 | 0 | 101001 | 11000011 | 101110 | 101000 |
Color Harmonies of #387F96
Complementary color
Monochromatic Colors of #387F96
Black with #387F96
Text Example
Text Example
White with #387F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F96; }
p { color: rgb(56,127,150); }
H1.HeaderClassName
{
color: #387F96;
}
.AnyTagClassName
{
color: #387F96;
}
</style>
background-color css
<style>
a { background-color: #387F96; }
a { background-color: rgb(56,127,150); }
div.DivClassName
{
background-color: #387F96;
}
.BgClassName
{
background-color: #387F96;
}
</style>
border-color css
<style>
span { border-color: #387F96; }
span { border-color: rgb(56,127,150); }
td.TdClassName
{
border-color: #387F96;
}
.TagClassName
{
border-color: #387F96;
}
</style>