Shades of Jelly Bean #357D8D
Tints of Jelly Bean #357D8D
RGB
CMYK
RGB Variations
Color information
#357D8D (or 0x357D8D) is known color: Jelly Bean. HEX triplet: 35, 7D and 8D. RGB value is (53,125,141). Sum of RGB (Red+Green+Blue) = 53+125+141=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #357D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D8D is #CA8272. Grayscale: #696969. Windows color (decimal): -13271667 or 9272629. OLE color: 9272629.
HSL color Cylindrical-coordinate representation of color #357D8D: hue angle of 190.91º 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 #357D8D is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 125 | 141 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.45 |
| HSL | 190.91º | 0.45% | 0.38% | - |
| HSV(B) | 190.91º | 0.62% | 0.55% | - |
| XYZ | 13.61 | 17.35 | 27.83 | - |
| YUV | 105.3 | 148.15 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 141 | 0.62 | 0.11 | 0 | 0.45 | 190.91 | 0.45 | 0.38 |
| Hex | 35 | 7D | 8D | 3E | B | 0 | 2D | BF | 2D | 26 |
| Octal | 65 | 175 | 215 | 76 | 13 | 0 | 55 | 277 | 55 | 46 |
| Binary | 110101 | 1111101 | 10001101 | 111110 | 1011 | 0 | 101101 | 10111111 | 101101 | 100110 |
Color Harmonies of #357D8D
Complementary color
Monochromatic Colors of #357D8D
Black with #357D8D
Text Example
Text Example
White with #357D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D8D; }
p { color: rgb(53,125,141); }
H1.HeaderClassName
{
color: #357D8D;
}
.AnyTagClassName
{
color: #357D8D;
}
</style>
background-color css
<style>
a { background-color: #357D8D; }
a { background-color: rgb(53,125,141); }
div.DivClassName
{
background-color: #357D8D;
}
.BgClassName
{
background-color: #357D8D;
}
</style>
border-color css
<style>
span { border-color: #357D8D; }
span { border-color: rgb(53,125,141); }
td.TdClassName
{
border-color: #357D8D;
}
.TagClassName
{
border-color: #357D8D;
}
</style>