Shades of Jelly Bean #35808C
Tints of Jelly Bean #35808C
RGB
CMYK
RGB Variations
Color information
#35808C (or 0x35808C) is known color: Jelly Bean. HEX triplet: 35, 80 and 8C. RGB value is (53,128,140). Sum of RGB (Red+Green+Blue) = 53+128+140=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #35808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35808C is #CA7F73. Grayscale: #6A6A6A. Windows color (decimal): -13270900 or 9207861. OLE color: 9207861.
HSL color Cylindrical-coordinate representation of color #35808C: hue angle of 188.28º 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 #35808C is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 128 | 140 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.45 |
| HSL | 188.28º | 0.45% | 0.38% | - |
| HSV(B) | 188.28º | 0.62% | 0.55% | - |
| XYZ | 13.92 | 18.09 | 27.57 | - |
| YUV | 106.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 140 | 0.62 | 0.09 | 0 | 0.45 | 188.28 | 0.45 | 0.38 |
| Hex | 35 | 80 | 8C | 3E | 9 | 0 | 2D | BC | 2D | 26 |
| Octal | 65 | 200 | 214 | 76 | 11 | 0 | 55 | 274 | 55 | 46 |
| Binary | 110101 | 10000000 | 10001100 | 111110 | 1001 | 0 | 101101 | 10111100 | 101101 | 100110 |
Color Harmonies of #35808C
Complementary color
Monochromatic Colors of #35808C
Black with #35808C
Text Example
Text Example
White with #35808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35808C; }
p { color: rgb(53,128,140); }
H1.HeaderClassName
{
color: #35808C;
}
.AnyTagClassName
{
color: #35808C;
}
</style>
background-color css
<style>
a { background-color: #35808C; }
a { background-color: rgb(53,128,140); }
div.DivClassName
{
background-color: #35808C;
}
.BgClassName
{
background-color: #35808C;
}
</style>
border-color css
<style>
span { border-color: #35808C; }
span { border-color: rgb(53,128,140); }
td.TdClassName
{
border-color: #35808C;
}
.TagClassName
{
border-color: #35808C;
}
</style>