Html Css Color HEX #3D384D Martinique

📋 copy color: '#3D384D'

red 61 ◦ green 56 ◦ blue 77

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

Shades of Martinique #3D384D

Tints of Martinique #3D384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 31.44%
G = 28.87%
B = 39.69%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3D384D (or 0x3D384D) is known color: Martinique. HEX triplet: 3D, 38 and 4D. RGB value is (61,56,77). Sum of RGB (Red+Green+Blue) = 61+56+77=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D384D is #C2C7B2. Grayscale: #3B3B3B. Windows color (decimal): -12765107 or 5060669. OLE color: 5060669.

HSL color Cylindrical-coordinate representation of color #3D384D: hue angle of 254.29º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3D384D is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 61 56 77 -
CMYK 0.21 0.27 0 0.70
HSL 254.29º 0.16% 0.26% -
HSV(B) 254.29º 0.27% 0.3% -
XYZ 4.68 4.36 7.62 -
YUV 59.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 61 56 77 0.21 0.27 0 0.70 254.29 0.16 0.26
Hex 3D 38 4D 15 1B 0 46 FE 10 1A
Octal 75 70 115 25 33 0 106 376 20 32
Binary 111101 111000 1001101 10101 11011 0 1000110 11111110 10000 11010

Color Harmonies of #3D384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D384D

Black with #3D384D

Text Example


Text Example

White with #3D384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,56,77); }

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

background-color css

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

 a { background-color: rgb(61,56,77); }

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

border-color css

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

 span { border-color: rgb(61,56,77); }

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