Shades of Jelly Bean #378293
Tints of Jelly Bean #378293
RGB
CMYK
RGB Variations
Color information
#378293 (or 0x378293) is known color: Jelly Bean. HEX triplet: 37, 82 and 93. RGB value is (55,130,147). Sum of RGB (Red+Green+Blue) = 55+130+147=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #378293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378293 is #C87D6C. Grayscale: #6D6D6D. Windows color (decimal): -13139309 or 9667127. OLE color: 9667127.
HSL color Cylindrical-coordinate representation of color #378293: hue angle of 191.09º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378293 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 130 | 147 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.42 |
| HSL | 191.09º | 0.46% | 0.4% | - |
| HSV(B) | 191.09º | 0.63% | 0.58% | - |
| XYZ | 14.82 | 18.88 | 30.47 | - |
| YUV | 109.51 | 149.15 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 147 | 0.63 | 0.12 | 0 | 0.42 | 191.09 | 0.46 | 0.4 |
| Hex | 37 | 82 | 93 | 3F | C | 0 | 2A | BF | 2E | 28 |
| Octal | 67 | 202 | 223 | 77 | 14 | 0 | 52 | 277 | 56 | 50 |
| Binary | 110111 | 10000010 | 10010011 | 111111 | 1100 | 0 | 101010 | 10111111 | 101110 | 101000 |
Color Harmonies of #378293
Complementary color
Monochromatic Colors of #378293
Black with #378293
Text Example
Text Example
White with #378293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378293; }
p { color: rgb(55,130,147); }
H1.HeaderClassName
{
color: #378293;
}
.AnyTagClassName
{
color: #378293;
}
</style>
background-color css
<style>
a { background-color: #378293; }
a { background-color: rgb(55,130,147); }
div.DivClassName
{
background-color: #378293;
}
.BgClassName
{
background-color: #378293;
}
</style>
border-color css
<style>
span { border-color: #378293; }
span { border-color: rgb(55,130,147); }
td.TdClassName
{
border-color: #378293;
}
.TagClassName
{
border-color: #378293;
}
</style>