Shades of Jelly Bean #377C8E
Tints of Jelly Bean #377C8E
RGB
CMYK
RGB Variations
Color information
#377C8E (or 0x377C8E) is known color: Jelly Bean. HEX triplet: 37, 7C and 8E. RGB value is (55,124,142). Sum of RGB (Red+Green+Blue) = 55+124+142=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #377C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C8E is #C88371. Grayscale: #696969. Windows color (decimal): -13140850 or 9337911. OLE color: 9337911.
HSL color Cylindrical-coordinate representation of color #377C8E: hue angle of 192.41º 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 #377C8E is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 124 | 142 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.44 |
| HSL | 192.41º | 0.44% | 0.39% | - |
| HSV(B) | 192.41º | 0.61% | 0.56% | - |
| XYZ | 13.67 | 17.18 | 28.19 | - |
| YUV | 105.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 142 | 0.61 | 0.13 | 0 | 0.44 | 192.41 | 0.44 | 0.39 |
| Hex | 37 | 7C | 8E | 3D | D | 0 | 2C | C0 | 2C | 27 |
| Octal | 67 | 174 | 216 | 75 | 15 | 0 | 54 | 300 | 54 | 47 |
| Binary | 110111 | 1111100 | 10001110 | 111101 | 1101 | 0 | 101100 | 11000000 | 101100 | 100111 |
Color Harmonies of #377C8E
Complementary color
Monochromatic Colors of #377C8E
Black with #377C8E
Text Example
Text Example
White with #377C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C8E; }
p { color: rgb(55,124,142); }
H1.HeaderClassName
{
color: #377C8E;
}
.AnyTagClassName
{
color: #377C8E;
}
</style>
background-color css
<style>
a { background-color: #377C8E; }
a { background-color: rgb(55,124,142); }
div.DivClassName
{
background-color: #377C8E;
}
.BgClassName
{
background-color: #377C8E;
}
</style>
border-color css
<style>
span { border-color: #377C8E; }
span { border-color: rgb(55,124,142); }
td.TdClassName
{
border-color: #377C8E;
}
.TagClassName
{
border-color: #377C8E;
}
</style>