Html Css Color HEX #3A324A Martinique

📋 copy color: '#3A324A'

red 58 ◦ green 50 ◦ blue 74

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

Shades of Martinique #3A324A

Tints of Martinique #3A324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.47%

 BLUE value IS 74 (29.3% from 255) = 40.66%

R = 31.87%
G = 27.47%
B = 40.66%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A324A (or 0x3A324A) is known color: Martinique. HEX triplet: 3A, 32 and 4A. RGB value is (58,50,74). Sum of RGB (Red+Green+Blue) = 58+50+74=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A324A is #C5CDB5. Grayscale: #373737. Windows color (decimal): -12963254 or 4862522. OLE color: 4862522.

HSL color Cylindrical-coordinate representation of color #3A324A: hue angle of 260º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A324A is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 50 74 -
CMYK 0.22 0.32 0 0.71
HSL 260º 0.19% 0.24% -
HSV(B) 260º 0.32% 0.29% -
XYZ 4.12 3.68 6.97 -
YUV 55.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 58 50 74 0.22 0.32 0 0.71 260 0.19 0.24
Hex 3A 32 4A 16 20 0 47 104 13 18
Octal 72 62 112 26 40 0 107 404 23 30
Binary 111010 110010 1001010 10110 100000 0 1000111 100000100 10011 11000

Color Harmonies of #3A324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A324A

Black with #3A324A

Text Example


Text Example

White with #3A324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,50,74); }

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

background-color css

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

 a { background-color: rgb(58,50,74); }

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

border-color css

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

 span { border-color: rgb(58,50,74); }

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