Html Css Color HEX #3F364F Martinique

📋 copy color: '#3F364F'

red 63 ◦ green 54 ◦ blue 79

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

Shades of Martinique #3F364F

Tints of Martinique #3F364F

RGB

 RED value IS 63 (25% from 255) = 32.14%

 GREEN value IS 54 (21.48% from 255) = 27.55%

 BLUE value IS 79 (31.25% from 255) = 40.31%

R = 32.14%
G = 27.55%
B = 40.31%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F364F (or 0x3F364F) is known color: Martinique. HEX triplet: 3F, 36 and 4F. RGB value is (63,54,79). Sum of RGB (Red+Green+Blue) = 63+54+79=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F364F is #C0C9B0. Grayscale: #3B3B3B. Windows color (decimal): -12634545 or 5191231. OLE color: 5191231.

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

Color convert

RGB 63 54 79 -
CMYK 0.20 0.32 0 0.69
HSL 261.6º 0.19% 0.26% -
HSV(B) 261.6º 0.32% 0.31% -
XYZ 4.78 4.26 7.97 -
YUV 59.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 63 54 79 0.20 0.32 0 0.69 261.6 0.19 0.26
Hex 3F 36 4F 14 20 0 45 106 13 1A
Octal 77 66 117 24 40 0 105 406 23 32
Binary 111111 110110 1001111 10100 100000 0 1000101 100000110 10011 11010

Color Harmonies of #3F364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F364F

Black with #3F364F

Text Example


Text Example

White with #3F364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,54,79); }

 H1.HeaderClassName
 {
   color: #3F364F;
 }
 .AnyTagClassName
 {
   color: #3F364F;
 }
</style>

background-color css

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

 a { background-color: rgb(63,54,79); }

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

border-color css

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

 span { border-color: rgb(63,54,79); }

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