Shades of Jelly Bean #377E8E
Tints of Jelly Bean #377E8E
RGB
CMYK
RGB Variations
Color information
#377E8E (or 0x377E8E) is known color: Jelly Bean. HEX triplet: 37, 7E and 8E. RGB value is (55,126,142). Sum of RGB (Red+Green+Blue) = 55+126+142=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #377E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377E8E is #C88171. Grayscale: #6A6A6A. Windows color (decimal): -13140338 or 9338423. OLE color: 9338423.
HSL color Cylindrical-coordinate representation of color #377E8E: hue angle of 191.03º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #377E8E is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 126 | 142 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.44 |
| HSL | 191.03º | 0.44% | 0.39% | - |
| HSV(B) | 191.03º | 0.61% | 0.56% | - |
| XYZ | 13.92 | 17.69 | 28.27 | - |
| YUV | 106.6 | 147.98 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 126 | 142 | 0.61 | 0.11 | 0 | 0.44 | 191.03 | 0.44 | 0.39 |
| Hex | 37 | 7E | 8E | 3D | B | 0 | 2C | BF | 2C | 27 |
| Octal | 67 | 176 | 216 | 75 | 13 | 0 | 54 | 277 | 54 | 47 |
| Binary | 110111 | 1111110 | 10001110 | 111101 | 1011 | 0 | 101100 | 10111111 | 101100 | 100111 |
Color Harmonies of #377E8E
Complementary color
Monochromatic Colors of #377E8E
Black with #377E8E
Text Example
Text Example
White with #377E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377E8E; }
p { color: rgb(55,126,142); }
H1.HeaderClassName
{
color: #377E8E;
}
.AnyTagClassName
{
color: #377E8E;
}
</style>
background-color css
<style>
a { background-color: #377E8E; }
a { background-color: rgb(55,126,142); }
div.DivClassName
{
background-color: #377E8E;
}
.BgClassName
{
background-color: #377E8E;
}
</style>
border-color css
<style>
span { border-color: #377E8E; }
span { border-color: rgb(55,126,142); }
td.TdClassName
{
border-color: #377E8E;
}
.TagClassName
{
border-color: #377E8E;
}
</style>