#3D3450

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

Shades of Martinique #3D3450

Tints of Martinique #3D3450

Color information

#3D3450 (or 0x3D3450) is unknown color: approx Martinique. HEX triplet: 3D, 34 and 50. RGB value is (61,52,80). Sum of RGB (Red+Green+Blue) = 61+52+80=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #3D3450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3450 is #C2CBAF. Grayscale: #393939. Windows color (decimal): -12766128 or 5256253. OLE color: 5256253.

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

Color convert

RGB615280-
CMYK0.240.3500.69
HSL259.29º21.21%25.88%-
HSV(B)259.29º35%31.37%-
XYZ4.64.038.12-
YUV57.88140.48130.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.61%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 80 (31.64% from 255) = 41.45%
R=31.61%
G=26.94%
B=41.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6152800.240.3500.69259.2921.2125.88
Hex3D34501823045103151a
Octal7564120304301054032532
Binary111101110100101000011000100011010001011000000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,52,80); }

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

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

 a { background-color: rgb(61,52,80); }

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

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

 span { border-color: rgb(61,52,80); }

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