#3D334F

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

Shades of Martinique #3D334F

Tints of Martinique #3D334F

Color information

#3D334F (or 0x3D334F) is unknown color: approx Martinique. HEX triplet: 3D, 33 and 4F. RGB value is (61,51,79). Sum of RGB (Red+Green+Blue) = 61+51+79=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D334F is #C2CCB0. Grayscale: #393939. Windows color (decimal): -12766385 or 5190461. OLE color: 5190461.

HSL color Cylindrical-coordinate representation of color #3D334F: hue angle of 261.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3D334F is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB615179-
CMYK0.230.3500.69
HSL261.43º21.54%25.49%-
HSV(B)261.43º35.44%30.98%-
XYZ4.523.927.92-
YUV57.18140.31130.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.94%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=31.94%
G=26.70%
B=41.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6151790.230.3500.69261.4321.5425.49
Hex3D334F17230451051619
Octal7563117274301054052631
Binary111101110011100111110111100011010001011000001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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