Shades of Jelly Bean #398093
Tints of Jelly Bean #398093
RGB
CMYK
RGB Variations
Color information
#398093 (or 0x398093) is known color: Jelly Bean. HEX triplet: 39, 80 and 93. RGB value is (57,128,147). Sum of RGB (Red+Green+Blue) = 57+128+147=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #398093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398093 is #C67F6C. Grayscale: #6C6C6C. Windows color (decimal): -13008749 or 9666617. OLE color: 9666617.
HSL color Cylindrical-coordinate representation of color #398093: hue angle of 192.67º 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 #398093 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 128 | 147 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.42 |
| HSL | 192.67º | 0.44% | 0.4% | - |
| HSV(B) | 192.67º | 0.61% | 0.58% | - |
| XYZ | 14.67 | 18.41 | 30.38 | - |
| YUV | 108.94 | 149.48 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 147 | 0.61 | 0.13 | 0 | 0.42 | 192.67 | 0.44 | 0.4 |
| Hex | 39 | 80 | 93 | 3D | D | 0 | 2A | C1 | 2C | 28 |
| Octal | 71 | 200 | 223 | 75 | 15 | 0 | 52 | 301 | 54 | 50 |
| Binary | 111001 | 10000000 | 10010011 | 111101 | 1101 | 0 | 101010 | 11000001 | 101100 | 101000 |
Color Harmonies of #398093
Complementary color
Monochromatic Colors of #398093
Black with #398093
Text Example
Text Example
White with #398093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398093; }
p { color: rgb(57,128,147); }
H1.HeaderClassName
{
color: #398093;
}
.AnyTagClassName
{
color: #398093;
}
</style>
background-color css
<style>
a { background-color: #398093; }
a { background-color: rgb(57,128,147); }
div.DivClassName
{
background-color: #398093;
}
.BgClassName
{
background-color: #398093;
}
</style>
border-color css
<style>
span { border-color: #398093; }
span { border-color: rgb(57,128,147); }
td.TdClassName
{
border-color: #398093;
}
.TagClassName
{
border-color: #398093;
}
</style>