Shades of Jelly Bean #388097
Tints of Jelly Bean #388097
RGB
CMYK
RGB Variations
Color information
#388097 (or 0x388097) is known color: Jelly Bean. HEX triplet: 38, 80 and 97. RGB value is (56,128,151). Sum of RGB (Red+Green+Blue) = 56+128+151=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #388097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388097 is #C77F68. Grayscale: #6C6C6C. Windows color (decimal): -13074281 or 9928760. OLE color: 9928760.
HSL color Cylindrical-coordinate representation of color #388097: hue angle of 194.53º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388097 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 128 | 151 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.41 |
| HSL | 194.53º | 0.46% | 0.41% | - |
| HSV(B) | 194.53º | 0.63% | 0.59% | - |
| XYZ | 14.94 | 18.51 | 32.06 | - |
| YUV | 109.09 | 151.65 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 151 | 0.63 | 0.15 | 0 | 0.41 | 194.53 | 0.46 | 0.41 |
| Hex | 38 | 80 | 97 | 3F | F | 0 | 29 | C3 | 2E | 29 |
| Octal | 70 | 200 | 227 | 77 | 17 | 0 | 51 | 303 | 56 | 51 |
| Binary | 111000 | 10000000 | 10010111 | 111111 | 1111 | 0 | 101001 | 11000011 | 101110 | 101001 |
Color Harmonies of #388097
Complementary color
Monochromatic Colors of #388097
Black with #388097
Text Example
Text Example
White with #388097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388097; }
p { color: rgb(56,128,151); }
H1.HeaderClassName
{
color: #388097;
}
.AnyTagClassName
{
color: #388097;
}
</style>
background-color css
<style>
a { background-color: #388097; }
a { background-color: rgb(56,128,151); }
div.DivClassName
{
background-color: #388097;
}
.BgClassName
{
background-color: #388097;
}
</style>
border-color css
<style>
span { border-color: #388097; }
span { border-color: rgb(56,128,151); }
td.TdClassName
{
border-color: #388097;
}
.TagClassName
{
border-color: #388097;
}
</style>