#387C8B

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

Shades of Jelly Bean #387C8B

Tints of Jelly Bean #387C8B

Color information

#387C8B (or 0x387C8B) is unknown color: approx Jelly Bean. HEX triplet: 38, 7C and 8B. RGB value is (56,124,139). Sum of RGB (Red+Green+Blue) = 56+124+139=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #387C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C8B is #C78374. Grayscale: #696969. Windows color (decimal): -13075317 or 9141304. OLE color: 9141304.

HSL color Cylindrical-coordinate representation of color #387C8B: hue angle of 190.84º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #387C8B is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56124139-
CMYK0.600.1100.45
HSL190.84º42.56%38.24%-
HSV(B)190.84º59.71%54.51%-
XYZ13.517.1227.02-
YUV105.38146.9792.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=17.55%
G=38.87%
B=43.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561241390.600.1100.45190.8442.5638.24
Hex387C8B3CB02Dbf2b26
Octal7017421374130552775346
Binary1110001111100100010111111001011010110110111111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,124,139); }

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

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

 a { background-color: rgb(56,124,139); }

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

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

 span { border-color: rgb(56,124,139); }

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