Shades of Jelly Bean #36818D
Tints of Jelly Bean #36818D
RGB
CMYK
RGB Variations
Color information
#36818D (or 0x36818D) is known color: Jelly Bean. HEX triplet: 36, 81 and 8D. RGB value is (54,129,141). Sum of RGB (Red+Green+Blue) = 54+129+141=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #36818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36818D is #C97E72. Grayscale: #6B6B6B. Windows color (decimal): -13205107 or 9273654. OLE color: 9273654.
HSL color Cylindrical-coordinate representation of color #36818D: 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 #36818D is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 129 | 141 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.45 |
| HSL | 188.28º | 0.45% | 0.38% | - |
| HSV(B) | 188.28º | 0.62% | 0.55% | - |
| XYZ | 14.18 | 18.41 | 28.01 | - |
| YUV | 107.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 129 | 141 | 0.62 | 0.09 | 0 | 0.45 | 188.28 | 0.45 | 0.38 |
| Hex | 36 | 81 | 8D | 3E | 9 | 0 | 2D | BC | 2D | 26 |
| Octal | 66 | 201 | 215 | 76 | 11 | 0 | 55 | 274 | 55 | 46 |
| Binary | 110110 | 10000001 | 10001101 | 111110 | 1001 | 0 | 101101 | 10111100 | 101101 | 100110 |
Color Harmonies of #36818D
Complementary color
Monochromatic Colors of #36818D
Black with #36818D
Text Example
Text Example
White with #36818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36818D; }
p { color: rgb(54,129,141); }
H1.HeaderClassName
{
color: #36818D;
}
.AnyTagClassName
{
color: #36818D;
}
</style>
background-color css
<style>
a { background-color: #36818D; }
a { background-color: rgb(54,129,141); }
div.DivClassName
{
background-color: #36818D;
}
.BgClassName
{
background-color: #36818D;
}
</style>
border-color css
<style>
span { border-color: #36818D; }
span { border-color: rgb(54,129,141); }
td.TdClassName
{
border-color: #36818D;
}
.TagClassName
{
border-color: #36818D;
}
</style>