Shades of Jelly Bean #408390
Tints of Jelly Bean #408390
RGB
CMYK
RGB Variations
Color information
#408390 (or 0x408390) is known color: Jelly Bean. HEX triplet: 40, 83 and 90. RGB value is (64,131,144). Sum of RGB (Red+Green+Blue) = 64+131+144=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #408390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408390 is #BF7C6F. Grayscale: #707070. Windows color (decimal): -12549232 or 9470784. OLE color: 9470784.
HSL color Cylindrical-coordinate representation of color #408390: hue angle of 189.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408390 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 131 | 144 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.44 |
| HSL | 189.75º | 0.38% | 0.41% | - |
| HSV(B) | 189.75º | 0.56% | 0.56% | - |
| XYZ | 15.26 | 19.34 | 29.31 | - |
| YUV | 112.45 | 145.8 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 131 | 144 | 0.56 | 0.09 | 0 | 0.44 | 189.75 | 0.38 | 0.41 |
| Hex | 40 | 83 | 90 | 38 | 9 | 0 | 2C | BE | 26 | 29 |
| Octal | 100 | 203 | 220 | 70 | 11 | 0 | 54 | 276 | 46 | 51 |
| Binary | 1000000 | 10000011 | 10010000 | 111000 | 1001 | 0 | 101100 | 10111110 | 100110 | 101001 |
Color Harmonies of #408390
Complementary color
Monochromatic Colors of #408390
Black with #408390
Text Example
Text Example
White with #408390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408390; }
p { color: rgb(64,131,144); }
H1.HeaderClassName
{
color: #408390;
}
.AnyTagClassName
{
color: #408390;
}
</style>
background-color css
<style>
a { background-color: #408390; }
a { background-color: rgb(64,131,144); }
div.DivClassName
{
background-color: #408390;
}
.BgClassName
{
background-color: #408390;
}
</style>
border-color css
<style>
span { border-color: #408390; }
span { border-color: rgb(64,131,144); }
td.TdClassName
{
border-color: #408390;
}
.TagClassName
{
border-color: #408390;
}
</style>