#3D5879

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

Shades of Matisse #3D5879

Tints of Matisse #3D5879

Color information

#3D5879 (or 0x3D5879) is unknown color: approx Matisse. HEX triplet: 3D, 58 and 79. RGB value is (61,88,121). Sum of RGB (Red+Green+Blue) = 61+88+121=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D5879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5879 is #C2A786. Grayscale: #535353. Windows color (decimal): -12756871 or 7952445. OLE color: 7952445.

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

Color convert

RGB6188121-
CMYK0.500.2700.53
HSL213º32.97%35.69%-
HSV(B)213º49.59%47.45%-
XYZ8.879.3519.43-
YUV83.69149.05111.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.59%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=22.59%
G=32.59%
B=44.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61881210.500.2700.5321332.9735.69
Hex3D5879321B035d52124
Octal7513017162330653254144
Binary1111011011000111100111001011011011010111010101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,88,121); }

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

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

 a { background-color: rgb(61,88,121); }

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

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

 span { border-color: rgb(61,88,121); }

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