#3F6482

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

Shades of Matisse #3F6482

Tints of Matisse #3F6482

Color information

#3F6482 (or 0x3F6482) is unknown color: approx Matisse. HEX triplet: 3F, 64 and 82. RGB value is (63,100,130). Sum of RGB (Red+Green+Blue) = 63+100+130=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #3F6482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F6482 is #C09B7D. Grayscale: #5C5C5C. Windows color (decimal): -12622718 or 8545343. OLE color: 8545343.

HSL color Cylindrical-coordinate representation of color #3F6482: hue angle of 206.87º 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 #3F6482 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB63100130-
CMYK0.520.2300.49
HSL206.87º34.72%37.84%-
HSV(B)206.87º51.54%50.98%-
XYZ10.6411.7822.83-
YUV92.36149.24107.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.50%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=21.50%
G=34.13%
B=44.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal631001300.520.2300.49206.8734.7237.84
Hex3F64823417031cf2326
Octal7714420264270613174346
Binary11111111001001000001011010010111011000111001111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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