#3F6075

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

Shades of Matisse #3F6075

Tints of Matisse #3F6075

Color information

#3F6075 (or 0x3F6075) is unknown color: approx Matisse. HEX triplet: 3F, 60 and 75. RGB value is (63,96,117). Sum of RGB (Red+Green+Blue) = 63+96+117=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F6075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6075 is #C09F8A. Grayscale: #585858. Windows color (decimal): -12623755 or 7692351. OLE color: 7692351.

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

Color convert

RGB6396117-
CMYK0.460.1800.54
HSL203.33º30%35.29%-
HSV(B)203.33º46.15%45.88%-
XYZ9.4410.7118.4-
YUV88.53144.07109.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 117 (46.09% from 255) = 42.39%
R=22.83%
G=34.78%
B=42.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63961170.460.1800.54203.333035.29
Hex3F60752E12036cb1e23
Octal7714016556220663133643
Binary111111110000011101011011101001001101101100101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,117); }

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

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

 a { background-color: rgb(63,96,117); }

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

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

 span { border-color: rgb(63,96,117); }

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