Shades of Jelly Bean #398293
Tints of Jelly Bean #398293
RGB
CMYK
RGB Variations
Color information
#398293 (or 0x398293) is known color: Jelly Bean. HEX triplet: 39, 82 and 93. RGB value is (57,130,147). Sum of RGB (Red+Green+Blue) = 57+130+147=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #398293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398293 is #C67D6C. Grayscale: #6D6D6D. Windows color (decimal): -13008237 or 9667129. OLE color: 9667129.
HSL color Cylindrical-coordinate representation of color #398293: hue angle of 191.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #398293 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 130 | 147 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.42 |
| HSL | 191.33º | 0.44% | 0.4% | - |
| HSV(B) | 191.33º | 0.61% | 0.58% | - |
| XYZ | 14.94 | 18.94 | 30.47 | - |
| YUV | 110.11 | 148.82 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 147 | 0.61 | 0.12 | 0 | 0.42 | 191.33 | 0.44 | 0.4 |
| Hex | 39 | 82 | 93 | 3D | C | 0 | 2A | BF | 2C | 28 |
| Octal | 71 | 202 | 223 | 75 | 14 | 0 | 52 | 277 | 54 | 50 |
| Binary | 111001 | 10000010 | 10010011 | 111101 | 1100 | 0 | 101010 | 10111111 | 101100 | 101000 |
Color Harmonies of #398293
Complementary color
Monochromatic Colors of #398293
Black with #398293
Text Example
Text Example
White with #398293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398293; }
p { color: rgb(57,130,147); }
H1.HeaderClassName
{
color: #398293;
}
.AnyTagClassName
{
color: #398293;
}
</style>
background-color css
<style>
a { background-color: #398293; }
a { background-color: rgb(57,130,147); }
div.DivClassName
{
background-color: #398293;
}
.BgClassName
{
background-color: #398293;
}
</style>
border-color css
<style>
span { border-color: #398293; }
span { border-color: rgb(57,130,147); }
td.TdClassName
{
border-color: #398293;
}
.TagClassName
{
border-color: #398293;
}
</style>