Shades of Jelly Bean #357E8C
Tints of Jelly Bean #357E8C
RGB
CMYK
RGB Variations
Color information
#357E8C (or 0x357E8C) is known color: Jelly Bean. HEX triplet: 35, 7E and 8C. RGB value is (53,126,140). Sum of RGB (Red+Green+Blue) = 53+126+140=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #357E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E8C is #CA8173. Grayscale: #696969. Windows color (decimal): -13271412 or 9207349. OLE color: 9207349.
HSL color Cylindrical-coordinate representation of color #357E8C: hue angle of 189.66º 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 #357E8C is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 126 | 140 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.45 |
| HSL | 189.66º | 0.45% | 0.38% | - |
| HSV(B) | 189.66º | 0.62% | 0.55% | - |
| XYZ | 13.66 | 17.57 | 27.48 | - |
| YUV | 105.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 140 | 0.62 | 0.10 | 0 | 0.45 | 189.66 | 0.45 | 0.38 |
| Hex | 35 | 7E | 8C | 3E | A | 0 | 2D | BE | 2D | 26 |
| Octal | 65 | 176 | 214 | 76 | 12 | 0 | 55 | 276 | 55 | 46 |
| Binary | 110101 | 1111110 | 10001100 | 111110 | 1010 | 0 | 101101 | 10111110 | 101101 | 100110 |
Color Harmonies of #357E8C
Complementary color
Monochromatic Colors of #357E8C
Black with #357E8C
Text Example
Text Example
White with #357E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357E8C; }
p { color: rgb(53,126,140); }
H1.HeaderClassName
{
color: #357E8C;
}
.AnyTagClassName
{
color: #357E8C;
}
</style>
background-color css
<style>
a { background-color: #357E8C; }
a { background-color: rgb(53,126,140); }
div.DivClassName
{
background-color: #357E8C;
}
.BgClassName
{
background-color: #357E8C;
}
</style>
border-color css
<style>
span { border-color: #357E8C; }
span { border-color: rgb(53,126,140); }
td.TdClassName
{
border-color: #357E8C;
}
.TagClassName
{
border-color: #357E8C;
}
</style>