#386387

Color #386387 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #386387

Tints of Matisse #386387

Color information

#386387 (or 0x386387) is unknown color: approx Matisse. HEX triplet: 38, 63 and 87. RGB value is (56,99,135). Sum of RGB (Red+Green+Blue) = 56+99+135=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 135 (53.12% from 255 or 46.55% from 290); Max value from RGB is 135 - color contains mainly: blue. Hex color #386387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386387 is #C79C78. Grayscale: #5A5A5A. Windows color (decimal): -13081721 or 8872760. OLE color: 8872760.

HSL color Cylindrical-coordinate representation of color #386387: hue angle of 207.34º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386387 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5699135-
CMYK0.590.2700.47
HSL207.34º41.36%37.45%-
HSV(B)207.34º58.52%52.94%-
XYZ10.4711.5124.59-
YUV90.25153.25103.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 135 (53.12% from 255) = 46.55%
R=19.31%
G=34.14%
B=46.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56991350.590.2700.47207.3441.3637.45
Hex3863873B1B02Fcf2925
Octal7014320773330573175145
Binary11100011000111000011111101111011010111111001111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386387; }

 p { color: rgb(56,99,135); }

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

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

 a { background-color: rgb(56,99,135); }

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

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

 span { border-color: rgb(56,99,135); }

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