Shades of Jelly Bean #398195
Tints of Jelly Bean #398195
RGB
CMYK
RGB Variations
Color information
#398195 (or 0x398195) is known color: Jelly Bean. HEX triplet: 39, 81 and 95. RGB value is (57,129,149). Sum of RGB (Red+Green+Blue) = 57+129+149=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #398195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398195 is #C67E6A. Grayscale: #6D6D6D. Windows color (decimal): -13008491 or 9797945. OLE color: 9797945.
HSL color Cylindrical-coordinate representation of color #398195: hue angle of 193.04º 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 #398195 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 129 | 149 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.42 |
| HSL | 193.04º | 0.45% | 0.4% | - |
| HSV(B) | 193.04º | 0.62% | 0.58% | - |
| XYZ | 14.96 | 18.74 | 31.26 | - |
| YUV | 109.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 129 | 149 | 0.62 | 0.13 | 0 | 0.42 | 193.04 | 0.45 | 0.4 |
| Hex | 39 | 81 | 95 | 3E | D | 0 | 2A | C1 | 2D | 28 |
| Octal | 71 | 201 | 225 | 76 | 15 | 0 | 52 | 301 | 55 | 50 |
| Binary | 111001 | 10000001 | 10010101 | 111110 | 1101 | 0 | 101010 | 11000001 | 101101 | 101000 |
Color Harmonies of #398195
Complementary color
Monochromatic Colors of #398195
Black with #398195
Text Example
Text Example
White with #398195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398195; }
p { color: rgb(57,129,149); }
H1.HeaderClassName
{
color: #398195;
}
.AnyTagClassName
{
color: #398195;
}
</style>
background-color css
<style>
a { background-color: #398195; }
a { background-color: rgb(57,129,149); }
div.DivClassName
{
background-color: #398195;
}
.BgClassName
{
background-color: #398195;
}
</style>
border-color css
<style>
span { border-color: #398195; }
span { border-color: rgb(57,129,149); }
td.TdClassName
{
border-color: #398195;
}
.TagClassName
{
border-color: #398195;
}
</style>