#3D5671

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

Shades of Matisse #3D5671

Tints of Matisse #3D5671

Color information

#3D5671 (or 0x3D5671) is unknown color: approx Matisse. HEX triplet: 3D, 56 and 71. RGB value is (61,86,113). Sum of RGB (Red+Green+Blue) = 61+86+113=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D5671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5671 is #C2A98E. Grayscale: #515151. Windows color (decimal): -12757391 or 7427645. OLE color: 7427645.

HSL color Cylindrical-coordinate representation of color #3D5671: hue angle of 211.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D5671 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6186113-
CMYK0.460.2400.56
HSL211.15º29.89%34.12%-
HSV(B)211.15º46.02%44.31%-
XYZ8.238.8416.9-
YUV81.6145.72113.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.46%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 113 (44.53% from 255) = 43.46%
R=23.46%
G=33.08%
B=43.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61861130.460.2400.56211.1529.8934.12
Hex3D56712E18038d31e22
Octal7512616156300703233642
Binary111101101011011100011011101100001110001101001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,86,113); }

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

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

 a { background-color: rgb(61,86,113); }

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

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

 span { border-color: rgb(61,86,113); }

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