#386584

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

Shades of Matisse #386584

Tints of Matisse #386584

Color information

#386584 (or 0x386584) is unknown color: approx Matisse. HEX triplet: 38, 65 and 84. RGB value is (56,101,132). Sum of RGB (Red+Green+Blue) = 56+101+132=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #386584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386584 is #C79A7B. Grayscale: #5A5A5A. Windows color (decimal): -13081212 or 8676664. OLE color: 8676664.

HSL color Cylindrical-coordinate representation of color #386584: hue angle of 204.47º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #386584 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB56101132-
CMYK0.580.2300.48
HSL204.47º40.43%36.86%-
HSV(B)204.47º57.58%51.76%-
XYZ10.4511.8123.56-
YUV91.08151.09102.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=19.38%
G=34.95%
B=45.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561011320.580.2300.48204.4740.4336.86
Hex3865843A17030cc2825
Octal7014520472270603145045
Binary11100011001011000010011101010111011000011001100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386584; }

 p { color: rgb(56,101,132); }

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

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

 a { background-color: rgb(56,101,132); }

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

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

 span { border-color: rgb(56,101,132); }

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