#386086

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

Shades of Matisse #386086

Tints of Matisse #386086

Color information

#386086 (or 0x386086) is unknown color: approx Matisse. HEX triplet: 38, 60 and 86. RGB value is (56,96,134). Sum of RGB (Red+Green+Blue) = 56+96+134=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 134 - color contains mainly: blue. Hex color #386086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386086 is #C79F79. Grayscale: #585858. Windows color (decimal): -13082490 or 8806456. OLE color: 8806456.

HSL color Cylindrical-coordinate representation of color #386086: hue angle of 209.23º 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 #386086 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5696134-
CMYK0.580.2800.47
HSL209.23º41.05%37.25%-
HSV(B)209.23º58.21%52.55%-
XYZ10.1210.9324.13-
YUV88.37153.75104.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 134 (52.73% from 255) = 46.85%
R=19.58%
G=33.57%
B=46.85%

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
Decimal56961340.580.2800.47209.2341.0537.25
Hex3860863A1C02Fd12925
Octal7014020672340573215145
Binary11100011000001000011011101011100010111111010001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386086; }

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

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

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

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

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

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

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

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