Shades of Jelly Bean #357E90
Tints of Jelly Bean #357E90
RGB
CMYK
RGB Variations
Color information
#357E90 (or 0x357E90) is known color: Jelly Bean. HEX triplet: 35, 7E and 90. RGB value is (53,126,144). Sum of RGB (Red+Green+Blue) = 53+126+144=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #357E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E90 is #CA816F. Grayscale: #6A6A6A. Windows color (decimal): -13271408 or 9469493. OLE color: 9469493.
HSL color Cylindrical-coordinate representation of color #357E90: hue angle of 191.87º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #357E90 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 126 | 144 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.44 |
| HSL | 191.87º | 0.46% | 0.39% | - |
| HSV(B) | 191.87º | 0.63% | 0.56% | - |
| XYZ | 13.96 | 17.69 | 29.06 | - |
| YUV | 106.23 | 149.32 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 144 | 0.63 | 0.12 | 0 | 0.44 | 191.87 | 0.46 | 0.39 |
| Hex | 35 | 7E | 90 | 3F | C | 0 | 2C | C0 | 2E | 27 |
| Octal | 65 | 176 | 220 | 77 | 14 | 0 | 54 | 300 | 56 | 47 |
| Binary | 110101 | 1111110 | 10010000 | 111111 | 1100 | 0 | 101100 | 11000000 | 101110 | 100111 |
Color Harmonies of #357E90
Complementary color
Monochromatic Colors of #357E90
Black with #357E90
Text Example
Text Example
White with #357E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E90; }
p { color: rgb(53,126,144); }
H1.HeaderClassName
{
color: #357E90;
}
.AnyTagClassName
{
color: #357E90;
}
</style>
background-color css
<style>
a { background-color: #357E90; }
a { background-color: rgb(53,126,144); }
div.DivClassName
{
background-color: #357E90;
}
.BgClassName
{
background-color: #357E90;
}
</style>
border-color css
<style>
span { border-color: #357E90; }
span { border-color: rgb(53,126,144); }
td.TdClassName
{
border-color: #357E90;
}
.TagClassName
{
border-color: #357E90;
}
</style>