#3F5975

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

Shades of Matisse #3F5975

Tints of Matisse #3F5975

Color information

#3F5975 (or 0x3F5975) is unknown color: approx Matisse. HEX triplet: 3F, 59 and 75. RGB value is (63,89,117). Sum of RGB (Red+Green+Blue) = 63+89+117=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F5975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5975 is #C0A68A. Grayscale: #545454. Windows color (decimal): -12625547 or 7690559. OLE color: 7690559.

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

Color convert

RGB6389117-
CMYK0.460.2400.54
HSL211.11º30%35.29%-
HSV(B)211.11º46.15%45.88%-
XYZ8.839.4918.2-
YUV84.42146.39112.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.42%
GREEN value IS 89 (35.16% from 255) = 33.09%
BLUE value IS 117 (46.09% from 255) = 43.49%
R=23.42%
G=33.09%
B=43.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal63891170.460.2400.54211.113035.29
Hex3F59752E18036d31e23
Octal7713116556300663233643
Binary111111101100111101011011101100001101101101001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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