Html Css Color HEX #3F3550 Martinique

📋 copy color: '#3F3550'

red 63 ◦ green 53 ◦ blue 80

#3F3550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martinique #3F3550

Tints of Martinique #3F3550

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 value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F3550 (or 0x3F3550) is known color: 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

RGB 63 53 80 -
CMYK 0.21 0.34 0 0.69
HSL 262.22º 0.2% 0.26% -
HSV(B) 262.22º 0.34% 0.31% -
XYZ 4.77 4.18 8.15 -
YUV 59.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 63 53 80 0.21 0.34 0 0.69 262.22 0.2 0.26
Hex 3F 35 50 15 22 0 45 106 14 1A
Octal 77 65 120 25 42 0 105 406 24 32
Binary 111111 110101 1010000 10101 100010 0 1000101 100000110 10100 11010

Color Harmonies of #3F3550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3550

Black with #3F3550

Text Example


Text Example

White with #3F3550

Text Example


Text Example

HTML Codes & Css Web 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>