Html Css Color HEX #3F364B Martinique

📋 copy color: '#3F364B'

red 63 ◦ green 54 ◦ blue 75

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

Shades of Martinique #3F364B

Tints of Martinique #3F364B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 32.81%
G = 28.13%
B = 39.06%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3F364B (or 0x3F364B) is known color: Martinique. HEX triplet: 3F, 36 and 4B. RGB value is (63,54,75). Sum of RGB (Red+Green+Blue) = 63+54+75=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F364B is #C0C9B4. Grayscale: #3B3B3B. Windows color (decimal): -12634549 or 4929087. OLE color: 4929087.

HSL color Cylindrical-coordinate representation of color #3F364B: hue angle of 265.71º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F364B is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 63 54 75 -
CMYK 0.16 0.28 0 0.71
HSL 265.71º 0.16% 0.25% -
HSV(B) 265.71º 0.28% 0.29% -
XYZ 4.64 4.2 7.22 -
YUV 59.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 63 54 75 0.16 0.28 0 0.71 265.71 0.16 0.25
Hex 3F 36 4B 10 1C 0 47 10A 10 19
Octal 77 66 113 20 34 0 107 412 20 31
Binary 111111 110110 1001011 10000 11100 0 1000111 100001010 10000 11001

Color Harmonies of #3F364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F364B

Black with #3F364B

Text Example


Text Example

White with #3F364B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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