#3D334E

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

Shades of Martinique #3D334E

Tints of Martinique #3D334E

Color information

#3D334E (or 0x3D334E) is unknown color: approx Martinique. HEX triplet: 3D, 33 and 4E. RGB value is (61,51,78). Sum of RGB (Red+Green+Blue) = 61+51+78=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #3D334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D334E is #C2CCB1. Grayscale: #383838. Windows color (decimal): -12766386 or 5124925. OLE color: 5124925.

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

Color convert

RGB615178-
CMYK0.220.3500.69
HSL262.22º20.93%25.29%-
HSV(B)262.22º34.62%30.59%-
XYZ4.483.917.73-
YUV57.07139.81130.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=32.11%
G=26.84%
B=41.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6151780.220.3500.69262.2220.9325.29
Hex3D334E16230451061519
Octal7563116264301054062531
Binary111101110011100111010110100011010001011000001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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