Shades of Jelly Bean #387898
Tints of Jelly Bean #387898
RGB
CMYK
RGB Variations
Color information
#387898 (or 0x387898) is known color: Jelly Bean. HEX triplet: 38, 78 and 98. RGB value is (56,120,152). Sum of RGB (Red+Green+Blue) = 56+120+152=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #387898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387898 is #C78767. Grayscale: #686868. Windows color (decimal): -13076328 or 9992248. OLE color: 9992248.
HSL color Cylindrical-coordinate representation of color #387898: hue angle of 200º 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 #387898 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 120 | 152 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.40 |
| HSL | 200º | 0.46% | 0.41% | - |
| HSV(B) | 200º | 0.63% | 0.6% | - |
| XYZ | 14.01 | 16.54 | 32.16 | - |
| YUV | 104.51 | 154.8 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 120 | 152 | 0.63 | 0.21 | 0 | 0.40 | 200 | 0.46 | 0.41 |
| Hex | 38 | 78 | 98 | 3F | 15 | 0 | 28 | C8 | 2E | 29 |
| Octal | 70 | 170 | 230 | 77 | 25 | 0 | 50 | 310 | 56 | 51 |
| Binary | 111000 | 1111000 | 10011000 | 111111 | 10101 | 0 | 101000 | 11001000 | 101110 | 101001 |
Color Harmonies of #387898
Complementary color
Monochromatic Colors of #387898
Black with #387898
Text Example
Text Example
White with #387898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387898; }
p { color: rgb(56,120,152); }
H1.HeaderClassName
{
color: #387898;
}
.AnyTagClassName
{
color: #387898;
}
</style>
background-color css
<style>
a { background-color: #387898; }
a { background-color: rgb(56,120,152); }
div.DivClassName
{
background-color: #387898;
}
.BgClassName
{
background-color: #387898;
}
</style>
border-color css
<style>
span { border-color: #387898; }
span { border-color: rgb(56,120,152); }
td.TdClassName
{
border-color: #387898;
}
.TagClassName
{
border-color: #387898;
}
</style>