#3D5D83

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

Shades of Matisse #3D5D83

Tints of Matisse #3D5D83

Color information

#3D5D83 (or 0x3D5D83) is unknown color: approx Matisse. HEX triplet: 3D, 5D and 83. RGB value is (61,93,131). Sum of RGB (Red+Green+Blue) = 61+93+131=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #3D5D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5D83 is #C2A27C. Grayscale: #575757. Windows color (decimal): -12755581 or 8609085. OLE color: 8609085.

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

Color convert

RGB6193131-
CMYK0.530.2900.49
HSL212.57º36.46%37.65%-
HSV(B)212.57º53.44%51.37%-
XYZ9.9410.4622.97-
YUV87.76152.4108.91-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=21.40%
G=32.63%
B=45.96%

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
Decimal61931310.530.2900.49212.5736.4637.65
Hex3D5D83351D031d52426
Octal7513520365350613254446
Binary11110110111011000001111010111101011000111010101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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