#3D5C85

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

Shades of Matisse #3D5C85

Tints of Matisse #3D5C85

Color information

#3D5C85 (or 0x3D5C85) is unknown color: approx Matisse. HEX triplet: 3D, 5C and 85. RGB value is (61,92,133). Sum of RGB (Red+Green+Blue) = 61+92+133=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D5C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5C85 is #C2A37A. Grayscale: #575757. Windows color (decimal): -12755835 or 8739901. OLE color: 8739901.

HSL color Cylindrical-coordinate representation of color #3D5C85: hue angle of 214.17º 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 #3D5C85 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6192133-
CMYK0.540.3100.48
HSL214.17º37.11%38.04%-
HSV(B)214.17º54.14%52.16%-
XYZ9.9910.3423.66-
YUV87.4153.73109.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=21.33%
G=32.17%
B=46.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61921330.540.3100.48214.1737.1138.04
Hex3D5C85361F030d62526
Octal7513420566370603264546
Binary11110110111001000010111011011111011000011010110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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