#386280

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

Shades of Matisse #386280

Tints of Matisse #386280

Color information

#386280 (or 0x386280) is unknown color: approx Matisse. HEX triplet: 38, 62 and 80. RGB value is (56,98,128). Sum of RGB (Red+Green+Blue) = 56+98+128=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #386280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386280 is #C79D7F. Grayscale: #585858. Windows color (decimal): -13081984 or 8413752. OLE color: 8413752.

HSL color Cylindrical-coordinate representation of color #386280: hue angle of 205º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #386280 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5698128-
CMYK0.560.2300.50
HSL205º39.13%36.08%-
HSV(B)205º56.25%50.2%-
XYZ9.8911.1322.05-
YUV88.86150.09104.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=19.86%
G=34.75%
B=45.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56981280.560.2300.5020539.1336.08
Hex3862803817032cd2724
Octal7014220070270623154744
Binary11100011000101000000011100010111011001011001101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386280; }

 p { color: rgb(56,98,128); }

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

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

 a { background-color: rgb(56,98,128); }

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

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

 span { border-color: rgb(56,98,128); }

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