#3D354B

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

Shades of Martinique #3D354B

Tints of Martinique #3D354B

Color information

#3D354B (or 0x3D354B) is unknown color: approx Martinique. HEX triplet: 3D, 35 and 4B. RGB value is (61,53,75). Sum of RGB (Red+Green+Blue) = 61+53+75=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D354B is #C2CAB4. Grayscale: #393939. Windows color (decimal): -12765877 or 4928829. OLE color: 4928829.

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

Color convert

RGB615375-
CMYK0.190.2900.71
HSL261.82º17.19%25.1%-
HSV(B)261.82º29.33%29.41%-
XYZ4.474.057.2-
YUV57.9137.65130.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.28%
GREEN value IS 53 (21.09% from 255) = 28.04%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=32.28%
G=28.04%
B=39.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6153750.190.2900.71261.8217.1925.1
Hex3D354B131D0471061119
Octal7565113233501074062131
Binary11110111010110010111001111101010001111000001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,53,75); }

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

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

 a { background-color: rgb(61,53,75); }

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

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

 span { border-color: rgb(61,53,75); }

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