#3B5673

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

Shades of Matisse #3B5673

Tints of Matisse #3B5673

Color information

#3B5673 (or 0x3B5673) is unknown color: approx Matisse. HEX triplet: 3B, 56 and 73. RGB value is (59,86,115). Sum of RGB (Red+Green+Blue) = 59+86+115=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B5673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5673 is #C4A98C. Grayscale: #515151. Windows color (decimal): -12888461 or 7558715. OLE color: 7558715.

HSL color Cylindrical-coordinate representation of color #3B5673: hue angle of 211.07º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B5673 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5986115-
CMYK0.490.2500.55
HSL211.07º32.18%34.12%-
HSV(B)211.07º48.7%45.1%-
XYZ8.238.8217.49-
YUV81.23147.05112.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.69%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=22.69%
G=33.08%
B=44.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59861150.490.2500.55211.0732.1834.12
Hex3B56733119037d32022
Octal7312616361310673234042
Binary1110111010110111001111000111001011011111010011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,86,115); }

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

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

 a { background-color: rgb(59,86,115); }

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

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

 span { border-color: rgb(59,86,115); }

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