#3D384B

Color #3D384B Martinique (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martinique #3D384B

Tints of Martinique #3D384B

Color information

#3D384B (or 0x3D384B) is unknown color: approx Martinique. HEX triplet: 3D, 38 and 4B. RGB value is (61,56,75). Sum of RGB (Red+Green+Blue) = 61+56+75=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D384B is #C2C7B4. Grayscale: #3B3B3B. Windows color (decimal): -12765109 or 4929597. OLE color: 4929597.

HSL color Cylindrical-coordinate representation of color #3D384B: hue angle of 255.79º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D384B is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB615675-
CMYK0.190.2500.71
HSL255.79º14.5%25.69%-
HSV(B)255.79º25.33%29.41%-
XYZ4.614.337.25-
YUV59.66136.66128.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.77%
GREEN value IS 56 (22.27% from 255) = 29.17%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=31.77%
G=29.17%
B=39.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6156750.190.2500.71255.7914.525.69
Hex3D384B1319047100f1a
Octal7570113233101074001732
Binary1111011110001001011100111100101000111100000000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D384B;
 }
 .AnyTagClassName
 {
   color: #3D384B;
 }
</style>
background-color css

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

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

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

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

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

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