#3D344D

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

Shades of Martinique #3D344D

Tints of Martinique #3D344D

Color information

#3D344D (or 0x3D344D) is unknown color: approx Martinique. HEX triplet: 3D, 34 and 4D. RGB value is (61,52,77). Sum of RGB (Red+Green+Blue) = 61+52+77=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D344D is #C2CBB2. Grayscale: #393939. Windows color (decimal): -12766131 or 5059645. OLE color: 5059645.

HSL color Cylindrical-coordinate representation of color #3D344D: hue angle of 261.6º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D344D is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB615277-
CMYK0.210.3200.70
HSL261.6º19.38%25.29%-
HSV(B)261.6º32.47%30.2%-
XYZ4.493.987.55-
YUV57.54138.98130.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 52 (20.70% from 255) = 27.37%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=32.11%
G=27.37%
B=40.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6152770.210.3200.70261.619.3825.29
Hex3D344D15200461061319
Octal7564115254001064062331
Binary111101110100100110110101100000010001101000001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,52,77); }

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

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

 a { background-color: rgb(61,52,77); }

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

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

 span { border-color: rgb(61,52,77); }

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