#3F627C

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

Shades of Matisse #3F627C

Tints of Matisse #3F627C

Color information

#3F627C (or 0x3F627C) is unknown color: approx Matisse. HEX triplet: 3F, 62 and 7C. RGB value is (63,98,124). Sum of RGB (Red+Green+Blue) = 63+98+124=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F627C is #C09D83. Grayscale: #5A5A5A. Windows color (decimal): -12623236 or 8151615. OLE color: 8151615.

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

Color convert

RGB6398124-
CMYK0.490.2100.51
HSL205.57º32.62%36.67%-
HSV(B)205.57º49.19%48.63%-
XYZ10.0611.2520.71-
YUV90.5146.9108.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=22.11%
G=34.39%
B=43.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63981240.490.2100.51205.5732.6236.67
Hex3F627C3115033ce2125
Octal7714217461250633164145
Binary1111111100010111110011000110101011001111001110100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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