Shades of Jelly Bean #378196
Tints of Jelly Bean #378196
RGB
CMYK
RGB Variations
Color information
#378196 (or 0x378196) is known color: Jelly Bean. HEX triplet: 37, 81 and 96. RGB value is (55,129,150). Sum of RGB (Red+Green+Blue) = 55+129+150=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #378196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378196 is #C87E69. Grayscale: #6D6D6D. Windows color (decimal): -13139562 or 9863479. OLE color: 9863479.
HSL color Cylindrical-coordinate representation of color #378196: hue angle of 193.26º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378196 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 129 | 150 | - |
| CMYK | 0.63 | 0.14 | 0 | 0.41 |
| HSL | 193.26º | 0.46% | 0.4% | - |
| HSV(B) | 193.26º | 0.63% | 0.59% | - |
| XYZ | 14.93 | 18.71 | 31.68 | - |
| YUV | 109.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 129 | 150 | 0.63 | 0.14 | 0 | 0.41 | 193.26 | 0.46 | 0.4 |
| Hex | 37 | 81 | 96 | 3F | E | 0 | 29 | C1 | 2E | 28 |
| Octal | 67 | 201 | 226 | 77 | 16 | 0 | 51 | 301 | 56 | 50 |
| Binary | 110111 | 10000001 | 10010110 | 111111 | 1110 | 0 | 101001 | 11000001 | 101110 | 101000 |
Color Harmonies of #378196
Complementary color
Monochromatic Colors of #378196
Black with #378196
Text Example
Text Example
White with #378196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378196; }
p { color: rgb(55,129,150); }
H1.HeaderClassName
{
color: #378196;
}
.AnyTagClassName
{
color: #378196;
}
</style>
background-color css
<style>
a { background-color: #378196; }
a { background-color: rgb(55,129,150); }
div.DivClassName
{
background-color: #378196;
}
.BgClassName
{
background-color: #378196;
}
</style>
border-color css
<style>
span { border-color: #378196; }
span { border-color: rgb(55,129,150); }
td.TdClassName
{
border-color: #378196;
}
.TagClassName
{
border-color: #378196;
}
</style>