Shades of Jelly Bean #378290
Tints of Jelly Bean #378290
RGB
CMYK
RGB Variations
Color information
#378290 (or 0x378290) is known color: Jelly Bean. HEX triplet: 37, 82 and 90. RGB value is (55,130,144). Sum of RGB (Red+Green+Blue) = 55+130+144=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #378290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378290 is #C87D6F. Grayscale: #6D6D6D. Windows color (decimal): -13139312 or 9470519. OLE color: 9470519.
HSL color Cylindrical-coordinate representation of color #378290: hue angle of 189.44º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378290 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 130 | 144 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.44 |
| HSL | 189.44º | 0.45% | 0.39% | - |
| HSV(B) | 189.44º | 0.62% | 0.56% | - |
| XYZ | 14.59 | 18.79 | 29.24 | - |
| YUV | 109.17 | 147.65 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 130 | 144 | 0.62 | 0.10 | 0 | 0.44 | 189.44 | 0.45 | 0.39 |
| Hex | 37 | 82 | 90 | 3E | A | 0 | 2C | BD | 2D | 27 |
| Octal | 67 | 202 | 220 | 76 | 12 | 0 | 54 | 275 | 55 | 47 |
| Binary | 110111 | 10000010 | 10010000 | 111110 | 1010 | 0 | 101100 | 10111101 | 101101 | 100111 |
Color Harmonies of #378290
Complementary color
Monochromatic Colors of #378290
Black with #378290
Text Example
Text Example
White with #378290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378290; }
p { color: rgb(55,130,144); }
H1.HeaderClassName
{
color: #378290;
}
.AnyTagClassName
{
color: #378290;
}
</style>
background-color css
<style>
a { background-color: #378290; }
a { background-color: rgb(55,130,144); }
div.DivClassName
{
background-color: #378290;
}
.BgClassName
{
background-color: #378290;
}
</style>
border-color css
<style>
span { border-color: #378290; }
span { border-color: rgb(55,130,144); }
td.TdClassName
{
border-color: #378290;
}
.TagClassName
{
border-color: #378290;
}
</style>