Shades of Jelly Bean #387B93
Tints of Jelly Bean #387B93
RGB
CMYK
RGB Variations
Color information
#387B93 (or 0x387B93) is known color: Jelly Bean. HEX triplet: 38, 7B and 93. RGB value is (56,123,147). Sum of RGB (Red+Green+Blue) = 56+123+147=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #387B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387B93 is #C7846C. Grayscale: #696969. Windows color (decimal): -13075565 or 9665336. OLE color: 9665336.
HSL color Cylindrical-coordinate representation of color #387B93: hue angle of 195.82º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387B93 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 123 | 147 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.42 |
| HSL | 195.82º | 0.45% | 0.4% | - |
| HSV(B) | 195.82º | 0.62% | 0.58% | - |
| XYZ | 13.98 | 17.11 | 30.17 | - |
| YUV | 105.7 | 151.3 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 123 | 147 | 0.62 | 0.16 | 0 | 0.42 | 195.82 | 0.45 | 0.4 |
| Hex | 38 | 7B | 93 | 3E | 10 | 0 | 2A | C4 | 2D | 28 |
| Octal | 70 | 173 | 223 | 76 | 20 | 0 | 52 | 304 | 55 | 50 |
| Binary | 111000 | 1111011 | 10010011 | 111110 | 10000 | 0 | 101010 | 11000100 | 101101 | 101000 |
Color Harmonies of #387B93
Complementary color
Monochromatic Colors of #387B93
Black with #387B93
Text Example
Text Example
White with #387B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #387B93; }
p { color: rgb(56,123,147); }
H1.HeaderClassName
{
color: #387B93;
}
.AnyTagClassName
{
color: #387B93;
}
</style>
background-color css
<style>
a { background-color: #387B93; }
a { background-color: rgb(56,123,147); }
div.DivClassName
{
background-color: #387B93;
}
.BgClassName
{
background-color: #387B93;
}
</style>
border-color css
<style>
span { border-color: #387B93; }
span { border-color: rgb(56,123,147); }
td.TdClassName
{
border-color: #387B93;
}
.TagClassName
{
border-color: #387B93;
}
</style>