Shades of Jelly Bean #377F8D
Tints of Jelly Bean #377F8D
RGB
CMYK
RGB Variations
Color information
#377F8D (or 0x377F8D) is known color: Jelly Bean. HEX triplet: 37, 7F and 8D. RGB value is (55,127,141). Sum of RGB (Red+Green+Blue) = 55+127+141=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #377F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F8D is #C88072. Grayscale: #6A6A6A. Windows color (decimal): -13140083 or 9273143. OLE color: 9273143.
HSL color Cylindrical-coordinate representation of color #377F8D: hue angle of 189.77º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #377F8D is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 127 | 141 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.45 |
| HSL | 189.77º | 0.44% | 0.38% | - |
| HSV(B) | 189.77º | 0.61% | 0.55% | - |
| XYZ | 13.97 | 17.91 | 27.92 | - |
| YUV | 107.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 141 | 0.61 | 0.10 | 0 | 0.45 | 189.77 | 0.44 | 0.38 |
| Hex | 37 | 7F | 8D | 3D | A | 0 | 2D | BE | 2C | 26 |
| Octal | 67 | 177 | 215 | 75 | 12 | 0 | 55 | 276 | 54 | 46 |
| Binary | 110111 | 1111111 | 10001101 | 111101 | 1010 | 0 | 101101 | 10111110 | 101100 | 100110 |
Color Harmonies of #377F8D
Complementary color
Monochromatic Colors of #377F8D
Black with #377F8D
Text Example
Text Example
White with #377F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F8D; }
p { color: rgb(55,127,141); }
H1.HeaderClassName
{
color: #377F8D;
}
.AnyTagClassName
{
color: #377F8D;
}
</style>
background-color css
<style>
a { background-color: #377F8D; }
a { background-color: rgb(55,127,141); }
div.DivClassName
{
background-color: #377F8D;
}
.BgClassName
{
background-color: #377F8D;
}
</style>
border-color css
<style>
span { border-color: #377F8D; }
span { border-color: rgb(55,127,141); }
td.TdClassName
{
border-color: #377F8D;
}
.TagClassName
{
border-color: #377F8D;
}
</style>