Shades of Jelly Bean #367C93
Tints of Jelly Bean #367C93
RGB
CMYK
RGB Variations
Color information
#367C93 (or 0x367C93) is known color: Jelly Bean. HEX triplet: 36, 7C and 93. RGB value is (54,124,147). Sum of RGB (Red+Green+Blue) = 54+124+147=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #367C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367C93 is #C9836C. Grayscale: #696969. Windows color (decimal): -13206381 or 9665590. OLE color: 9665590.
HSL color Cylindrical-coordinate representation of color #367C93: hue angle of 194.84º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #367C93 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 124 | 147 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.42 |
| HSL | 194.84º | 0.46% | 0.39% | - |
| HSV(B) | 194.84º | 0.63% | 0.58% | - |
| XYZ | 14 | 17.31 | 30.21 | - |
| YUV | 105.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 147 | 0.63 | 0.16 | 0 | 0.42 | 194.84 | 0.46 | 0.39 |
| Hex | 36 | 7C | 93 | 3F | 10 | 0 | 2A | C3 | 2E | 27 |
| Octal | 66 | 174 | 223 | 77 | 20 | 0 | 52 | 303 | 56 | 47 |
| Binary | 110110 | 1111100 | 10010011 | 111111 | 10000 | 0 | 101010 | 11000011 | 101110 | 100111 |
Color Harmonies of #367C93
Complementary color
Monochromatic Colors of #367C93
Black with #367C93
Text Example
Text Example
White with #367C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C93; }
p { color: rgb(54,124,147); }
H1.HeaderClassName
{
color: #367C93;
}
.AnyTagClassName
{
color: #367C93;
}
</style>
background-color css
<style>
a { background-color: #367C93; }
a { background-color: rgb(54,124,147); }
div.DivClassName
{
background-color: #367C93;
}
.BgClassName
{
background-color: #367C93;
}
</style>
border-color css
<style>
span { border-color: #367C93; }
span { border-color: rgb(54,124,147); }
td.TdClassName
{
border-color: #367C93;
}
.TagClassName
{
border-color: #367C93;
}
</style>