#3D5C84

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

Shades of Matisse #3D5C84

Tints of Matisse #3D5C84

Color information

#3D5C84 (or 0x3D5C84) is unknown color: approx Matisse. HEX triplet: 3D, 5C and 84. RGB value is (61,92,132). Sum of RGB (Red+Green+Blue) = 61+92+132=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D5C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5C84 is #C2A37B. Grayscale: #575757. Windows color (decimal): -12755836 or 8674365. OLE color: 8674365.

HSL color Cylindrical-coordinate representation of color #3D5C84: hue angle of 213.8º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D5C84 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6192132-
CMYK0.540.3000.48
HSL213.8º36.79%37.84%-
HSV(B)213.8º53.79%51.76%-
XYZ9.9210.3123.3-
YUV87.29153.23109.25-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=21.40%
G=32.28%
B=46.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61921320.540.3000.48213.836.7937.84
Hex3D5C84361E030d62526
Octal7513420466360603264546
Binary11110110111001000010011011011110011000011010110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,92,132); }

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

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

 a { background-color: rgb(61,92,132); }

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

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

 span { border-color: rgb(61,92,132); }

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