#3D607F

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

Shades of Matisse #3D607F

Tints of Matisse #3D607F

Color information

#3D607F (or 0x3D607F) is unknown color: approx Matisse. HEX triplet: 3D, 60 and 7F. RGB value is (61,96,127). Sum of RGB (Red+Green+Blue) = 61+96+127=284 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.48% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D607F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D607F is #C29F80. Grayscale: #585858. Windows color (decimal): -12754817 or 8347709. OLE color: 8347709.

HSL color Cylindrical-coordinate representation of color #3D607F: hue angle of 208.18º 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 #3D607F is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6196127-
CMYK0.520.2400.50
HSL208.18º35.11%36.86%-
HSV(B)208.18º51.97%49.8%-
XYZ9.9410.8921.66-
YUV89.07149.4107.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.48%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 127 (50% from 255) = 44.72%
R=21.48%
G=33.80%
B=44.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61961270.520.2400.50208.1835.1136.86
Hex3D607F3418032d02325
Octal7514017764300623204345
Binary1111011100000111111111010011000011001011010000100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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