Html Css Color HEX #3D3550 Martinique

📋 copy color: '#3D3550'

red 61 ◦ green 53 ◦ blue 80

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

Shades of Martinique #3D3550

Tints of Martinique #3D3550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

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

R = 31.44%
G = 27.32%
B = 41.24%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D3550 (or 0x3D3550) is known color: Martinique. HEX triplet: 3D, 35 and 50. RGB value is (61,53,80). Sum of RGB (Red+Green+Blue) = 61+53+80=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3550 is #C2CAAF. Grayscale: #3A3A3A. Windows color (decimal): -12765872 or 5256509. OLE color: 5256509.

HSL color Cylindrical-coordinate representation of color #3D3550: hue angle of 257.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D3550 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 61 53 80 -
CMYK 0.24 0.34 0 0.69
HSL 257.78º 0.2% 0.26% -
HSV(B) 257.78º 0.34% 0.31% -
XYZ 4.65 4.12 8.14 -
YUV 58.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 61 53 80 0.24 0.34 0 0.69 257.78 0.2 0.26
Hex 3D 35 50 18 22 0 45 102 14 1A
Octal 75 65 120 30 42 0 105 402 24 32
Binary 111101 110101 1010000 11000 100010 0 1000101 100000010 10100 11010

Color Harmonies of #3D3550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3550

Black with #3D3550

Text Example


Text Example

White with #3D3550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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