#387A93

Color #387A93 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #387A93

Tints of Jelly Bean #387A93

Color information

#387A93 (or 0x387A93) is unknown color: approx Jelly Bean. HEX triplet: 38, 7A and 93. RGB value is (56,122,147). Sum of RGB (Red+Green+Blue) = 56+122+147=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #387A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A93 is #C7856C. Grayscale: #686868. Windows color (decimal): -13075821 or 9665080. OLE color: 9665080.

HSL color Cylindrical-coordinate representation of color #387A93: hue angle of 196.48º 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 #387A93 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56122147-
CMYK0.620.1700.42
HSL196.48º44.83%39.8%-
HSV(B)196.48º61.9%57.65%-
XYZ13.8616.8730.13-
YUV105.12151.6392.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=17.23%
G=37.54%
B=45.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561221470.620.1700.42196.4844.8339.8
Hex387A933E1102Ac42d28
Octal7017222376210523045550
Binary11100011110101001001111111010001010101011000100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387A93; }

 p { color: rgb(56,122,147); }

 H1.HeaderClassName
 {
   color: #387A93;
 }
 .AnyTagClassName
 {
   color: #387A93;
 }
</style>
background-color css

<style>
 a { background-color: #387A93; }

 a { background-color: rgb(56,122,147); }

 div.DivClassName
 {
   background-color: #387A93;
 }
 .BgClassName
 {
   background-color: #387A93;
 }
</style>
border-color css

<style>
 span { border-color: #387A93; }

 span { border-color: rgb(56,122,147); }

 td.TdClassName
 {
   border-color: #387A93;
 }
 .TagClassName
 {
   border-color: #387A93;
 }
</style>