Shades of Jelly Bean #377F98
Tints of Jelly Bean #377F98
RGB
CMYK
RGB Variations
Color information
#377F98 (or 0x377F98) is known color: Jelly Bean. HEX triplet: 37, 7F and 98. RGB value is (55,127,152). Sum of RGB (Red+Green+Blue) = 55+127+152=334 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.47% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #377F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F98 is #C88067. Grayscale: #6C6C6C. Windows color (decimal): -13140072 or 9994039. OLE color: 9994039.
HSL color Cylindrical-coordinate representation of color #377F98: hue angle of 195.46º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #377F98 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 127 | 152 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.40 |
| HSL | 195.46º | 0.47% | 0.41% | - |
| HSV(B) | 195.46º | 0.64% | 0.6% | - |
| XYZ | 14.83 | 18.26 | 32.45 | - |
| YUV | 108.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 152 | 0.64 | 0.16 | 0 | 0.40 | 195.46 | 0.47 | 0.41 |
| Hex | 37 | 7F | 98 | 40 | 10 | 0 | 28 | C3 | 2F | 29 |
| Octal | 67 | 177 | 230 | 100 | 20 | 0 | 50 | 303 | 57 | 51 |
| Binary | 110111 | 1111111 | 10011000 | 1000000 | 10000 | 0 | 101000 | 11000011 | 101111 | 101001 |
Color Harmonies of #377F98
Complementary color
Monochromatic Colors of #377F98
Black with #377F98
Text Example
Text Example
White with #377F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F98; }
p { color: rgb(55,127,152); }
H1.HeaderClassName
{
color: #377F98;
}
.AnyTagClassName
{
color: #377F98;
}
</style>
background-color css
<style>
a { background-color: #377F98; }
a { background-color: rgb(55,127,152); }
div.DivClassName
{
background-color: #377F98;
}
.BgClassName
{
background-color: #377F98;
}
</style>
border-color css
<style>
span { border-color: #377F98; }
span { border-color: rgb(55,127,152); }
td.TdClassName
{
border-color: #377F98;
}
.TagClassName
{
border-color: #377F98;
}
</style>