#3F647C

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

Shades of Matisse #3F647C

Tints of Matisse #3F647C

Color information

#3F647C (or 0x3F647C) is unknown color: approx Matisse. HEX triplet: 3F, 64 and 7C. RGB value is (63,100,124). Sum of RGB (Red+Green+Blue) = 63+100+124=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F647C is #C09B83. Grayscale: #5B5B5B. Windows color (decimal): -12622724 or 8152127. OLE color: 8152127.

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

Color convert

RGB63100124-
CMYK0.490.1900.51
HSL203.61º32.62%36.67%-
HSV(B)203.61º49.19%48.63%-
XYZ10.2511.6320.77-
YUV91.67146.24107.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=21.95%
G=34.84%
B=43.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631001240.490.1900.51203.6132.6236.67
Hex3F647C3113033cc2125
Octal7714417461230633144145
Binary1111111100100111110011000110011011001111001100100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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