Shades of Jelly Bean #388190
Tints of Jelly Bean #388190
RGB
CMYK
RGB Variations
Color information
#388190 (or 0x388190) is known color: Jelly Bean. HEX triplet: 38, 81 and 90. RGB value is (56,129,144). Sum of RGB (Red+Green+Blue) = 56+129+144=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #388190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388190 is #C77E6F. Grayscale: #6C6C6C. Windows color (decimal): -13074032 or 9470264. OLE color: 9470264.
HSL color Cylindrical-coordinate representation of color #388190: hue angle of 190.23º 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 #388190 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 129 | 144 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.44 |
| HSL | 190.23º | 0.44% | 0.39% | - |
| HSV(B) | 190.23º | 0.61% | 0.56% | - |
| XYZ | 14.52 | 18.55 | 29.2 | - |
| YUV | 108.88 | 147.82 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 144 | 0.61 | 0.10 | 0 | 0.44 | 190.23 | 0.44 | 0.39 |
| Hex | 38 | 81 | 90 | 3D | A | 0 | 2C | BE | 2C | 27 |
| Octal | 70 | 201 | 220 | 75 | 12 | 0 | 54 | 276 | 54 | 47 |
| Binary | 111000 | 10000001 | 10010000 | 111101 | 1010 | 0 | 101100 | 10111110 | 101100 | 100111 |
Color Harmonies of #388190
Complementary color
Monochromatic Colors of #388190
Black with #388190
Text Example
Text Example
White with #388190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388190; }
p { color: rgb(56,129,144); }
H1.HeaderClassName
{
color: #388190;
}
.AnyTagClassName
{
color: #388190;
}
</style>
background-color css
<style>
a { background-color: #388190; }
a { background-color: rgb(56,129,144); }
div.DivClassName
{
background-color: #388190;
}
.BgClassName
{
background-color: #388190;
}
</style>
border-color css
<style>
span { border-color: #388190; }
span { border-color: rgb(56,129,144); }
td.TdClassName
{
border-color: #388190;
}
.TagClassName
{
border-color: #388190;
}
</style>