Shades of Jelly Bean #367D89
Tints of Jelly Bean #367D89
RGB
CMYK
RGB Variations
Color information
#367D89 (or 0x367D89) is known color: Jelly Bean. HEX triplet: 36, 7D and 89. RGB value is (54,125,137). Sum of RGB (Red+Green+Blue) = 54+125+137=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #367D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D89 is #C98276. Grayscale: #696969. Windows color (decimal): -13206135 or 9010486. OLE color: 9010486.
HSL color Cylindrical-coordinate representation of color #367D89: hue angle of 188.67º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367D89 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 125 | 137 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.46 |
| HSL | 188.67º | 0.43% | 0.37% | - |
| HSV(B) | 188.67º | 0.61% | 0.54% | - |
| XYZ | 13.37 | 17.26 | 26.29 | - |
| YUV | 105.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 137 | 0.61 | 0.09 | 0 | 0.46 | 188.67 | 0.43 | 0.37 |
| Hex | 36 | 7D | 89 | 3D | 9 | 0 | 2E | BD | 2B | 25 |
| Octal | 66 | 175 | 211 | 75 | 11 | 0 | 56 | 275 | 53 | 45 |
| Binary | 110110 | 1111101 | 10001001 | 111101 | 1001 | 0 | 101110 | 10111101 | 101011 | 100101 |
Color Harmonies of #367D89
Complementary color
Monochromatic Colors of #367D89
Black with #367D89
Text Example
Text Example
White with #367D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367D89; }
p { color: rgb(54,125,137); }
H1.HeaderClassName
{
color: #367D89;
}
.AnyTagClassName
{
color: #367D89;
}
</style>
background-color css
<style>
a { background-color: #367D89; }
a { background-color: rgb(54,125,137); }
div.DivClassName
{
background-color: #367D89;
}
.BgClassName
{
background-color: #367D89;
}
</style>
border-color css
<style>
span { border-color: #367D89; }
span { border-color: rgb(54,125,137); }
td.TdClassName
{
border-color: #367D89;
}
.TagClassName
{
border-color: #367D89;
}
</style>