Shades of Jelly Bean #377F8C
Tints of Jelly Bean #377F8C
RGB
CMYK
RGB Variations
Color information
#377F8C (or 0x377F8C) is known color: Jelly Bean. HEX triplet: 37, 7F and 8C. RGB value is (55,127,140). Sum of RGB (Red+Green+Blue) = 55+127+140=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #377F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F8C is #C88073. Grayscale: #6A6A6A. Windows color (decimal): -13140084 or 9207607. OLE color: 9207607.
HSL color Cylindrical-coordinate representation of color #377F8C: hue angle of 189.18º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #377F8C is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 127 | 140 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.45 |
| HSL | 189.18º | 0.44% | 0.38% | - |
| HSV(B) | 189.18º | 0.61% | 0.55% | - |
| XYZ | 13.9 | 17.88 | 27.53 | - |
| YUV | 106.95 | 146.65 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 140 | 0.61 | 0.09 | 0 | 0.45 | 189.18 | 0.44 | 0.38 |
| Hex | 37 | 7F | 8C | 3D | 9 | 0 | 2D | BD | 2C | 26 |
| Octal | 67 | 177 | 214 | 75 | 11 | 0 | 55 | 275 | 54 | 46 |
| Binary | 110111 | 1111111 | 10001100 | 111101 | 1001 | 0 | 101101 | 10111101 | 101100 | 100110 |
Color Harmonies of #377F8C
Complementary color
Monochromatic Colors of #377F8C
Black with #377F8C
Text Example
Text Example
White with #377F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F8C; }
p { color: rgb(55,127,140); }
H1.HeaderClassName
{
color: #377F8C;
}
.AnyTagClassName
{
color: #377F8C;
}
</style>
background-color css
<style>
a { background-color: #377F8C; }
a { background-color: rgb(55,127,140); }
div.DivClassName
{
background-color: #377F8C;
}
.BgClassName
{
background-color: #377F8C;
}
</style>
border-color css
<style>
span { border-color: #377F8C; }
span { border-color: rgb(55,127,140); }
td.TdClassName
{
border-color: #377F8C;
}
.TagClassName
{
border-color: #377F8C;
}
</style>