#3F3550

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

Shades of Martinique #3F3550

Tints of Martinique #3F3550

Color information

#3F3550 (or 0x3F3550) is unknown color: approx Martinique. HEX triplet: 3F, 35 and 50. RGB value is (63,53,80). Sum of RGB (Red+Green+Blue) = 63+53+80=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3550 is #C0CAAF. Grayscale: #3A3A3A. Windows color (decimal): -12634800 or 5256511. OLE color: 5256511.

HSL color Cylindrical-coordinate representation of color #3F3550: hue angle of 262.22º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F3550 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB635380-
CMYK0.210.3400.69
HSL262.22º20.3%26.08%-
HSV(B)262.22º33.75%31.37%-
XYZ4.774.188.15-
YUV59.07139.81130.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.14%
GREEN value IS 53 (21.09% from 255) = 27.04%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=32.14%
G=27.04%
B=40.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6353800.210.3400.69262.2220.326.08
Hex3F35501522045106141a
Octal7765120254201054062432
Binary111111110101101000010101100010010001011000001101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,80); }

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

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

 a { background-color: rgb(63,53,80); }

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

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

 span { border-color: rgb(63,53,80); }

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