#3B5575

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

Shades of Matisse #3B5575

Tints of Matisse #3B5575

Color information

#3B5575 (or 0x3B5575) is unknown color: approx Matisse. HEX triplet: 3B, 55 and 75. RGB value is (59,85,117). Sum of RGB (Red+Green+Blue) = 59+85+117=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B5575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5575 is #C4AA8A. Grayscale: #505050. Windows color (decimal): -12888715 or 7689531. OLE color: 7689531.

HSL color Cylindrical-coordinate representation of color #3B5575: hue angle of 213.1º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B5575 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5985117-
CMYK0.500.2700.54
HSL213.1º32.95%34.51%-
HSV(B)213.1º49.57%45.88%-
XYZ8.268.7118.08-
YUV80.87148.39112.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.61%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=22.61%
G=32.57%
B=44.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59851170.500.2700.54213.132.9534.51
Hex3B5575321B036d52123
Octal7312516562330663254143
Binary1110111010101111010111001011011011011011010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,85,117); }

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

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

 a { background-color: rgb(59,85,117); }

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

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

 span { border-color: rgb(59,85,117); }

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