#386282

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

Shades of Matisse #386282

Tints of Matisse #386282

Color information

#386282 (or 0x386282) is unknown color: approx Matisse. HEX triplet: 38, 62 and 82. RGB value is (56,98,130). Sum of RGB (Red+Green+Blue) = 56+98+130=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #386282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386282 is #C79D7D. Grayscale: #585858. Windows color (decimal): -13081982 or 8544824. OLE color: 8544824.

HSL color Cylindrical-coordinate representation of color #386282: hue angle of 205.95º 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 #386282 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5698130-
CMYK0.570.2500.49
HSL205.95º39.78%36.47%-
HSV(B)205.95º56.92%50.98%-
XYZ10.0311.1922.75-
YUV89.09151.09104.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=19.72%
G=34.51%
B=45.77%

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
Decimal56981300.570.2500.49205.9539.7836.47
Hex3862823919031ce2824
Octal7014220271310613165044
Binary11100011000101000001011100111001011000111001110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386282; }

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

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

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

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

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

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

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

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