Html Css Color HEX #3D344C Martinique

📋 copy color: '#3D344C'

red 61 ◦ green 52 ◦ blue 76

#3D344C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martinique #3D344C

Tints of Martinique #3D344C

RGB

 RED value IS 61 (24.22% from 255) = 32.28%

 GREEN value IS 52 (20.7% from 255) = 27.51%

 BLUE value IS 76 (30.08% from 255) = 40.21%

R = 32.28%
G = 27.51%
B = 40.21%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D344C (or 0x3D344C) is known color: Martinique. HEX triplet: 3D, 34 and 4C. RGB value is (61,52,76). Sum of RGB (Red+Green+Blue) = 61+52+76=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #3D344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D344C is #C2CBB3. Grayscale: #393939. Windows color (decimal): -12766132 or 4994109. OLE color: 4994109.

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

Color convert

RGB 61 52 76 -
CMYK 0.20 0.32 0 0.70
HSL 262.5º 0.19% 0.25% -
HSV(B) 262.5º 0.32% 0.3% -
XYZ 4.46 3.97 7.37 -
YUV 57.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 61 52 76 0.20 0.32 0 0.70 262.5 0.19 0.25
Hex 3D 34 4C 14 20 0 46 106 13 19
Octal 75 64 114 24 40 0 106 406 23 31
Binary 111101 110100 1001100 10100 100000 0 1000110 100000110 10011 11001

Color Harmonies of #3D344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D344C

Black with #3D344C

Text Example


Text Example

White with #3D344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D344C;
 }
 .AnyTagClassName
 {
   color: #3D344C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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