Shades of Jelly Bean #398094
Tints of Jelly Bean #398094
RGB
CMYK
RGB Variations
Color information
#398094 (or 0x398094) is known color: Jelly Bean. HEX triplet: 39, 80 and 94. RGB value is (57,128,148). Sum of RGB (Red+Green+Blue) = 57+128+148=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #398094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398094 is #C67F6B. Grayscale: #6C6C6C. Windows color (decimal): -13008748 or 9732153. OLE color: 9732153.
HSL color Cylindrical-coordinate representation of color #398094: hue angle of 193.19º 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 #398094 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 128 | 148 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.42 |
| HSL | 193.19º | 0.44% | 0.4% | - |
| HSV(B) | 193.19º | 0.61% | 0.58% | - |
| XYZ | 14.75 | 18.45 | 30.8 | - |
| YUV | 109.05 | 149.98 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 148 | 0.61 | 0.14 | 0 | 0.42 | 193.19 | 0.44 | 0.4 |
| Hex | 39 | 80 | 94 | 3D | E | 0 | 2A | C1 | 2C | 28 |
| Octal | 71 | 200 | 224 | 75 | 16 | 0 | 52 | 301 | 54 | 50 |
| Binary | 111001 | 10000000 | 10010100 | 111101 | 1110 | 0 | 101010 | 11000001 | 101100 | 101000 |
Color Harmonies of #398094
Complementary color
Monochromatic Colors of #398094
Black with #398094
Text Example
Text Example
White with #398094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398094; }
p { color: rgb(57,128,148); }
H1.HeaderClassName
{
color: #398094;
}
.AnyTagClassName
{
color: #398094;
}
</style>
background-color css
<style>
a { background-color: #398094; }
a { background-color: rgb(57,128,148); }
div.DivClassName
{
background-color: #398094;
}
.BgClassName
{
background-color: #398094;
}
</style>
border-color css
<style>
span { border-color: #398094; }
span { border-color: rgb(57,128,148); }
td.TdClassName
{
border-color: #398094;
}
.TagClassName
{
border-color: #398094;
}
</style>