Shades of Jelly Bean #367F8D
Tints of Jelly Bean #367F8D
RGB
CMYK
RGB Variations
Color information
#367F8D (or 0x367F8D) is known color: Jelly Bean. HEX triplet: 36, 7F and 8D. RGB value is (54,127,141). Sum of RGB (Red+Green+Blue) = 54+127+141=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #367F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367F8D is #C98072. Grayscale: #6A6A6A. Windows color (decimal): -13205619 or 9273142. OLE color: 9273142.
HSL color Cylindrical-coordinate representation of color #367F8D: 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 #367F8D is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 127 | 141 | - |
| 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.92 | 17.89 | 27.92 | - |
| YUV | 106.77 | 147.32 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 141 | 0.62 | 0.10 | 0 | 0.45 | 189.66 | 0.45 | 0.38 |
| Hex | 36 | 7F | 8D | 3E | A | 0 | 2D | BE | 2D | 26 |
| Octal | 66 | 177 | 215 | 76 | 12 | 0 | 55 | 276 | 55 | 46 |
| Binary | 110110 | 1111111 | 10001101 | 111110 | 1010 | 0 | 101101 | 10111110 | 101101 | 100110 |
Color Harmonies of #367F8D
Complementary color
Monochromatic Colors of #367F8D
Black with #367F8D
Text Example
Text Example
White with #367F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F8D; }
p { color: rgb(54,127,141); }
H1.HeaderClassName
{
color: #367F8D;
}
.AnyTagClassName
{
color: #367F8D;
}
</style>
background-color css
<style>
a { background-color: #367F8D; }
a { background-color: rgb(54,127,141); }
div.DivClassName
{
background-color: #367F8D;
}
.BgClassName
{
background-color: #367F8D;
}
</style>
border-color css
<style>
span { border-color: #367F8D; }
span { border-color: rgb(54,127,141); }
td.TdClassName
{
border-color: #367F8D;
}
.TagClassName
{
border-color: #367F8D;
}
</style>