#3D384E

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

Shades of Martinique #3D384E

Tints of Martinique #3D384E

Color information

#3D384E (or 0x3D384E) is unknown color: approx Martinique. HEX triplet: 3D, 38 and 4E. RGB value is (61,56,78). Sum of RGB (Red+Green+Blue) = 61+56+78=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D384E is #C2C7B1. Grayscale: #3B3B3B. Windows color (decimal): -12765106 or 5126205. OLE color: 5126205.

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

Color convert

RGB615678-
CMYK0.220.2800.69
HSL253.64º16.42%26.27%-
HSV(B)253.64º28.21%30.59%-
XYZ4.714.377.8-
YUV60138.16128.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.28%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 78 (30.86% from 255) = 40%
R=31.28%
G=28.72%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6156780.220.2800.69253.6416.4226.27
Hex3D384E161C045fe101a
Octal7570116263401053762032
Binary1111011110001001110101101110001000101111111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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