#3D607C

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

Shades of Matisse #3D607C

Tints of Matisse #3D607C

Color information

#3D607C (or 0x3D607C) is unknown color: approx Matisse. HEX triplet: 3D, 60 and 7C. RGB value is (61,96,124). Sum of RGB (Red+Green+Blue) = 61+96+124=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D607C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D607C is #C29F83. Grayscale: #585858. Windows color (decimal): -12754820 or 8151101. OLE color: 8151101.

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

Color convert

RGB6196124-
CMYK0.510.2300.51
HSL206.67º34.05%36.27%-
HSV(B)206.67º50.81%48.63%-
XYZ9.7510.8120.64-
YUV88.73147.9108.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.71%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=21.71%
G=34.16%
B=44.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal61961240.510.2300.51206.6734.0536.27
Hex3D607C3317033cf2224
Octal7514017463270633174244
Binary1111011100000111110011001110111011001111001111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,96,124); }

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

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

 a { background-color: rgb(61,96,124); }

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

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

 span { border-color: rgb(61,96,124); }

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