Shades of Jelly Bean #398192
Tints of Jelly Bean #398192
RGB
CMYK
RGB Variations
Color information
#398192 (or 0x398192) is known color: Jelly Bean. HEX triplet: 39, 81 and 92. RGB value is (57,129,146). Sum of RGB (Red+Green+Blue) = 57+129+146=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #398192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398192 is #C67E6D. Grayscale: #6D6D6D. Windows color (decimal): -13008494 or 9601337. OLE color: 9601337.
HSL color Cylindrical-coordinate representation of color #398192: hue angle of 191.46º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #398192 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 129 | 146 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.43 |
| HSL | 191.46º | 0.44% | 0.4% | - |
| HSV(B) | 191.46º | 0.61% | 0.57% | - |
| XYZ | 14.73 | 18.65 | 30.02 | - |
| YUV | 109.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 129 | 146 | 0.61 | 0.12 | 0 | 0.43 | 191.46 | 0.44 | 0.4 |
| Hex | 39 | 81 | 92 | 3D | C | 0 | 2B | BF | 2C | 28 |
| Octal | 71 | 201 | 222 | 75 | 14 | 0 | 53 | 277 | 54 | 50 |
| Binary | 111001 | 10000001 | 10010010 | 111101 | 1100 | 0 | 101011 | 10111111 | 101100 | 101000 |
Color Harmonies of #398192
Complementary color
Monochromatic Colors of #398192
Black with #398192
Text Example
Text Example
White with #398192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398192; }
p { color: rgb(57,129,146); }
H1.HeaderClassName
{
color: #398192;
}
.AnyTagClassName
{
color: #398192;
}
</style>
background-color css
<style>
a { background-color: #398192; }
a { background-color: rgb(57,129,146); }
div.DivClassName
{
background-color: #398192;
}
.BgClassName
{
background-color: #398192;
}
</style>
border-color css
<style>
span { border-color: #398192; }
span { border-color: rgb(57,129,146); }
td.TdClassName
{
border-color: #398192;
}
.TagClassName
{
border-color: #398192;
}
</style>