Html Css Color HEX #3D334F Martinique

📋 copy color: '#3D334F'

red 61 ◦ green 51 ◦ blue 79

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

Shades of Martinique #3D334F

Tints of Martinique #3D334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.7%

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 31.94%
G = 26.7%
B = 41.36%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D334F (or 0x3D334F) is known color: Martinique. HEX triplet: 3D, 33 and 4F. RGB value is (61,51,79). Sum of RGB (Red+Green+Blue) = 61+51+79=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D334F is #C2CCB0. Grayscale: #393939. Windows color (decimal): -12766385 or 5190461. OLE color: 5190461.

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

Color convert

RGB 61 51 79 -
CMYK 0.23 0.35 0 0.69
HSL 261.43º 0.22% 0.25% -
HSV(B) 261.43º 0.35% 0.31% -
XYZ 4.52 3.92 7.92 -
YUV 57.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 61 51 79 0.23 0.35 0 0.69 261.43 0.22 0.25
Hex 3D 33 4F 17 23 0 45 105 16 19
Octal 75 63 117 27 43 0 105 405 26 31
Binary 111101 110011 1001111 10111 100011 0 1000101 100000101 10110 11001

Color Harmonies of #3D334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D334F

Black with #3D334F

Text Example


Text Example

White with #3D334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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