#3D364F

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

Shades of Martinique #3D364F

Tints of Martinique #3D364F

Color information

#3D364F (or 0x3D364F) is unknown color: approx Martinique. HEX triplet: 3D, 36 and 4F. RGB value is (61,54,79). Sum of RGB (Red+Green+Blue) = 61+54+79=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D364F is #C2C9B0. Grayscale: #3A3A3A. Windows color (decimal): -12765617 or 5191229. OLE color: 5191229.

HSL color Cylindrical-coordinate representation of color #3D364F: hue angle of 256.8º 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 #3D364F is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB615479-
CMYK0.230.3200.69
HSL256.8º18.8%26.08%-
HSV(B)256.8º31.65%30.98%-
XYZ4.654.197.96-
YUV58.94139.32129.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.44%
GREEN value IS 54 (21.48% from 255) = 27.84%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=31.44%
G=27.84%
B=40.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6154790.230.3200.69256.818.826.08
Hex3D364F1720045101131a
Octal7566117274001054012332
Binary111101110110100111110111100000010001011000000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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