Shades of Jelly Bean #378098
Tints of Jelly Bean #378098
RGB
CMYK
RGB Variations
Color information
#378098 (or 0x378098) is known color: Jelly Bean. HEX triplet: 37, 80 and 98. RGB value is (55,128,152). Sum of RGB (Red+Green+Blue) = 55+128+152=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #378098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378098 is #C87F67. Grayscale: #6C6C6C. Windows color (decimal): -13139816 or 9994295. OLE color: 9994295.
HSL color Cylindrical-coordinate representation of color #378098: hue angle of 194.85º 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 #378098 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 128 | 152 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.40 |
| HSL | 194.85º | 0.47% | 0.41% | - |
| HSV(B) | 194.85º | 0.64% | 0.6% | - |
| XYZ | 14.96 | 18.52 | 32.49 | - |
| YUV | 108.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 152 | 0.64 | 0.16 | 0 | 0.40 | 194.85 | 0.47 | 0.41 |
| Hex | 37 | 80 | 98 | 40 | 10 | 0 | 28 | C3 | 2F | 29 |
| Octal | 67 | 200 | 230 | 100 | 20 | 0 | 50 | 303 | 57 | 51 |
| Binary | 110111 | 10000000 | 10011000 | 1000000 | 10000 | 0 | 101000 | 11000011 | 101111 | 101001 |
Color Harmonies of #378098
Complementary color
Monochromatic Colors of #378098
Black with #378098
Text Example
Text Example
White with #378098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #378098; }
p { color: rgb(55,128,152); }
H1.HeaderClassName
{
color: #378098;
}
.AnyTagClassName
{
color: #378098;
}
</style>
background-color css
<style>
a { background-color: #378098; }
a { background-color: rgb(55,128,152); }
div.DivClassName
{
background-color: #378098;
}
.BgClassName
{
background-color: #378098;
}
</style>
border-color css
<style>
span { border-color: #378098; }
span { border-color: rgb(55,128,152); }
td.TdClassName
{
border-color: #378098;
}
.TagClassName
{
border-color: #378098;
}
</style>