Shades of Jelly Bean #377898
Tints of Jelly Bean #377898
RGB
CMYK
RGB Variations
Color information
#377898 (or 0x377898) is known color: Jelly Bean. HEX triplet: 37, 78 and 98. RGB value is (55,120,152). Sum of RGB (Red+Green+Blue) = 55+120+152=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #377898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377898 is #C88767. Grayscale: #686868. Windows color (decimal): -13141864 or 9992247. OLE color: 9992247.
HSL color Cylindrical-coordinate representation of color #377898: hue angle of 199.79º 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 #377898 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 120 | 152 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.40 |
| HSL | 199.79º | 0.47% | 0.41% | - |
| HSV(B) | 199.79º | 0.64% | 0.6% | - |
| XYZ | 13.96 | 16.51 | 32.16 | - |
| YUV | 104.21 | 154.97 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 120 | 152 | 0.64 | 0.21 | 0 | 0.40 | 199.79 | 0.47 | 0.41 |
| Hex | 37 | 78 | 98 | 40 | 15 | 0 | 28 | C8 | 2F | 29 |
| Octal | 67 | 170 | 230 | 100 | 25 | 0 | 50 | 310 | 57 | 51 |
| Binary | 110111 | 1111000 | 10011000 | 1000000 | 10101 | 0 | 101000 | 11001000 | 101111 | 101001 |
Color Harmonies of #377898
Complementary color
Monochromatic Colors of #377898
Black with #377898
Text Example
Text Example
White with #377898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377898; }
p { color: rgb(55,120,152); }
H1.HeaderClassName
{
color: #377898;
}
.AnyTagClassName
{
color: #377898;
}
</style>
background-color css
<style>
a { background-color: #377898; }
a { background-color: rgb(55,120,152); }
div.DivClassName
{
background-color: #377898;
}
.BgClassName
{
background-color: #377898;
}
</style>
border-color css
<style>
span { border-color: #377898; }
span { border-color: rgb(55,120,152); }
td.TdClassName
{
border-color: #377898;
}
.TagClassName
{
border-color: #377898;
}
</style>