Html Css Color HEX #3A3349 Martinique

📋 copy color: '#3A3349'

red 58 ◦ green 51 ◦ blue 73

#3A3349
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martinique #3A3349

Tints of Martinique #3A3349

RGB

 RED value IS 58 (23.05% from 255) = 31.87%

 GREEN value IS 51 (20.31% from 255) = 28.02%

 BLUE value IS 73 (28.91% from 255) = 40.11%

R = 31.87%
G = 28.02%
B = 40.11%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A3349 (or 0x3A3349) is known color: Martinique. HEX triplet: 3A, 33 and 49. RGB value is (58,51,73). Sum of RGB (Red+Green+Blue) = 58+51+73=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A3349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3349 is #C5CCB6. Grayscale: #373737. Windows color (decimal): -12962999 or 4797242. OLE color: 4797242.

HSL color Cylindrical-coordinate representation of color #3A3349: hue angle of 259.09º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A3349 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 51 73 -
CMYK 0.21 0.30 0 0.71
HSL 259.09º 0.18% 0.24% -
HSV(B) 259.09º 0.3% 0.29% -
XYZ 4.13 3.75 6.81 -
YUV 55.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 58 51 73 0.21 0.30 0 0.71 259.09 0.18 0.24
Hex 3A 33 49 15 1E 0 47 103 12 18
Octal 72 63 111 25 36 0 107 403 22 30
Binary 111010 110011 1001001 10101 11110 0 1000111 100000011 10010 11000

Color Harmonies of #3A3349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3349

Black with #3A3349

Text Example


Text Example

White with #3A3349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,51,73); }

 H1.HeaderClassName
 {
   color: #3A3349;
 }
 .AnyTagClassName
 {
   color: #3A3349;
 }
</style>

background-color css

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

 a { background-color: rgb(58,51,73); }

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

border-color css

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

 span { border-color: rgb(58,51,73); }

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