Shades of Jelly Bean #367998
Tints of Jelly Bean #367998
RGB
CMYK
RGB Variations
Color information
#367998 (or 0x367998) is known color: Jelly Bean. HEX triplet: 36, 79 and 98. RGB value is (54,121,152). Sum of RGB (Red+Green+Blue) = 54+121+152=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #367998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367998 is #C98667. Grayscale: #686868. Windows color (decimal): -13207144 or 9992502. OLE color: 9992502.
HSL color Cylindrical-coordinate representation of color #367998: hue angle of 198.98º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367998 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 121 | 152 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.40 |
| HSL | 198.98º | 0.48% | 0.4% | - |
| HSV(B) | 198.98º | 0.64% | 0.6% | - |
| XYZ | 14.03 | 16.73 | 32.19 | - |
| YUV | 104.5 | 154.8 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 121 | 152 | 0.64 | 0.20 | 0 | 0.40 | 198.98 | 0.48 | 0.4 |
| Hex | 36 | 79 | 98 | 40 | 14 | 0 | 28 | C7 | 30 | 28 |
| Octal | 66 | 171 | 230 | 100 | 24 | 0 | 50 | 307 | 60 | 50 |
| Binary | 110110 | 1111001 | 10011000 | 1000000 | 10100 | 0 | 101000 | 11000111 | 110000 | 101000 |
Color Harmonies of #367998
Complementary color
Monochromatic Colors of #367998
Black with #367998
Text Example
Text Example
White with #367998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367998; }
p { color: rgb(54,121,152); }
H1.HeaderClassName
{
color: #367998;
}
.AnyTagClassName
{
color: #367998;
}
</style>
background-color css
<style>
a { background-color: #367998; }
a { background-color: rgb(54,121,152); }
div.DivClassName
{
background-color: #367998;
}
.BgClassName
{
background-color: #367998;
}
</style>
border-color css
<style>
span { border-color: #367998; }
span { border-color: rgb(54,121,152); }
td.TdClassName
{
border-color: #367998;
}
.TagClassName
{
border-color: #367998;
}
</style>