Shades of Jelly Bean #377F9B
Tints of Jelly Bean #377F9B
RGB
CMYK
RGB Variations
Color information
#377F9B (or 0x377F9B) is known color: Jelly Bean. HEX triplet: 37, 7F and 9B. RGB value is (55,127,155). Sum of RGB (Red+Green+Blue) = 55+127+155=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #377F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F9B is #C88064. Grayscale: #6C6C6C. Windows color (decimal): -13140069 or 10190647. OLE color: 10190647.
HSL color Cylindrical-coordinate representation of color #377F9B: hue angle of 196.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #377F9B is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 127 | 155 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.39 |
| HSL | 196.8º | 0.48% | 0.41% | - |
| HSV(B) | 196.8º | 0.65% | 0.61% | - |
| XYZ | 15.08 | 18.36 | 33.76 | - |
| YUV | 108.66 | 154.15 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 155 | 0.65 | 0.18 | 0 | 0.39 | 196.8 | 0.48 | 0.41 |
| Hex | 37 | 7F | 9B | 41 | 12 | 0 | 27 | C5 | 30 | 29 |
| Octal | 67 | 177 | 233 | 101 | 22 | 0 | 47 | 305 | 60 | 51 |
| Binary | 110111 | 1111111 | 10011011 | 1000001 | 10010 | 0 | 100111 | 11000101 | 110000 | 101001 |
Color Harmonies of #377F9B
Complementary color
Monochromatic Colors of #377F9B
Black with #377F9B
Text Example
Text Example
White with #377F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F9B; }
p { color: rgb(55,127,155); }
H1.HeaderClassName
{
color: #377F9B;
}
.AnyTagClassName
{
color: #377F9B;
}
</style>
background-color css
<style>
a { background-color: #377F9B; }
a { background-color: rgb(55,127,155); }
div.DivClassName
{
background-color: #377F9B;
}
.BgClassName
{
background-color: #377F9B;
}
</style>
border-color css
<style>
span { border-color: #377F9B; }
span { border-color: rgb(55,127,155); }
td.TdClassName
{
border-color: #377F9B;
}
.TagClassName
{
border-color: #377F9B;
}
</style>