Shades of Jelly Bean #387F90
Tints of Jelly Bean #387F90
RGB
CMYK
RGB Variations
Color information
#387F90 (or 0x387F90) is known color: Jelly Bean. HEX triplet: 38, 7F and 90. RGB value is (56,127,144). Sum of RGB (Red+Green+Blue) = 56+127+144=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #387F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F90 is #C7806F. Grayscale: #6B6B6B. Windows color (decimal): -13074544 or 9469752. OLE color: 9469752.
HSL color Cylindrical-coordinate representation of color #387F90: hue angle of 191.59º 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 #387F90 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 127 | 144 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.44 |
| HSL | 191.59º | 0.44% | 0.39% | - |
| HSV(B) | 191.59º | 0.61% | 0.56% | - |
| XYZ | 14.25 | 18.03 | 29.12 | - |
| YUV | 107.71 | 148.48 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 127 | 144 | 0.61 | 0.12 | 0 | 0.44 | 191.59 | 0.44 | 0.39 |
| Hex | 38 | 7F | 90 | 3D | C | 0 | 2C | C0 | 2C | 27 |
| Octal | 70 | 177 | 220 | 75 | 14 | 0 | 54 | 300 | 54 | 47 |
| Binary | 111000 | 1111111 | 10010000 | 111101 | 1100 | 0 | 101100 | 11000000 | 101100 | 100111 |
Color Harmonies of #387F90
Complementary color
Monochromatic Colors of #387F90
Black with #387F90
Text Example
Text Example
White with #387F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387F90; }
p { color: rgb(56,127,144); }
H1.HeaderClassName
{
color: #387F90;
}
.AnyTagClassName
{
color: #387F90;
}
</style>
background-color css
<style>
a { background-color: #387F90; }
a { background-color: rgb(56,127,144); }
div.DivClassName
{
background-color: #387F90;
}
.BgClassName
{
background-color: #387F90;
}
</style>
border-color css
<style>
span { border-color: #387F90; }
span { border-color: rgb(56,127,144); }
td.TdClassName
{
border-color: #387F90;
}
.TagClassName
{
border-color: #387F90;
}
</style>