Shades of Jelly Bean #377D9C
Tints of Jelly Bean #377D9C
RGB
CMYK
RGB Variations
Color information
#377D9C (or 0x377D9C) is known color: Jelly Bean. HEX triplet: 37, 7D and 9C. RGB value is (55,125,156). Sum of RGB (Red+Green+Blue) = 55+125+156=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #377D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377D9C is #C88263. Grayscale: #6B6B6B. Windows color (decimal): -13140580 or 10255671. OLE color: 10255671.
HSL color Cylindrical-coordinate representation of color #377D9C: hue angle of 198.42º 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 #377D9C is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 125 | 156 | - |
| CMYK | 0.65 | 0.20 | 0 | 0.39 |
| HSL | 198.42º | 0.48% | 0.41% | - |
| HSV(B) | 198.42º | 0.65% | 0.61% | - |
| XYZ | 14.91 | 17.88 | 34.12 | - |
| YUV | 107.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 125 | 156 | 0.65 | 0.20 | 0 | 0.39 | 198.42 | 0.48 | 0.41 |
| Hex | 37 | 7D | 9C | 41 | 14 | 0 | 27 | C6 | 30 | 29 |
| Octal | 67 | 175 | 234 | 101 | 24 | 0 | 47 | 306 | 60 | 51 |
| Binary | 110111 | 1111101 | 10011100 | 1000001 | 10100 | 0 | 100111 | 11000110 | 110000 | 101001 |
Color Harmonies of #377D9C
Complementary color
Monochromatic Colors of #377D9C
Black with #377D9C
Text Example
Text Example
White with #377D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377D9C; }
p { color: rgb(55,125,156); }
H1.HeaderClassName
{
color: #377D9C;
}
.AnyTagClassName
{
color: #377D9C;
}
</style>
background-color css
<style>
a { background-color: #377D9C; }
a { background-color: rgb(55,125,156); }
div.DivClassName
{
background-color: #377D9C;
}
.BgClassName
{
background-color: #377D9C;
}
</style>
border-color css
<style>
span { border-color: #377D9C; }
span { border-color: rgb(55,125,156); }
td.TdClassName
{
border-color: #377D9C;
}
.TagClassName
{
border-color: #377D9C;
}
</style>