#3F5D71

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

Shades of Matisse #3F5D71

Tints of Matisse #3F5D71

Color information

#3F5D71 (or 0x3F5D71) is unknown color: approx Matisse. HEX triplet: 3F, 5D and 71. RGB value is (63,93,113). Sum of RGB (Red+Green+Blue) = 63+93+113=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F5D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5D71 is #C0A28E. Grayscale: #565656. Windows color (decimal): -12624527 or 7429439. OLE color: 7429439.

HSL color Cylindrical-coordinate representation of color #3F5D71: hue angle of 204º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F5D71 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6393113-
CMYK0.440.1800.56
HSL204º28.41%34.51%-
HSV(B)204º44.25%44.31%-
XYZ8.9410.0817.1-
YUV86.31143.06111.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.42%
GREEN value IS 93 (36.72% from 255) = 34.57%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=23.42%
G=34.57%
B=42.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63931130.440.1800.5620428.4134.51
Hex3F5D712C12038cc1c23
Octal7713516154220703143443
Binary111111101110111100011011001001001110001100110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,93,113); }

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

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

 a { background-color: rgb(63,93,113); }

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

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

 span { border-color: rgb(63,93,113); }

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