#3F6481

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

Shades of Matisse #3F6481

Tints of Matisse #3F6481

Color information

#3F6481 (or 0x3F6481) is unknown color: approx Matisse. HEX triplet: 3F, 64 and 81. RGB value is (63,100,129). Sum of RGB (Red+Green+Blue) = 63+100+129=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F6481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6481 is #C09B7E. Grayscale: #5C5C5C. Windows color (decimal): -12622719 or 8479807. OLE color: 8479807.

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

Color convert

RGB63100129-
CMYK0.510.2200.49
HSL206.36º34.38%37.65%-
HSV(B)206.36º51.16%50.59%-
XYZ10.5711.7622.48-
YUV92.24148.74107.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.58%
GREEN value IS 100 (39.45% from 255) = 34.25%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=21.58%
G=34.25%
B=44.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631001290.510.2200.49206.3634.3837.65
Hex3F64813316031ce2226
Octal7714420163260613164246
Binary11111111001001000000111001110110011000111001110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,100,129); }

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

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

 a { background-color: rgb(63,100,129); }

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

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

 span { border-color: rgb(63,100,129); }

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