#387E8C

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

Shades of Jelly Bean #387E8C

Tints of Jelly Bean #387E8C

Color information

#387E8C (or 0x387E8C) is unknown color: approx Jelly Bean. HEX triplet: 38, 7E and 8C. RGB value is (56,126,140). Sum of RGB (Red+Green+Blue) = 56+126+140=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #387E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387E8C is #C78173. Grayscale: #6A6A6A. Windows color (decimal): -13074804 or 9207352. OLE color: 9207352.

HSL color Cylindrical-coordinate representation of color #387E8C: hue angle of 190º 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 #387E8C is Cyan = 0.6, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56126140-
CMYK0.60.1000.45
HSL190º42.86%38.43%-
HSV(B)190º60%54.9%-
XYZ13.8317.6627.49-
YUV106.67146.8191.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 126 (49.61% from 255) = 39.13%
BLUE value IS 140 (55.08% from 255) = 43.48%
R=17.39%
G=39.13%
B=43.48%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561261400.60.1000.4519042.8638.43
Hex387E8C3CA02Dbe2b26
Octal7017621474120552765346
Binary1110001111110100011001111001010010110110111110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,126,140); }

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

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

 a { background-color: rgb(56,126,140); }

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

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

 span { border-color: rgb(56,126,140); }

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