Html Css Color HEX #3D344B Martinique

📋 copy color: '#3D344B'

red 61 ◦ green 52 ◦ blue 75

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

Shades of Martinique #3D344B

Tints of Martinique #3D344B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.89%

R = 32.45%
G = 27.66%
B = 39.89%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D344B (or 0x3D344B) is known color: Martinique. HEX triplet: 3D, 34 and 4B. RGB value is (61,52,75). Sum of RGB (Red+Green+Blue) = 61+52+75=188 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.45% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D344B is #C2CBB4. Grayscale: #393939. Windows color (decimal): -12766133 or 4928573. OLE color: 4928573.

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

Color convert

RGB 61 52 75 -
CMYK 0.19 0.31 0 0.71
HSL 263.48º 0.18% 0.25% -
HSV(B) 263.48º 0.31% 0.29% -
XYZ 4.42 3.96 7.19 -
YUV 57.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 61 52 75 0.19 0.31 0 0.71 263.48 0.18 0.25
Hex 3D 34 4B 13 1F 0 47 107 12 19
Octal 75 64 113 23 37 0 107 407 22 31
Binary 111101 110100 1001011 10011 11111 0 1000111 100000111 10010 11001

Color Harmonies of #3D344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D344B

Black with #3D344B

Text Example


Text Example

White with #3D344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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