Shades of Jelly Bean #357E8D
Tints of Jelly Bean #357E8D
RGB
CMYK
RGB Variations
Color information
#357E8D (or 0x357E8D) is known color: Jelly Bean. HEX triplet: 35, 7E and 8D. RGB value is (53,126,141). Sum of RGB (Red+Green+Blue) = 53+126+141=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #357E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E8D is #CA8172. Grayscale: #696969. Windows color (decimal): -13271411 or 9272885. OLE color: 9272885.
HSL color Cylindrical-coordinate representation of color #357E8D: hue angle of 190.23º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #357E8D is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 126 | 141 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.45 |
| HSL | 190.23º | 0.45% | 0.38% | - |
| HSV(B) | 190.23º | 0.62% | 0.55% | - |
| XYZ | 13.74 | 17.6 | 27.87 | - |
| YUV | 105.88 | 147.82 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 141 | 0.62 | 0.11 | 0 | 0.45 | 190.23 | 0.45 | 0.38 |
| Hex | 35 | 7E | 8D | 3E | B | 0 | 2D | BE | 2D | 26 |
| Octal | 65 | 176 | 215 | 76 | 13 | 0 | 55 | 276 | 55 | 46 |
| Binary | 110101 | 1111110 | 10001101 | 111110 | 1011 | 0 | 101101 | 10111110 | 101101 | 100110 |
Color Harmonies of #357E8D
Complementary color
Monochromatic Colors of #357E8D
Black with #357E8D
Text Example
Text Example
White with #357E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E8D; }
p { color: rgb(53,126,141); }
H1.HeaderClassName
{
color: #357E8D;
}
.AnyTagClassName
{
color: #357E8D;
}
</style>
background-color css
<style>
a { background-color: #357E8D; }
a { background-color: rgb(53,126,141); }
div.DivClassName
{
background-color: #357E8D;
}
.BgClassName
{
background-color: #357E8D;
}
</style>
border-color css
<style>
span { border-color: #357E8D; }
span { border-color: rgb(53,126,141); }
td.TdClassName
{
border-color: #357E8D;
}
.TagClassName
{
border-color: #357E8D;
}
</style>