#3D5C81

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

Shades of Matisse #3D5C81

Tints of Matisse #3D5C81

Color information

#3D5C81 (or 0x3D5C81) is unknown color: approx Matisse. HEX triplet: 3D, 5C and 81. RGB value is (61,92,129). Sum of RGB (Red+Green+Blue) = 61+92+129=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 129 (50.78% from 255 or 45.74% from 282); Max value from RGB is 129 - color contains mainly: blue. Hex color #3D5C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5C81 is #C2A37E. Grayscale: #565656. Windows color (decimal): -12755839 or 8477757. OLE color: 8477757.

HSL color Cylindrical-coordinate representation of color #3D5C81: hue angle of 212.65º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D5C81 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6192129-
CMYK0.530.2900.49
HSL212.65º35.79%37.25%-
HSV(B)212.65º52.71%50.59%-
XYZ9.7110.2322.23-
YUV86.95151.73109.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 92 (36.33% from 255) = 32.62%
BLUE value IS 129 (50.78% from 255) = 45.74%
R=21.63%
G=32.62%
B=45.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61921290.530.2900.49212.6535.7937.25
Hex3D5C81351D031d52425
Octal7513420165350613254445
Binary11110110111001000000111010111101011000111010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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