#3D6380

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

Shades of Matisse #3D6380

Tints of Matisse #3D6380

Color information

#3D6380 (or 0x3D6380) is unknown color: approx Matisse. HEX triplet: 3D, 63 and 80. RGB value is (61,99,128). Sum of RGB (Red+Green+Blue) = 61+99+128=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #3D6380 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6380 is #C29C7F. Grayscale: #5A5A5A. Windows color (decimal): -12754048 or 8414013. OLE color: 8414013.

HSL color Cylindrical-coordinate representation of color #3D6380: hue angle of 205.97º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D6380 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6199128-
CMYK0.520.2300.50
HSL205.97º35.45%37.06%-
HSV(B)205.97º52.34%50.2%-
XYZ10.2811.4722.09-
YUV90.94148.91106.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=21.18%
G=34.38%
B=44.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61991280.520.2300.50205.9735.4537.06
Hex3D63803417032ce2325
Octal7514320064270623164345
Binary11110111000111000000011010010111011001011001110100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,99,128); }

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

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

 a { background-color: rgb(61,99,128); }

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

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

 span { border-color: rgb(61,99,128); }

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