#3B5974

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

Shades of Matisse #3B5974

Tints of Matisse #3B5974

Color information

#3B5974 (or 0x3B5974) is unknown color: approx Matisse. HEX triplet: 3B, 59 and 74. RGB value is (59,89,116). Sum of RGB (Red+Green+Blue) = 59+89+116=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B5974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5974 is #C4A68B. Grayscale: #525252. Windows color (decimal): -12887692 or 7625019. OLE color: 7625019.

HSL color Cylindrical-coordinate representation of color #3B5974: hue angle of 208.42º degrees, saturation: 0.33, 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 #3B5974 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5989116-
CMYK0.490.2300.55
HSL208.42º32.57%34.31%-
HSV(B)208.42º49.14%45.49%-
XYZ8.539.3417.88-
YUV83.11146.56110.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.35%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=22.35%
G=33.71%
B=43.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59891160.490.2300.55208.4232.5734.31
Hex3B59743117037d02122
Octal7313116461270673204142
Binary1110111011001111010011000110111011011111010000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,89,116); }

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

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

 a { background-color: rgb(59,89,116); }

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

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

 span { border-color: rgb(59,89,116); }

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