#3F364B

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

Shades of Martinique #3F364B

Tints of Martinique #3F364B

Color information

#3F364B (or 0x3F364B) is unknown color: approx 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

RGB635475-
CMYK0.160.2800.71
HSL265.71º16.28%25.29%-
HSV(B)265.71º28%29.41%-
XYZ4.644.27.22-
YUV59.08136.98130.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.81%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=32.81%
G=28.12%
B=39.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6354750.160.2800.71265.7116.2825.29
Hex3F364B101C04710a1019
Octal7766113203401074122031
Binary11111111011010010111000011100010001111000010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>