Shades of Jelly Bean #387991
Tints of Jelly Bean #387991
RGB
CMYK
RGB Variations
Color information
#387991 (or 0x387991) is known color: Jelly Bean. HEX triplet: 38, 79 and 91. RGB value is (56,121,145). Sum of RGB (Red+Green+Blue) = 56+121+145=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #387991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387991 is #C7866E. Grayscale: #686868. Windows color (decimal): -13076079 or 9533752. OLE color: 9533752.
HSL color Cylindrical-coordinate representation of color #387991: hue angle of 196.18º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #387991 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 121 | 145 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.43 |
| HSL | 196.18º | 0.44% | 0.39% | - |
| HSV(B) | 196.18º | 0.61% | 0.57% | - |
| XYZ | 13.58 | 16.56 | 29.27 | - |
| YUV | 104.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 145 | 0.61 | 0.17 | 0 | 0.43 | 196.18 | 0.44 | 0.39 |
| Hex | 38 | 79 | 91 | 3D | 11 | 0 | 2B | C4 | 2C | 27 |
| Octal | 70 | 171 | 221 | 75 | 21 | 0 | 53 | 304 | 54 | 47 |
| Binary | 111000 | 1111001 | 10010001 | 111101 | 10001 | 0 | 101011 | 11000100 | 101100 | 100111 |
Color Harmonies of #387991
Complementary color
Monochromatic Colors of #387991
Black with #387991
Text Example
Text Example
White with #387991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387991; }
p { color: rgb(56,121,145); }
H1.HeaderClassName
{
color: #387991;
}
.AnyTagClassName
{
color: #387991;
}
</style>
background-color css
<style>
a { background-color: #387991; }
a { background-color: rgb(56,121,145); }
div.DivClassName
{
background-color: #387991;
}
.BgClassName
{
background-color: #387991;
}
</style>
border-color css
<style>
span { border-color: #387991; }
span { border-color: rgb(56,121,145); }
td.TdClassName
{
border-color: #387991;
}
.TagClassName
{
border-color: #387991;
}
</style>