Shades of Jelly Bean #377F8F
Tints of Jelly Bean #377F8F
RGB
CMYK
RGB Variations
Color information
#377F8F (or 0x377F8F) is known color: Jelly Bean. HEX triplet: 37, 7F and 8F. RGB value is (55,127,143). Sum of RGB (Red+Green+Blue) = 55+127+143=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 143 - color contains mainly: blue. Hex color #377F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F8F is #C88070. Grayscale: #6B6B6B. Windows color (decimal): -13140081 or 9404215. OLE color: 9404215.
HSL color Cylindrical-coordinate representation of color #377F8F: hue angle of 190.91º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #377F8F is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 127 | 143 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.44 |
| HSL | 190.91º | 0.44% | 0.39% | - |
| HSV(B) | 190.91º | 0.62% | 0.56% | - |
| XYZ | 14.12 | 17.97 | 28.71 | - |
| YUV | 107.3 | 148.15 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 127 | 143 | 0.62 | 0.11 | 0 | 0.44 | 190.91 | 0.44 | 0.39 |
| Hex | 37 | 7F | 8F | 3E | B | 0 | 2C | BF | 2C | 27 |
| Octal | 67 | 177 | 217 | 76 | 13 | 0 | 54 | 277 | 54 | 47 |
| Binary | 110111 | 1111111 | 10001111 | 111110 | 1011 | 0 | 101100 | 10111111 | 101100 | 100111 |
Color Harmonies of #377F8F
Complementary color
Monochromatic Colors of #377F8F
Black with #377F8F
Text Example
Text Example
White with #377F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #377F8F; }
p { color: rgb(55,127,143); }
H1.HeaderClassName
{
color: #377F8F;
}
.AnyTagClassName
{
color: #377F8F;
}
</style>
background-color css
<style>
a { background-color: #377F8F; }
a { background-color: rgb(55,127,143); }
div.DivClassName
{
background-color: #377F8F;
}
.BgClassName
{
background-color: #377F8F;
}
</style>
border-color css
<style>
span { border-color: #377F8F; }
span { border-color: rgb(55,127,143); }
td.TdClassName
{
border-color: #377F8F;
}
.TagClassName
{
border-color: #377F8F;
}
</style>