#3B5D87

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

Shades of Matisse #3B5D87

Tints of Matisse #3B5D87

Color information

#3B5D87 (or 0x3B5D87) is unknown color: approx Matisse. HEX triplet: 3B, 5D and 87. RGB value is (59,93,135). Sum of RGB (Red+Green+Blue) = 59+93+135=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B5D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5D87 is #C4A278. Grayscale: #575757. Windows color (decimal): -12886649 or 8871227. OLE color: 8871227.

HSL color Cylindrical-coordinate representation of color #3B5D87: hue angle of 213.16º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B5D87 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5993135-
CMYK0.560.3100.47
HSL213.16º39.18%38.04%-
HSV(B)213.16º56.3%52.94%-
XYZ10.0910.5124.42-
YUV87.62154.74107.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 135 (53.12% from 255) = 47.04%
R=20.56%
G=32.40%
B=47.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal59931350.560.3100.47213.1639.1838.04
Hex3B5D87381F02Fd52726
Octal7313520770370573254746
Binary11101110111011000011111100011111010111111010101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,93,135); }

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

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

 a { background-color: rgb(59,93,135); }

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

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

 span { border-color: rgb(59,93,135); }

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