Shades of Jelly Bean #388296
Tints of Jelly Bean #388296
RGB
CMYK
RGB Variations
Color information
#388296 (or 0x388296) is known color: Jelly Bean. HEX triplet: 38, 82 and 96. RGB value is (56,130,150). Sum of RGB (Red+Green+Blue) = 56+130+150=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #388296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388296 is #C77D69. Grayscale: #6E6E6E. Windows color (decimal): -13073770 or 9863736. OLE color: 9863736.
HSL color Cylindrical-coordinate representation of color #388296: hue angle of 192.77º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388296 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 130 | 150 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.41 |
| HSL | 192.77º | 0.46% | 0.4% | - |
| HSV(B) | 192.77º | 0.63% | 0.59% | - |
| XYZ | 15.12 | 19.01 | 31.73 | - |
| YUV | 110.15 | 150.48 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 130 | 150 | 0.63 | 0.13 | 0 | 0.41 | 192.77 | 0.46 | 0.4 |
| Hex | 38 | 82 | 96 | 3F | D | 0 | 29 | C1 | 2E | 28 |
| Octal | 70 | 202 | 226 | 77 | 15 | 0 | 51 | 301 | 56 | 50 |
| Binary | 111000 | 10000010 | 10010110 | 111111 | 1101 | 0 | 101001 | 11000001 | 101110 | 101000 |
Color Harmonies of #388296
Complementary color
Monochromatic Colors of #388296
Black with #388296
Text Example
Text Example
White with #388296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388296; }
p { color: rgb(56,130,150); }
H1.HeaderClassName
{
color: #388296;
}
.AnyTagClassName
{
color: #388296;
}
</style>
background-color css
<style>
a { background-color: #388296; }
a { background-color: rgb(56,130,150); }
div.DivClassName
{
background-color: #388296;
}
.BgClassName
{
background-color: #388296;
}
</style>
border-color css
<style>
span { border-color: #388296; }
span { border-color: rgb(56,130,150); }
td.TdClassName
{
border-color: #388296;
}
.TagClassName
{
border-color: #388296;
}
</style>