Shades of Jelly Bean #377C97
Tints of Jelly Bean #377C97
RGB
CMYK
RGB Variations
Color information
#377C97 (or 0x377C97) is known color: Jelly Bean. HEX triplet: 37, 7C and 97. RGB value is (55,124,151). Sum of RGB (Red+Green+Blue) = 55+124+151=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #377C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C97 is #C88368. Grayscale: #6A6A6A. Windows color (decimal): -13140841 or 9927735. OLE color: 9927735.
HSL color Cylindrical-coordinate representation of color #377C97: hue angle of 196.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #377C97 is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 124 | 151 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.41 |
| HSL | 196.88º | 0.47% | 0.4% | - |
| HSV(B) | 196.88º | 0.64% | 0.59% | - |
| XYZ | 14.37 | 17.46 | 31.89 | - |
| YUV | 106.45 | 153.14 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 151 | 0.64 | 0.18 | 0 | 0.41 | 196.88 | 0.47 | 0.4 |
| Hex | 37 | 7C | 97 | 40 | 12 | 0 | 29 | C5 | 2F | 28 |
| Octal | 67 | 174 | 227 | 100 | 22 | 0 | 51 | 305 | 57 | 50 |
| Binary | 110111 | 1111100 | 10010111 | 1000000 | 10010 | 0 | 101001 | 11000101 | 101111 | 101000 |
Color Harmonies of #377C97
Complementary color
Monochromatic Colors of #377C97
Black with #377C97
Text Example
Text Example
White with #377C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C97; }
p { color: rgb(55,124,151); }
H1.HeaderClassName
{
color: #377C97;
}
.AnyTagClassName
{
color: #377C97;
}
</style>
background-color css
<style>
a { background-color: #377C97; }
a { background-color: rgb(55,124,151); }
div.DivClassName
{
background-color: #377C97;
}
.BgClassName
{
background-color: #377C97;
}
</style>
border-color css
<style>
span { border-color: #377C97; }
span { border-color: rgb(55,124,151); }
td.TdClassName
{
border-color: #377C97;
}
.TagClassName
{
border-color: #377C97;
}
</style>