#3B5471

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

Shades of Matisse #3B5471

Tints of Matisse #3B5471

Color information

#3B5471 (or 0x3B5471) is unknown color: approx Matisse. HEX triplet: 3B, 54 and 71. RGB value is (59,84,113). Sum of RGB (Red+Green+Blue) = 59+84+113=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B5471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5471 is #C4AB8E. Grayscale: #4F4F4F. Windows color (decimal): -12888975 or 7427131. OLE color: 7427131.

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

Color convert

RGB5984113-
CMYK0.480.2600.56
HSL212.22º31.4%33.73%-
HSV(B)212.22º47.79%44.31%-
XYZ7.958.4616.84-
YUV79.83146.72113.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.05%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=23.05%
G=32.81%
B=44.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59841130.480.2600.56212.2231.433.73
Hex3B5471301A038d41f22
Octal7312416160320703243742
Binary111011101010011100011100001101001110001101010011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,84,113); }

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

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

 a { background-color: rgb(59,84,113); }

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

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

 span { border-color: rgb(59,84,113); }

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