Shades of Jelly Bean #368095
Tints of Jelly Bean #368095
RGB
CMYK
RGB Variations
Color information
#368095 (or 0x368095) is known color: Jelly Bean. HEX triplet: 36, 80 and 95. RGB value is (54,128,149). Sum of RGB (Red+Green+Blue) = 54+128+149=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #368095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368095 is #C97F6A. Grayscale: #6C6C6C. Windows color (decimal): -13205355 or 9797686. OLE color: 9797686.
HSL color Cylindrical-coordinate representation of color #368095: hue angle of 193.26º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368095 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 54 | 128 | 149 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.42 |
| HSL | 193.26º | 0.47% | 0.4% | - |
| HSV(B) | 193.26º | 0.64% | 0.58% | - |
| XYZ | 14.67 | 18.39 | 31.21 | - |
| YUV | 108.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 149 | 0.64 | 0.14 | 0 | 0.42 | 193.26 | 0.47 | 0.4 |
| Hex | 36 | 80 | 95 | 40 | E | 0 | 2A | C1 | 2F | 28 |
| Octal | 66 | 200 | 225 | 100 | 16 | 0 | 52 | 301 | 57 | 50 |
| Binary | 110110 | 10000000 | 10010101 | 1000000 | 1110 | 0 | 101010 | 11000001 | 101111 | 101000 |
Color Harmonies of #368095
Complementary color
Monochromatic Colors of #368095
Black with #368095
Text Example
Text Example
White with #368095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368095; }
p { color: rgb(54,128,149); }
H1.HeaderClassName
{
color: #368095;
}
.AnyTagClassName
{
color: #368095;
}
</style>
background-color css
<style>
a { background-color: #368095; }
a { background-color: rgb(54,128,149); }
div.DivClassName
{
background-color: #368095;
}
.BgClassName
{
background-color: #368095;
}
</style>
border-color css
<style>
span { border-color: #368095; }
span { border-color: rgb(54,128,149); }
td.TdClassName
{
border-color: #368095;
}
.TagClassName
{
border-color: #368095;
}
</style>