Shades of Jelly Bean #367E8D
Tints of Jelly Bean #367E8D
RGB
CMYK
RGB Variations
Color information
#367E8D (or 0x367E8D) is known color: Jelly Bean. HEX triplet: 36, 7E and 8D. RGB value is (54,126,141). Sum of RGB (Red+Green+Blue) = 54+126+141=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #367E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367E8D is #C98172. Grayscale: #6A6A6A. Windows color (decimal): -13205875 or 9272886. OLE color: 9272886.
HSL color Cylindrical-coordinate representation of color #367E8D: hue angle of 190.34º 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 #367E8D is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 126 | 141 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.45 |
| HSL | 190.34º | 0.45% | 0.38% | - |
| HSV(B) | 190.34º | 0.62% | 0.55% | - |
| XYZ | 13.79 | 17.63 | 27.88 | - |
| YUV | 106.18 | 147.65 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 141 | 0.62 | 0.11 | 0 | 0.45 | 190.34 | 0.45 | 0.38 |
| Hex | 36 | 7E | 8D | 3E | B | 0 | 2D | BE | 2D | 26 |
| Octal | 66 | 176 | 215 | 76 | 13 | 0 | 55 | 276 | 55 | 46 |
| Binary | 110110 | 1111110 | 10001101 | 111110 | 1011 | 0 | 101101 | 10111110 | 101101 | 100110 |
Color Harmonies of #367E8D
Complementary color
Monochromatic Colors of #367E8D
Black with #367E8D
Text Example
Text Example
White with #367E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367E8D; }
p { color: rgb(54,126,141); }
H1.HeaderClassName
{
color: #367E8D;
}
.AnyTagClassName
{
color: #367E8D;
}
</style>
background-color css
<style>
a { background-color: #367E8D; }
a { background-color: rgb(54,126,141); }
div.DivClassName
{
background-color: #367E8D;
}
.BgClassName
{
background-color: #367E8D;
}
</style>
border-color css
<style>
span { border-color: #367E8D; }
span { border-color: rgb(54,126,141); }
td.TdClassName
{
border-color: #367E8D;
}
.TagClassName
{
border-color: #367E8D;
}
</style>