#387996

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

Shades of Jelly Bean #387996

Tints of Jelly Bean #387996

Color information

#387996 (or 0x387996) is unknown color: approx Jelly Bean. HEX triplet: 38, 79 and 96. RGB value is (56,121,150). Sum of RGB (Red+Green+Blue) = 56+121+150=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #387996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387996 is #C78669. Grayscale: #686868. Windows color (decimal): -13076074 or 9861432. OLE color: 9861432.

HSL color Cylindrical-coordinate representation of color #387996: hue angle of 198.51º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #387996 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB56121150-
CMYK0.630.1900.41
HSL198.51º45.63%40.39%-
HSV(B)198.51º62.67%58.82%-
XYZ13.9716.7231.34-
YUV104.87153.4793.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=17.13%
G=37.00%
B=45.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561211500.630.1900.41198.5145.6340.39
Hex3879963F13029c72e28
Octal7017122677230513075650
Binary11100011110011001011011111110011010100111000111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387996; }

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

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

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

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

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

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

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

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