#386182

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

Shades of Matisse #386182

Tints of Matisse #386182

Color information

#386182 (or 0x386182) is unknown color: approx Matisse. HEX triplet: 38, 61 and 82. RGB value is (56,97,130). Sum of RGB (Red+Green+Blue) = 56+97+130=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #386182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386182 is #C79E7D. Grayscale: #585858. Windows color (decimal): -13082238 or 8544568. OLE color: 8544568.

HSL color Cylindrical-coordinate representation of color #386182: hue angle of 206.76º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #386182 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5697130-
CMYK0.570.2500.49
HSL206.76º39.78%36.47%-
HSV(B)206.76º56.92%50.98%-
XYZ9.931122.72-
YUV88.5151.42104.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=19.79%
G=34.28%
B=45.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56971300.570.2500.49206.7639.7836.47
Hex3861823919031cf2824
Octal7014120271310613175044
Binary11100011000011000001011100111001011000111001111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386182; }

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

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

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

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

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

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

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

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