#3A354B

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

Shades of Martinique #3A354B

Tints of Martinique #3A354B

Color information

#3A354B (or 0x3A354B) is unknown color: approx Martinique. HEX triplet: 3A, 35 and 4B. RGB value is (58,53,75). Sum of RGB (Red+Green+Blue) = 58+53+75=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A354B is #C5CAB4. Grayscale: #383838. Windows color (decimal): -12962485 or 4928826. OLE color: 4928826.

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

Color convert

RGB585375-
CMYK0.230.2900.71
HSL253.64º17.19%25.1%-
HSV(B)253.64º29.33%29.41%-
XYZ4.293.957.19-
YUV57138.16128.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 53 (21.09% from 255) = 28.49%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=31.18%
G=28.49%
B=40.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5853750.230.2900.71253.6417.1925.1
Hex3A354B171D047fe1119
Octal7265113273501073762131
Binary1110101101011001011101111110101000111111111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,53,75); }

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

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

 a { background-color: rgb(58,53,75); }

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

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

 span { border-color: rgb(58,53,75); }

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