#3F6382

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

Shades of Matisse #3F6382

Tints of Matisse #3F6382

Color information

#3F6382 (or 0x3F6382) is unknown color: approx Matisse. HEX triplet: 3F, 63 and 82. RGB value is (63,99,130). Sum of RGB (Red+Green+Blue) = 63+99+130=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F6382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6382 is #C09C7D. Grayscale: #5B5B5B. Windows color (decimal): -12622974 or 8545087. OLE color: 8545087.

HSL color Cylindrical-coordinate representation of color #3F6382: hue angle of 207.76º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F6382 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6399130-
CMYK0.520.2400.49
HSL207.76º34.72%37.84%-
HSV(B)207.76º51.54%50.98%-
XYZ10.5411.5922.8-
YUV91.77149.57107.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.58%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=21.58%
G=33.90%
B=44.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63991300.520.2400.49207.7634.7237.84
Hex3F63823418031d02326
Octal7714320264300613204346
Binary11111111000111000001011010011000011000111010000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F6382; }

 p { color: rgb(63,99,130); }

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

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

 a { background-color: rgb(63,99,130); }

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

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

 span { border-color: rgb(63,99,130); }

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