Shades of Jelly Bean #357E94
Tints of Jelly Bean #357E94
RGB
CMYK
RGB Variations
Color information
#357E94 (or 0x357E94) is known color: Jelly Bean. HEX triplet: 35, 7E and 94. RGB value is (53,126,148). Sum of RGB (Red+Green+Blue) = 53+126+148=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #357E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E94 is #CA816B. Grayscale: #6A6A6A. Windows color (decimal): -13271404 or 9731637. OLE color: 9731637.
HSL color Cylindrical-coordinate representation of color #357E94: hue angle of 193.89º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #357E94 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 126 | 148 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.42 |
| HSL | 193.89º | 0.47% | 0.39% | - |
| HSV(B) | 193.89º | 0.64% | 0.58% | - |
| XYZ | 14.27 | 17.82 | 30.7 | - |
| YUV | 106.68 | 151.32 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 148 | 0.64 | 0.15 | 0 | 0.42 | 193.89 | 0.47 | 0.39 |
| Hex | 35 | 7E | 94 | 40 | F | 0 | 2A | C2 | 2F | 27 |
| Octal | 65 | 176 | 224 | 100 | 17 | 0 | 52 | 302 | 57 | 47 |
| Binary | 110101 | 1111110 | 10010100 | 1000000 | 1111 | 0 | 101010 | 11000010 | 101111 | 100111 |
Color Harmonies of #357E94
Complementary color
Monochromatic Colors of #357E94
Black with #357E94
Text Example
Text Example
White with #357E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E94; }
p { color: rgb(53,126,148); }
H1.HeaderClassName
{
color: #357E94;
}
.AnyTagClassName
{
color: #357E94;
}
</style>
background-color css
<style>
a { background-color: #357E94; }
a { background-color: rgb(53,126,148); }
div.DivClassName
{
background-color: #357E94;
}
.BgClassName
{
background-color: #357E94;
}
</style>
border-color css
<style>
span { border-color: #357E94; }
span { border-color: rgb(53,126,148); }
td.TdClassName
{
border-color: #357E94;
}
.TagClassName
{
border-color: #357E94;
}
</style>