#387B9B

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

Shades of Jelly Bean #387B9B

Tints of Jelly Bean #387B9B

Color information

#387B9B (or 0x387B9B) is unknown color: approx Jelly Bean. HEX triplet: 38, 7B and 9B. RGB value is (56,123,155). Sum of RGB (Red+Green+Blue) = 56+123+155=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #387B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387B9B is #C78464. Grayscale: #6A6A6A. Windows color (decimal): -13075557 or 10189624. OLE color: 10189624.

HSL color Cylindrical-coordinate representation of color #387B9B: hue angle of 199.39º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #387B9B is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56123155-
CMYK0.640.2100.39
HSL199.39º46.92%41.37%-
HSV(B)199.39º63.87%60.78%-
XYZ14.6317.3733.59-
YUV106.62155.391.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 123 (48.44% from 255) = 36.83%
BLUE value IS 155 (60.94% from 255) = 46.41%
R=16.77%
G=36.83%
B=46.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561231550.640.2100.39199.3946.9241.37
Hex387B9B4015027c72f29
Octal70173233100250473075751
Binary111000111101110011011100000010101010011111000111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,123,155); }

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

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

 a { background-color: rgb(56,123,155); }

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

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

 span { border-color: rgb(56,123,155); }

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