Shades of Jelly Bean #367D9A
Tints of Jelly Bean #367D9A
RGB
CMYK
RGB Variations
Color information
#367D9A (or 0x367D9A) is known color: Jelly Bean. HEX triplet: 36, 7D and 9A. RGB value is (54,125,154). Sum of RGB (Red+Green+Blue) = 54+125+154=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #367D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D9A is #C98265. Grayscale: #6A6A6A. Windows color (decimal): -13206118 or 10124598. OLE color: 10124598.
HSL color Cylindrical-coordinate representation of color #367D9A: hue angle of 197.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #367D9A is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 125 | 154 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.40 |
| HSL | 197.4º | 0.48% | 0.41% | - |
| HSV(B) | 197.4º | 0.65% | 0.6% | - |
| XYZ | 14.69 | 17.78 | 33.23 | - |
| YUV | 107.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 154 | 0.65 | 0.19 | 0 | 0.40 | 197.4 | 0.48 | 0.41 |
| Hex | 36 | 7D | 9A | 41 | 13 | 0 | 28 | C5 | 30 | 29 |
| Octal | 66 | 175 | 232 | 101 | 23 | 0 | 50 | 305 | 60 | 51 |
| Binary | 110110 | 1111101 | 10011010 | 1000001 | 10011 | 0 | 101000 | 11000101 | 110000 | 101001 |
Color Harmonies of #367D9A
Complementary color
Monochromatic Colors of #367D9A
Black with #367D9A
Text Example
Text Example
White with #367D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367D9A; }
p { color: rgb(54,125,154); }
H1.HeaderClassName
{
color: #367D9A;
}
.AnyTagClassName
{
color: #367D9A;
}
</style>
background-color css
<style>
a { background-color: #367D9A; }
a { background-color: rgb(54,125,154); }
div.DivClassName
{
background-color: #367D9A;
}
.BgClassName
{
background-color: #367D9A;
}
</style>
border-color css
<style>
span { border-color: #367D9A; }
span { border-color: rgb(54,125,154); }
td.TdClassName
{
border-color: #367D9A;
}
.TagClassName
{
border-color: #367D9A;
}
</style>