Html Css Color HEX #3D364F Martinique

📋 copy color: '#3D364F'

red 61 ◦ green 54 ◦ blue 79

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

Shades of Martinique #3D364F

Tints of Martinique #3D364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.84%

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

R = 31.44%
G = 27.84%
B = 40.72%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3D364F (or 0x3D364F) is known color: Martinique. HEX triplet: 3D, 36 and 4F. RGB value is (61,54,79). Sum of RGB (Red+Green+Blue) = 61+54+79=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #3D364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D364F is #C2C9B0. Grayscale: #3A3A3A. Windows color (decimal): -12765617 or 5191229. OLE color: 5191229.

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

Color convert

RGB 61 54 79 -
CMYK 0.23 0.32 0 0.69
HSL 256.8º 0.19% 0.26% -
HSV(B) 256.8º 0.32% 0.31% -
XYZ 4.65 4.19 7.96 -
YUV 58.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 61 54 79 0.23 0.32 0 0.69 256.8 0.19 0.26
Hex 3D 36 4F 17 20 0 45 101 13 1A
Octal 75 66 117 27 40 0 105 401 23 32
Binary 111101 110110 1001111 10111 100000 0 1000101 100000001 10011 11010

Color Harmonies of #3D364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D364F

Black with #3D364F

Text Example


Text Example

White with #3D364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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