Shades of Jelly Bean #388197
Tints of Jelly Bean #388197
RGB
CMYK
RGB Variations
Color information
#388197 (or 0x388197) is known color: Jelly Bean. HEX triplet: 38, 81 and 97. RGB value is (56,129,151). Sum of RGB (Red+Green+Blue) = 56+129+151=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #388197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388197 is #C77E68. Grayscale: #6D6D6D. Windows color (decimal): -13074025 or 9929016. OLE color: 9929016.
HSL color Cylindrical-coordinate representation of color #388197: hue angle of 193.89º 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 #388197 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 129 | 151 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.41 |
| HSL | 193.89º | 0.46% | 0.41% | - |
| HSV(B) | 193.89º | 0.63% | 0.59% | - |
| XYZ | 15.07 | 18.78 | 32.11 | - |
| YUV | 109.68 | 151.32 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 151 | 0.63 | 0.15 | 0 | 0.41 | 193.89 | 0.46 | 0.41 |
| Hex | 38 | 81 | 97 | 3F | F | 0 | 29 | C2 | 2E | 29 |
| Octal | 70 | 201 | 227 | 77 | 17 | 0 | 51 | 302 | 56 | 51 |
| Binary | 111000 | 10000001 | 10010111 | 111111 | 1111 | 0 | 101001 | 11000010 | 101110 | 101001 |
Color Harmonies of #388197
Complementary color
Monochromatic Colors of #388197
Black with #388197
Text Example
Text Example
White with #388197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388197; }
p { color: rgb(56,129,151); }
H1.HeaderClassName
{
color: #388197;
}
.AnyTagClassName
{
color: #388197;
}
</style>
background-color css
<style>
a { background-color: #388197; }
a { background-color: rgb(56,129,151); }
div.DivClassName
{
background-color: #388197;
}
.BgClassName
{
background-color: #388197;
}
</style>
border-color css
<style>
span { border-color: #388197; }
span { border-color: rgb(56,129,151); }
td.TdClassName
{
border-color: #388197;
}
.TagClassName
{
border-color: #388197;
}
</style>