#3D5D78

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

Shades of Matisse #3D5D78

Tints of Matisse #3D5D78

Color information

#3D5D78 (or 0x3D5D78) is unknown color: approx Matisse. HEX triplet: 3D, 5D and 78. RGB value is (61,93,120). Sum of RGB (Red+Green+Blue) = 61+93+120=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D5D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5D78 is #C2A287. Grayscale: #565656. Windows color (decimal): -12755592 or 7888189. OLE color: 7888189.

HSL color Cylindrical-coordinate representation of color #3D5D78: hue angle of 207.46º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D5D78 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6193120-
CMYK0.490.2200.53
HSL207.46º32.6%35.49%-
HSV(B)207.46º49.17%47.06%-
XYZ9.2310.1819.25-
YUV86.51146.9109.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.26%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=22.26%
G=33.94%
B=43.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61931200.490.2200.53207.4632.635.49
Hex3D5D783116035cf2123
Octal7513517061260653174143
Binary1111011011101111100011000110110011010111001111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,93,120); }

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

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

 a { background-color: rgb(61,93,120); }

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

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

 span { border-color: rgb(61,93,120); }

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