Shades of Jelly Bean #367C8B
Tints of Jelly Bean #367C8B
RGB
CMYK
RGB Variations
Color information
#367C8B (or 0x367C8B) is known color: Jelly Bean. HEX triplet: 36, 7C and 8B. RGB value is (54,124,139). Sum of RGB (Red+Green+Blue) = 54+124+139=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #367C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367C8B is #C98374. Grayscale: #686868. Windows color (decimal): -13206389 or 9141302. OLE color: 9141302.
HSL color Cylindrical-coordinate representation of color #367C8B: hue angle of 190.59º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367C8B is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 124 | 139 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.45 |
| HSL | 190.59º | 0.44% | 0.38% | - |
| HSV(B) | 190.59º | 0.61% | 0.55% | - |
| XYZ | 13.39 | 17.06 | 27.01 | - |
| YUV | 104.78 | 147.31 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 139 | 0.61 | 0.11 | 0 | 0.45 | 190.59 | 0.44 | 0.38 |
| Hex | 36 | 7C | 8B | 3D | B | 0 | 2D | BF | 2C | 26 |
| Octal | 66 | 174 | 213 | 75 | 13 | 0 | 55 | 277 | 54 | 46 |
| Binary | 110110 | 1111100 | 10001011 | 111101 | 1011 | 0 | 101101 | 10111111 | 101100 | 100110 |
Color Harmonies of #367C8B
Complementary color
Monochromatic Colors of #367C8B
Black with #367C8B
Text Example
Text Example
White with #367C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C8B; }
p { color: rgb(54,124,139); }
H1.HeaderClassName
{
color: #367C8B;
}
.AnyTagClassName
{
color: #367C8B;
}
</style>
background-color css
<style>
a { background-color: #367C8B; }
a { background-color: rgb(54,124,139); }
div.DivClassName
{
background-color: #367C8B;
}
.BgClassName
{
background-color: #367C8B;
}
</style>
border-color css
<style>
span { border-color: #367C8B; }
span { border-color: rgb(54,124,139); }
td.TdClassName
{
border-color: #367C8B;
}
.TagClassName
{
border-color: #367C8B;
}
</style>