#3B647F

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

Shades of Matisse #3B647F

Tints of Matisse #3B647F

Color information

#3B647F (or 0x3B647F) is unknown color: approx Matisse. HEX triplet: 3B, 64 and 7F. RGB value is (59,100,127). Sum of RGB (Red+Green+Blue) = 59+100+127=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B647F is #C49B80. Grayscale: #5A5A5A. Windows color (decimal): -12884865 or 8348731. OLE color: 8348731.

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

Color convert

RGB59100127-
CMYK0.540.2100.50
HSL203.82º36.56%36.47%-
HSV(B)203.82º53.54%49.8%-
XYZ10.1911.5821.78-
YUV90.82148.42105.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.63%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 127 (50% from 255) = 44.41%
R=20.63%
G=34.97%
B=44.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal591001270.540.2100.50203.8236.5636.47
Hex3B647F3615032cc2524
Octal7314417766250623144544
Binary1110111100100111111111011010101011001011001100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,100,127); }

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

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

 a { background-color: rgb(59,100,127); }

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

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

 span { border-color: rgb(59,100,127); }

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