Html Css Color HEX #3D3750 Martinique

📋 copy color: '#3D3750'

red 61 ◦ green 55 ◦ blue 80

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

Shades of Martinique #3D3750

Tints of Martinique #3D3750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.06%

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

R = 31.12%
G = 28.06%
B = 40.82%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D3750 (or 0x3D3750) is known color: Martinique. HEX triplet: 3D, 37 and 50. RGB value is (61,55,80). Sum of RGB (Red+Green+Blue) = 61+55+80=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D3750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3750 is #C2C8AF. Grayscale: #3B3B3B. Windows color (decimal): -12765360 or 5257021. OLE color: 5257021.

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

Color convert

RGB 61 55 80 -
CMYK 0.24 0.31 0 0.69
HSL 254.4º 0.19% 0.26% -
HSV(B) 254.4º 0.31% 0.31% -
XYZ 4.74 4.3 8.17 -
YUV 59.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 61 55 80 0.24 0.31 0 0.69 254.4 0.19 0.26
Hex 3D 37 50 18 1F 0 45 FE 13 1A
Octal 75 67 120 30 37 0 105 376 23 32
Binary 111101 110111 1010000 11000 11111 0 1000101 11111110 10011 11010

Color Harmonies of #3D3750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3750

Black with #3D3750

Text Example


Text Example

White with #3D3750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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