#3A344D

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

Shades of Martinique #3A344D

Tints of Martinique #3A344D

Color information

#3A344D (or 0x3A344D) is unknown color: approx Martinique. HEX triplet: 3A, 34 and 4D. RGB value is (58,52,77). Sum of RGB (Red+Green+Blue) = 58+52+77=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A344D is #C5CBB2. Grayscale: #383838. Windows color (decimal): -12962739 or 5059642. OLE color: 5059642.

HSL color Cylindrical-coordinate representation of color #3A344D: hue angle of 254.4º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A344D is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB585277-
CMYK0.250.3200.70
HSL254.4º19.38%25.29%-
HSV(B)254.4º32.47%30.2%-
XYZ4.313.897.54-
YUV56.64139.49128.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 77 (30.47% from 255) = 41.18%
R=31.02%
G=27.81%
B=41.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5852770.250.3200.70254.419.3825.29
Hex3A344D1920046fe1319
Octal7264115314001063762331
Binary11101011010010011011100110000001000110111111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,77); }

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

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

 a { background-color: rgb(58,52,77); }

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

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

 span { border-color: rgb(58,52,77); }

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