#387E91

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

Shades of Jelly Bean #387E91

Tints of Jelly Bean #387E91

Color information

#387E91 (or 0x387E91) is unknown color: approx Jelly Bean. HEX triplet: 38, 7E and 91. RGB value is (56,126,145). Sum of RGB (Red+Green+Blue) = 56+126+145=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #387E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387E91 is #C7816E. Grayscale: #6B6B6B. Windows color (decimal): -13074799 or 9535032. OLE color: 9535032.

HSL color Cylindrical-coordinate representation of color #387E91: hue angle of 192.81º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #387E91 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB56126145-
CMYK0.610.1300.43
HSL192.81º44.28%39.41%-
HSV(B)192.81º61.38%56.86%-
XYZ14.217.8129.48-
YUV107.24149.3191.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 126 (49.61% from 255) = 38.53%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=17.13%
G=38.53%
B=44.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561261450.610.1300.43192.8144.2839.41
Hex387E913DD02Bc12c27
Octal7017622175150533015447
Binary1110001111110100100011111011101010101111000001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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