#3D354F

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

Shades of Martinique #3D354F

Tints of Martinique #3D354F

Color information

#3D354F (or 0x3D354F) is unknown color: approx Martinique. HEX triplet: 3D, 35 and 4F. RGB value is (61,53,79). Sum of RGB (Red+Green+Blue) = 61+53+79=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D354F is #C2CAB0. Grayscale: #3A3A3A. Windows color (decimal): -12765873 or 5190973. OLE color: 5190973.

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

Color convert

RGB615379-
CMYK0.230.3300.69
HSL258.46º19.7%25.88%-
HSV(B)258.46º32.91%30.98%-
XYZ4.614.17.95-
YUV58.36139.65129.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.61%
GREEN value IS 53 (21.09% from 255) = 27.46%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=31.61%
G=27.46%
B=40.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6153790.230.3300.69258.4619.725.88
Hex3D354F1721045102141a
Octal7565117274101054022432
Binary111101110101100111110111100001010001011000000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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