Shades of Jelly Bean #377C93
Tints of Jelly Bean #377C93
RGB
CMYK
RGB Variations
Color information
#377C93 (or 0x377C93) is known color: Jelly Bean. HEX triplet: 37, 7C and 93. RGB value is (55,124,147). Sum of RGB (Red+Green+Blue) = 55+124+147=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #377C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C93 is #C8836C. Grayscale: #696969. Windows color (decimal): -13140845 or 9665591. OLE color: 9665591.
HSL color Cylindrical-coordinate representation of color #377C93: hue angle of 195º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #377C93 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 124 | 147 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.42 |
| HSL | 195º | 0.46% | 0.4% | - |
| HSV(B) | 195º | 0.63% | 0.58% | - |
| XYZ | 14.05 | 17.33 | 30.21 | - |
| YUV | 105.99 | 151.14 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 124 | 147 | 0.63 | 0.16 | 0 | 0.42 | 195 | 0.46 | 0.4 |
| Hex | 37 | 7C | 93 | 3F | 10 | 0 | 2A | C3 | 2E | 28 |
| Octal | 67 | 174 | 223 | 77 | 20 | 0 | 52 | 303 | 56 | 50 |
| Binary | 110111 | 1111100 | 10010011 | 111111 | 10000 | 0 | 101010 | 11000011 | 101110 | 101000 |
Color Harmonies of #377C93
Complementary color
Monochromatic Colors of #377C93
Black with #377C93
Text Example
Text Example
White with #377C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377C93; }
p { color: rgb(55,124,147); }
H1.HeaderClassName
{
color: #377C93;
}
.AnyTagClassName
{
color: #377C93;
}
</style>
background-color css
<style>
a { background-color: #377C93; }
a { background-color: rgb(55,124,147); }
div.DivClassName
{
background-color: #377C93;
}
.BgClassName
{
background-color: #377C93;
}
</style>
border-color css
<style>
span { border-color: #377C93; }
span { border-color: rgb(55,124,147); }
td.TdClassName
{
border-color: #377C93;
}
.TagClassName
{
border-color: #377C93;
}
</style>