Shades of Jelly Bean #388093
Tints of Jelly Bean #388093
RGB
CMYK
RGB Variations
Color information
#388093 (or 0x388093) is known color: Jelly Bean. HEX triplet: 38, 80 and 93. RGB value is (56,128,147). Sum of RGB (Red+Green+Blue) = 56+128+147=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #388093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388093 is #C77F6C. Grayscale: #6C6C6C. Windows color (decimal): -13074285 or 9666616. OLE color: 9666616.
HSL color Cylindrical-coordinate representation of color #388093: hue angle of 192.53º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #388093 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 128 | 147 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.42 |
| HSL | 192.53º | 0.45% | 0.4% | - |
| HSV(B) | 192.53º | 0.62% | 0.58% | - |
| XYZ | 14.62 | 18.39 | 30.38 | - |
| YUV | 108.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 128 | 147 | 0.62 | 0.13 | 0 | 0.42 | 192.53 | 0.45 | 0.4 |
| Hex | 38 | 80 | 93 | 3E | D | 0 | 2A | C1 | 2D | 28 |
| Octal | 70 | 200 | 223 | 76 | 15 | 0 | 52 | 301 | 55 | 50 |
| Binary | 111000 | 10000000 | 10010011 | 111110 | 1101 | 0 | 101010 | 11000001 | 101101 | 101000 |
Color Harmonies of #388093
Complementary color
Monochromatic Colors of #388093
Black with #388093
Text Example
Text Example
White with #388093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388093; }
p { color: rgb(56,128,147); }
H1.HeaderClassName
{
color: #388093;
}
.AnyTagClassName
{
color: #388093;
}
</style>
background-color css
<style>
a { background-color: #388093; }
a { background-color: rgb(56,128,147); }
div.DivClassName
{
background-color: #388093;
}
.BgClassName
{
background-color: #388093;
}
</style>
border-color css
<style>
span { border-color: #388093; }
span { border-color: rgb(56,128,147); }
td.TdClassName
{
border-color: #388093;
}
.TagClassName
{
border-color: #388093;
}
</style>