Shades of Jelly Bean #387C8F
Tints of Jelly Bean #387C8F
RGB
CMYK
RGB Variations
Color information
#387C8F (or 0x387C8F) is known color: Jelly Bean. HEX triplet: 38, 7C and 8F. RGB value is (56,124,143). Sum of RGB (Red+Green+Blue) = 56+124+143=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 143 - color contains mainly: blue. Hex color #387C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C8F is #C78370. Grayscale: #696969. Windows color (decimal): -13075313 or 9403448. OLE color: 9403448.
HSL color Cylindrical-coordinate representation of color #387C8F: hue angle of 193.1º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #387C8F is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 124 | 143 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.44 |
| HSL | 193.1º | 0.44% | 0.39% | - |
| HSV(B) | 193.1º | 0.61% | 0.56% | - |
| XYZ | 13.8 | 17.24 | 28.59 | - |
| YUV | 105.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 124 | 143 | 0.61 | 0.13 | 0 | 0.44 | 193.1 | 0.44 | 0.39 |
| Hex | 38 | 7C | 8F | 3D | D | 0 | 2C | C1 | 2C | 27 |
| Octal | 70 | 174 | 217 | 75 | 15 | 0 | 54 | 301 | 54 | 47 |
| Binary | 111000 | 1111100 | 10001111 | 111101 | 1101 | 0 | 101100 | 11000001 | 101100 | 100111 |
Color Harmonies of #387C8F
Complementary color
Monochromatic Colors of #387C8F
Black with #387C8F
Text Example
Text Example
White with #387C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387C8F; }
p { color: rgb(56,124,143); }
H1.HeaderClassName
{
color: #387C8F;
}
.AnyTagClassName
{
color: #387C8F;
}
</style>
background-color css
<style>
a { background-color: #387C8F; }
a { background-color: rgb(56,124,143); }
div.DivClassName
{
background-color: #387C8F;
}
.BgClassName
{
background-color: #387C8F;
}
</style>
border-color css
<style>
span { border-color: #387C8F; }
span { border-color: rgb(56,124,143); }
td.TdClassName
{
border-color: #387C8F;
}
.TagClassName
{
border-color: #387C8F;
}
</style>