#386389

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

Shades of Matisse #386389

Tints of Matisse #386389

Color information

#386389 (or 0x386389) is unknown color: approx Matisse. HEX triplet: 38, 63 and 89. RGB value is (56,99,137). Sum of RGB (Red+Green+Blue) = 56+99+137=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #386389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386389 is #C79C76. Grayscale: #5A5A5A. Windows color (decimal): -13081719 or 9003832. OLE color: 9003832.

HSL color Cylindrical-coordinate representation of color #386389: hue angle of 208.15º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386389 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5699137-
CMYK0.590.2800.46
HSL208.15º41.97%37.84%-
HSV(B)208.15º59.12%53.73%-
XYZ10.6111.5725.34-
YUV90.48154.25103.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 137 (53.91% from 255) = 46.92%
R=19.18%
G=33.90%
B=46.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56991370.590.2800.46208.1541.9737.84
Hex3863893B1C02Ed02a26
Octal7014321173340563205246
Binary11100011000111000100111101111100010111011010000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386389; }

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

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

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

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

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

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

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

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