#3F5C74

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

Shades of Matisse #3F5C74

Tints of Matisse #3F5C74

Color information

#3F5C74 (or 0x3F5C74) is unknown color: approx Matisse. HEX triplet: 3F, 5C and 74. RGB value is (63,92,116). Sum of RGB (Red+Green+Blue) = 63+92+116=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F5C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5C74 is #C0A38B. Grayscale: #555555. Windows color (decimal): -12624780 or 7625791. OLE color: 7625791.

HSL color Cylindrical-coordinate representation of color #3F5C74: hue angle of 207.17º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F5C74 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6392116-
CMYK0.460.2100.55
HSL207.17º29.61%35.1%-
HSV(B)207.17º45.69%45.49%-
XYZ9.039.9717.97-
YUV86.06144.89111.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.25%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 116 (45.70% from 255) = 42.80%
R=23.25%
G=33.95%
B=42.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63921160.460.2100.55207.1729.6135.1
Hex3F5C742E15037cf1e23
Octal7713416456250673173643
Binary111111101110011101001011101010101101111100111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,92,116); }

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

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

 a { background-color: rgb(63,92,116); }

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

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

 span { border-color: rgb(63,92,116); }

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