Shades of Jelly Bean #387998
Tints of Jelly Bean #387998
RGB
CMYK
RGB Variations
Color information
#387998 (or 0x387998) is known color: Jelly Bean. HEX triplet: 38, 79 and 98. RGB value is (56,121,152). Sum of RGB (Red+Green+Blue) = 56+121+152=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #387998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387998 is #C78667. Grayscale: #686868. Windows color (decimal): -13076072 or 9992504. OLE color: 9992504.
HSL color Cylindrical-coordinate representation of color #387998: hue angle of 199.38º 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 #387998 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 121 | 152 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.40 |
| HSL | 199.38º | 0.46% | 0.41% | - |
| HSV(B) | 199.38º | 0.63% | 0.6% | - |
| XYZ | 14.14 | 16.78 | 32.2 | - |
| YUV | 105.1 | 154.47 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 152 | 0.63 | 0.20 | 0 | 0.40 | 199.38 | 0.46 | 0.41 |
| Hex | 38 | 79 | 98 | 3F | 14 | 0 | 28 | C7 | 2E | 29 |
| Octal | 70 | 171 | 230 | 77 | 24 | 0 | 50 | 307 | 56 | 51 |
| Binary | 111000 | 1111001 | 10011000 | 111111 | 10100 | 0 | 101000 | 11000111 | 101110 | 101001 |
Color Harmonies of #387998
Complementary color
Monochromatic Colors of #387998
Black with #387998
Text Example
Text Example
White with #387998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387998; }
p { color: rgb(56,121,152); }
H1.HeaderClassName
{
color: #387998;
}
.AnyTagClassName
{
color: #387998;
}
</style>
background-color css
<style>
a { background-color: #387998; }
a { background-color: rgb(56,121,152); }
div.DivClassName
{
background-color: #387998;
}
.BgClassName
{
background-color: #387998;
}
</style>
border-color css
<style>
span { border-color: #387998; }
span { border-color: rgb(56,121,152); }
td.TdClassName
{
border-color: #387998;
}
.TagClassName
{
border-color: #387998;
}
</style>