Shades of Jelly Bean #387996
Tints of Jelly Bean #387996
RGB
CMYK
RGB Variations
Color information
#387996 (or 0x387996) is known color: Jelly Bean. HEX triplet: 38, 79 and 96. RGB value is (56,121,150). Sum of RGB (Red+Green+Blue) = 56+121+150=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #387996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387996 is #C78669. Grayscale: #686868. Windows color (decimal): -13076074 or 9861432. OLE color: 9861432.
HSL color Cylindrical-coordinate representation of color #387996: hue angle of 198.51º 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 #387996 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 121 | 150 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.41 |
| HSL | 198.51º | 0.46% | 0.4% | - |
| HSV(B) | 198.51º | 0.63% | 0.59% | - |
| XYZ | 13.97 | 16.72 | 31.34 | - |
| YUV | 104.87 | 153.47 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 150 | 0.63 | 0.19 | 0 | 0.41 | 198.51 | 0.46 | 0.4 |
| Hex | 38 | 79 | 96 | 3F | 13 | 0 | 29 | C7 | 2E | 28 |
| Octal | 70 | 171 | 226 | 77 | 23 | 0 | 51 | 307 | 56 | 50 |
| Binary | 111000 | 1111001 | 10010110 | 111111 | 10011 | 0 | 101001 | 11000111 | 101110 | 101000 |
Color Harmonies of #387996
Complementary color
Monochromatic Colors of #387996
Black with #387996
Text Example
Text Example
White with #387996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387996; }
p { color: rgb(56,121,150); }
H1.HeaderClassName
{
color: #387996;
}
.AnyTagClassName
{
color: #387996;
}
</style>
background-color css
<style>
a { background-color: #387996; }
a { background-color: rgb(56,121,150); }
div.DivClassName
{
background-color: #387996;
}
.BgClassName
{
background-color: #387996;
}
</style>
border-color css
<style>
span { border-color: #387996; }
span { border-color: rgb(56,121,150); }
td.TdClassName
{
border-color: #387996;
}
.TagClassName
{
border-color: #387996;
}
</style>