Shades of Jelly Bean #377C99
Tints of Jelly Bean #377C99
RGB
CMYK
RGB Variations
Color information
#377C99 (or 0x377C99) is known color: Jelly Bean. HEX triplet: 37, 7C and 99. RGB value is (55,124,153). Sum of RGB (Red+Green+Blue) = 55+124+153=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #377C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C99 is #C88366. Grayscale: #6A6A6A. Windows color (decimal): -13140839 or 10058807. OLE color: 10058807.
HSL color Cylindrical-coordinate representation of color #377C99: hue angle of 197.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #377C99 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 124 | 153 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.4 |
| HSL | 197.76º | 0.47% | 0.41% | - |
| HSV(B) | 197.76º | 0.64% | 0.6% | - |
| XYZ | 14.53 | 17.53 | 32.75 | - |
| YUV | 106.68 | 154.14 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 153 | 0.64 | 0.19 | 0 | 0.4 | 197.76 | 0.47 | 0.41 |
| Hex | 37 | 7C | 99 | 40 | 13 | 0 | 28 | C6 | 2F | 29 |
| Octal | 67 | 174 | 231 | 100 | 23 | 0 | 50 | 306 | 57 | 51 |
| Binary | 110111 | 1111100 | 10011001 | 1000000 | 10011 | 0 | 101000 | 11000110 | 101111 | 101001 |
Color Harmonies of #377C99
Complementary color
Monochromatic Colors of #377C99
Black with #377C99
Text Example
Text Example
White with #377C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C99; }
p { color: rgb(55,124,153); }
H1.HeaderClassName
{
color: #377C99;
}
.AnyTagClassName
{
color: #377C99;
}
</style>
background-color css
<style>
a { background-color: #377C99; }
a { background-color: rgb(55,124,153); }
div.DivClassName
{
background-color: #377C99;
}
.BgClassName
{
background-color: #377C99;
}
</style>
border-color css
<style>
span { border-color: #377C99; }
span { border-color: rgb(55,124,153); }
td.TdClassName
{
border-color: #377C99;
}
.TagClassName
{
border-color: #377C99;
}
</style>