#386186

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

Shades of Matisse #386186

Tints of Matisse #386186

Color information

#386186 (or 0x386186) is unknown color: approx Matisse. HEX triplet: 38, 61 and 86. RGB value is (56,97,134). Sum of RGB (Red+Green+Blue) = 56+97+134=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 134 - color contains mainly: blue. Hex color #386186 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386186 is #C79E79. Grayscale: #585858. Windows color (decimal): -13082234 or 8806712. OLE color: 8806712.

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

Color convert

RGB5697134-
CMYK0.580.2800.47
HSL208.46º41.05%37.25%-
HSV(B)208.46º58.21%52.55%-
XYZ10.2111.1124.16-
YUV88.96153.42104.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=19.51%
G=33.80%
B=46.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56971340.580.2800.47208.4641.0537.25
Hex3861863A1C02Fd02925
Octal7014120672340573205145
Binary11100011000011000011011101011100010111111010000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386186; }

 p { color: rgb(56,97,134); }

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

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

 a { background-color: rgb(56,97,134); }

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

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

 span { border-color: rgb(56,97,134); }

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