#3D5B75

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

Shades of Matisse #3D5B75

Tints of Matisse #3D5B75

Color information

#3D5B75 (or 0x3D5B75) is unknown color: approx Matisse. HEX triplet: 3D, 5B and 75. RGB value is (61,91,117). Sum of RGB (Red+Green+Blue) = 61+91+117=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D5B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5B75 is #C2A48A. Grayscale: #545454. Windows color (decimal): -12756107 or 7691069. OLE color: 7691069.

HSL color Cylindrical-coordinate representation of color #3D5B75: hue angle of 207.86º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D5B75 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6191117-
CMYK0.480.2200.54
HSL207.86º31.46%34.9%-
HSV(B)207.86º47.86%45.88%-
XYZ8.889.7618.25-
YUV84.99146.06110.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.68%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 117 (46.09% from 255) = 43.49%
R=22.68%
G=33.83%
B=43.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61911170.480.2200.54207.8631.4634.9
Hex3D5B753016036d01f23
Octal7513316560260663203743
Binary111101101101111101011100001011001101101101000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,91,117); }

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

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

 a { background-color: rgb(61,91,117); }

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

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

 span { border-color: rgb(61,91,117); }

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