Shades of Jelly Bean #398096
Tints of Jelly Bean #398096
RGB
CMYK
RGB Variations
Color information
#398096 (or 0x398096) is known color: Jelly Bean. HEX triplet: 39, 80 and 96. RGB value is (57,128,150). Sum of RGB (Red+Green+Blue) = 57+128+150=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 150 - color contains mainly: blue. Hex color #398096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398096 is #C67F69. Grayscale: #6D6D6D. Windows color (decimal): -13008746 or 9863225. OLE color: 9863225.
HSL color Cylindrical-coordinate representation of color #398096: hue angle of 194.19º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398096 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 128 | 150 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.41 |
| HSL | 194.19º | 0.45% | 0.41% | - |
| HSV(B) | 194.19º | 0.62% | 0.59% | - |
| XYZ | 14.91 | 18.51 | 31.64 | - |
| YUV | 109.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 128 | 150 | 0.62 | 0.15 | 0 | 0.41 | 194.19 | 0.45 | 0.41 |
| Hex | 39 | 80 | 96 | 3E | F | 0 | 29 | C2 | 2D | 29 |
| Octal | 71 | 200 | 226 | 76 | 17 | 0 | 51 | 302 | 55 | 51 |
| Binary | 111001 | 10000000 | 10010110 | 111110 | 1111 | 0 | 101001 | 11000010 | 101101 | 101001 |
Color Harmonies of #398096
Complementary color
Monochromatic Colors of #398096
Black with #398096
Text Example
Text Example
White with #398096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398096; }
p { color: rgb(57,128,150); }
H1.HeaderClassName
{
color: #398096;
}
.AnyTagClassName
{
color: #398096;
}
</style>
background-color css
<style>
a { background-color: #398096; }
a { background-color: rgb(57,128,150); }
div.DivClassName
{
background-color: #398096;
}
.BgClassName
{
background-color: #398096;
}
</style>
border-color css
<style>
span { border-color: #398096; }
span { border-color: rgb(57,128,150); }
td.TdClassName
{
border-color: #398096;
}
.TagClassName
{
border-color: #398096;
}
</style>