Shades of Jelly Bean #387A99
Tints of Jelly Bean #387A99
RGB
CMYK
RGB Variations
Color information
#387A99 (or 0x387A99) is known color: Jelly Bean. HEX triplet: 38, 7A and 99. RGB value is (56,122,153). Sum of RGB (Red+Green+Blue) = 56+122+153=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #387A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A99 is #C78566. Grayscale: #696969. Windows color (decimal): -13075815 or 10058296. OLE color: 10058296.
HSL color Cylindrical-coordinate representation of color #387A99: hue angle of 199.18º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #387A99 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 122 | 153 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.4 |
| HSL | 199.18º | 0.46% | 0.41% | - |
| HSV(B) | 199.18º | 0.63% | 0.6% | - |
| XYZ | 14.34 | 17.06 | 32.67 | - |
| YUV | 105.8 | 154.63 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 153 | 0.63 | 0.20 | 0 | 0.4 | 199.18 | 0.46 | 0.41 |
| Hex | 38 | 7A | 99 | 3F | 14 | 0 | 28 | C7 | 2E | 29 |
| Octal | 70 | 172 | 231 | 77 | 24 | 0 | 50 | 307 | 56 | 51 |
| Binary | 111000 | 1111010 | 10011001 | 111111 | 10100 | 0 | 101000 | 11000111 | 101110 | 101001 |
Color Harmonies of #387A99
Complementary color
Monochromatic Colors of #387A99
Black with #387A99
Text Example
Text Example
White with #387A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387A99; }
p { color: rgb(56,122,153); }
H1.HeaderClassName
{
color: #387A99;
}
.AnyTagClassName
{
color: #387A99;
}
</style>
background-color css
<style>
a { background-color: #387A99; }
a { background-color: rgb(56,122,153); }
div.DivClassName
{
background-color: #387A99;
}
.BgClassName
{
background-color: #387A99;
}
</style>
border-color css
<style>
span { border-color: #387A99; }
span { border-color: rgb(56,122,153); }
td.TdClassName
{
border-color: #387A99;
}
.TagClassName
{
border-color: #387A99;
}
</style>