Shades of Jelly Bean #387990
Tints of Jelly Bean #387990
RGB
CMYK
RGB Variations
Color information
#387990 (or 0x387990) is known color: Jelly Bean. HEX triplet: 38, 79 and 90. RGB value is (56,121,144). Sum of RGB (Red+Green+Blue) = 56+121+144=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #387990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387990 is #C7866F. Grayscale: #686868. Windows color (decimal): -13076080 or 9468216. OLE color: 9468216.
HSL color Cylindrical-coordinate representation of color #387990: hue angle of 195.68º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #387990 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 121 | 144 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.44 |
| HSL | 195.68º | 0.44% | 0.39% | - |
| HSV(B) | 195.68º | 0.61% | 0.56% | - |
| XYZ | 13.5 | 16.53 | 28.86 | - |
| YUV | 104.19 | 150.47 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 121 | 144 | 0.61 | 0.16 | 0 | 0.44 | 195.68 | 0.44 | 0.39 |
| Hex | 38 | 79 | 90 | 3D | 10 | 0 | 2C | C4 | 2C | 27 |
| Octal | 70 | 171 | 220 | 75 | 20 | 0 | 54 | 304 | 54 | 47 |
| Binary | 111000 | 1111001 | 10010000 | 111101 | 10000 | 0 | 101100 | 11000100 | 101100 | 100111 |
Color Harmonies of #387990
Complementary color
Monochromatic Colors of #387990
Black with #387990
Text Example
Text Example
White with #387990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387990; }
p { color: rgb(56,121,144); }
H1.HeaderClassName
{
color: #387990;
}
.AnyTagClassName
{
color: #387990;
}
</style>
background-color css
<style>
a { background-color: #387990; }
a { background-color: rgb(56,121,144); }
div.DivClassName
{
background-color: #387990;
}
.BgClassName
{
background-color: #387990;
}
</style>
border-color css
<style>
span { border-color: #387990; }
span { border-color: rgb(56,121,144); }
td.TdClassName
{
border-color: #387990;
}
.TagClassName
{
border-color: #387990;
}
</style>