#387D8A

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

Shades of Jelly Bean #387D8A

Tints of Jelly Bean #387D8A

Color information

#387D8A (or 0x387D8A) is unknown color: approx Jelly Bean. HEX triplet: 38, 7D and 8A. RGB value is (56,125,138). Sum of RGB (Red+Green+Blue) = 56+125+138=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 138 - color contains mainly: blue. Hex color #387D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387D8A is #C78275. Grayscale: #696969. Windows color (decimal): -13075062 or 9076024. OLE color: 9076024.

HSL color Cylindrical-coordinate representation of color #387D8A: hue angle of 189.51º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387D8A is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB56125138-
CMYK0.590.0900.46
HSL189.51º42.27%38.04%-
HSV(B)189.51º59.42%54.12%-
XYZ13.5517.3426.68-
YUV105.85146.1492.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 138 (54.30% from 255) = 43.26%
R=17.55%
G=39.18%
B=43.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal561251380.590.0900.46189.5142.2738.04
Hex387D8A3B902Ebe2a26
Octal7017521273110562765246
Binary1110001111101100010101110111001010111010111110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,125,138); }

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

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

 a { background-color: rgb(56,125,138); }

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

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

 span { border-color: rgb(56,125,138); }

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