#3F5871

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

Shades of Matisse #3F5871

Tints of Matisse #3F5871

Color information

#3F5871 (or 0x3F5871) is unknown color: approx Matisse. HEX triplet: 3F, 58 and 71. RGB value is (63,88,113). Sum of RGB (Red+Green+Blue) = 63+88+113=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F5871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5871 is #C0A78E. Grayscale: #535353. Windows color (decimal): -12625807 or 7428159. OLE color: 7428159.

HSL color Cylindrical-coordinate representation of color #3F5871: hue angle of 210º 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 #3F5871 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6388113-
CMYK0.440.2200.56
HSL210º28.41%34.51%-
HSV(B)210º44.25%44.31%-
XYZ8.529.2316.95-
YUV83.38144.72113.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.86%
GREEN value IS 88 (34.77% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=23.86%
G=33.33%
B=42.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63881130.440.2200.5621028.4134.51
Hex3F58712C16038d21c23
Octal7713016154260703223443
Binary111111101100011100011011001011001110001101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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