#3F6175

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

Shades of Matisse #3F6175

Tints of Matisse #3F6175

Color information

#3F6175 (or 0x3F6175) is unknown color: approx Matisse. HEX triplet: 3F, 61 and 75. RGB value is (63,97,117). Sum of RGB (Red+Green+Blue) = 63+97+117=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F6175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6175 is #C09E8A. Grayscale: #595959. Windows color (decimal): -12623499 or 7692607. OLE color: 7692607.

HSL color Cylindrical-coordinate representation of color #3F6175: hue angle of 202.22º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F6175 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6397117-
CMYK0.460.1700.54
HSL202.22º30%35.29%-
HSV(B)202.22º46.15%45.88%-
XYZ9.5410.8918.43-
YUV89.11143.74109.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.74%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=22.74%
G=35.02%
B=42.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63971170.460.1700.54202.223035.29
Hex3F61752E11036ca1e23
Octal7714116556210663123643
Binary111111110000111101011011101000101101101100101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,117); }

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

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

 a { background-color: rgb(63,97,117); }

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

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

 span { border-color: rgb(63,97,117); }

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