Shades of Jelly Bean #387A92
Tints of Jelly Bean #387A92
RGB
CMYK
RGB Variations
Color information
#387A92 (or 0x387A92) is known color: Jelly Bean. HEX triplet: 38, 7A and 92. RGB value is (56,122,146). Sum of RGB (Red+Green+Blue) = 56+122+146=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #387A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A92 is #C7856D. Grayscale: #686868. Windows color (decimal): -13075822 or 9599544. OLE color: 9599544.
HSL color Cylindrical-coordinate representation of color #387A92: hue angle of 196º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387A92 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 122 | 146 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.43 |
| HSL | 196º | 0.45% | 0.4% | - |
| HSV(B) | 196º | 0.62% | 0.57% | - |
| XYZ | 13.78 | 16.84 | 29.72 | - |
| YUV | 105 | 151.13 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 146 | 0.62 | 0.16 | 0 | 0.43 | 196 | 0.45 | 0.4 |
| Hex | 38 | 7A | 92 | 3E | 10 | 0 | 2B | C4 | 2D | 28 |
| Octal | 70 | 172 | 222 | 76 | 20 | 0 | 53 | 304 | 55 | 50 |
| Binary | 111000 | 1111010 | 10010010 | 111110 | 10000 | 0 | 101011 | 11000100 | 101101 | 101000 |
Color Harmonies of #387A92
Complementary color
Monochromatic Colors of #387A92
Black with #387A92
Text Example
Text Example
White with #387A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387A92; }
p { color: rgb(56,122,146); }
H1.HeaderClassName
{
color: #387A92;
}
.AnyTagClassName
{
color: #387A92;
}
</style>
background-color css
<style>
a { background-color: #387A92; }
a { background-color: rgb(56,122,146); }
div.DivClassName
{
background-color: #387A92;
}
.BgClassName
{
background-color: #387A92;
}
</style>
border-color css
<style>
span { border-color: #387A92; }
span { border-color: rgb(56,122,146); }
td.TdClassName
{
border-color: #387A92;
}
.TagClassName
{
border-color: #387A92;
}
</style>