Html Css Color HEX #3D3250 Martinique

📋 copy color: '#3D3250'

red 61 ◦ green 50 ◦ blue 80

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

Shades of Martinique #3D3250

Tints of Martinique #3D3250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

 BLUE value IS 80 (31.64% from 255) = 41.88%

R = 31.94%
G = 26.18%
B = 41.88%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D3250 (or 0x3D3250) is known color: Martinique. HEX triplet: 3D, 32 and 50. RGB value is (61,50,80). Sum of RGB (Red+Green+Blue) = 61+50+80=191 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.94% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D3250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3250 is #C2CDAF. Grayscale: #383838. Windows color (decimal): -12766640 or 5255741. OLE color: 5255741.

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

Color convert

RGB 61 50 80 -
CMYK 0.24 0.37 0 0.69
HSL 262º 0.23% 0.25% -
HSV(B) 262º 0.38% 0.31% -
XYZ 4.51 3.85 8.1 -
YUV 56.71 141.14 131.06 -
System Red Green Blue C M Y K H S L
Decimal 61 50 80 0.24 0.37 0 0.69 262 0.23 0.25
Hex 3D 32 50 18 25 0 45 106 17 19
Octal 75 62 120 30 45 0 105 406 27 31
Binary 111101 110010 1010000 11000 100101 0 1000101 100000110 10111 11001

Color Harmonies of #3D3250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3250

Black with #3D3250

Text Example


Text Example

White with #3D3250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,50,80); }

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

background-color css

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

 a { background-color: rgb(61,50,80); }

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

border-color css

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

 span { border-color: rgb(61,50,80); }

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