#387994

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

Shades of Jelly Bean #387994

Tints of Jelly Bean #387994

Color information

#387994 (or 0x387994) is unknown color: approx Jelly Bean. HEX triplet: 38, 79 and 94. RGB value is (56,121,148). Sum of RGB (Red+Green+Blue) = 56+121+148=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #387994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387994 is #C7866B. Grayscale: #686868. Windows color (decimal): -13076076 or 9730360. OLE color: 9730360.

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

Color convert

RGB56121148-
CMYK0.620.1800.42
HSL197.61º45.1%40%-
HSV(B)197.61º62.16%58.04%-
XYZ13.8116.6530.5-
YUV104.64152.4793.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=17.23%
G=37.23%
B=45.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561211480.620.1800.42197.6145.140
Hex3879943E1202Ac62d28
Octal7017122476220523065550
Binary11100011110011001010011111010010010101011000110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387994; }

 p { color: rgb(56,121,148); }

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

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

 a { background-color: rgb(56,121,148); }

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

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

 span { border-color: rgb(56,121,148); }

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