Shades of Jelly Bean #387A9A
Tints of Jelly Bean #387A9A
RGB
CMYK
RGB Variations
Color information
#387A9A (or 0x387A9A) is known color: Jelly Bean. HEX triplet: 38, 7A and 9A. RGB value is (56,122,154). Sum of RGB (Red+Green+Blue) = 56+122+154=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #387A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A9A is #C78565. Grayscale: #696969. Windows color (decimal): -13075814 or 10123832. OLE color: 10123832.
HSL color Cylindrical-coordinate representation of color #387A9A: hue angle of 199.59º 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 #387A9A is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 122 | 154 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.40 |
| HSL | 199.59º | 0.47% | 0.41% | - |
| HSV(B) | 199.59º | 0.64% | 0.6% | - |
| XYZ | 14.42 | 17.09 | 33.11 | - |
| YUV | 105.91 | 155.13 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 122 | 154 | 0.64 | 0.21 | 0 | 0.40 | 199.59 | 0.47 | 0.41 |
| Hex | 38 | 7A | 9A | 40 | 15 | 0 | 28 | C8 | 2F | 29 |
| Octal | 70 | 172 | 232 | 100 | 25 | 0 | 50 | 310 | 57 | 51 |
| Binary | 111000 | 1111010 | 10011010 | 1000000 | 10101 | 0 | 101000 | 11001000 | 101111 | 101001 |
Color Harmonies of #387A9A
Complementary color
Monochromatic Colors of #387A9A
Black with #387A9A
Text Example
Text Example
White with #387A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387A9A; }
p { color: rgb(56,122,154); }
H1.HeaderClassName
{
color: #387A9A;
}
.AnyTagClassName
{
color: #387A9A;
}
</style>
background-color css
<style>
a { background-color: #387A9A; }
a { background-color: rgb(56,122,154); }
div.DivClassName
{
background-color: #387A9A;
}
.BgClassName
{
background-color: #387A9A;
}
</style>
border-color css
<style>
span { border-color: #387A9A; }
span { border-color: rgb(56,122,154); }
td.TdClassName
{
border-color: #387A9A;
}
.TagClassName
{
border-color: #387A9A;
}
</style>