Shades of Jelly Bean #387C95
Tints of Jelly Bean #387C95
RGB
CMYK
RGB Variations
Color information
#387C95 (or 0x387C95) is known color: Jelly Bean. HEX triplet: 38, 7C and 95. RGB value is (56,124,149). Sum of RGB (Red+Green+Blue) = 56+124+149=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #387C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C95 is #C7836A. Grayscale: #6A6A6A. Windows color (decimal): -13075307 or 9796664. OLE color: 9796664.
HSL color Cylindrical-coordinate representation of color #387C95: hue angle of 196.13º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387C95 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 124 | 149 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.42 |
| HSL | 196.13º | 0.45% | 0.4% | - |
| HSV(B) | 196.13º | 0.62% | 0.58% | - |
| XYZ | 14.26 | 17.43 | 31.05 | - |
| YUV | 106.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 149 | 0.62 | 0.17 | 0 | 0.42 | 196.13 | 0.45 | 0.4 |
| Hex | 38 | 7C | 95 | 3E | 11 | 0 | 2A | C4 | 2D | 28 |
| Octal | 70 | 174 | 225 | 76 | 21 | 0 | 52 | 304 | 55 | 50 |
| Binary | 111000 | 1111100 | 10010101 | 111110 | 10001 | 0 | 101010 | 11000100 | 101101 | 101000 |
Color Harmonies of #387C95
Complementary color
Monochromatic Colors of #387C95
Black with #387C95
Text Example
Text Example
White with #387C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C95; }
p { color: rgb(56,124,149); }
H1.HeaderClassName
{
color: #387C95;
}
.AnyTagClassName
{
color: #387C95;
}
</style>
background-color css
<style>
a { background-color: #387C95; }
a { background-color: rgb(56,124,149); }
div.DivClassName
{
background-color: #387C95;
}
.BgClassName
{
background-color: #387C95;
}
</style>
border-color css
<style>
span { border-color: #387C95; }
span { border-color: rgb(56,124,149); }
td.TdClassName
{
border-color: #387C95;
}
.TagClassName
{
border-color: #387C95;
}
</style>