Html Css Color HEX #3A334A Martinique

📋 copy color: '#3A334A'

red 58 ◦ green 51 ◦ blue 74

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

Shades of Martinique #3A334A

Tints of Martinique #3A334A

RGB

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

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

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

R = 31.69%
G = 27.87%
B = 40.44%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A334A (or 0x3A334A) is known color: Martinique. HEX triplet: 3A, 33 and 4A. RGB value is (58,51,74). Sum of RGB (Red+Green+Blue) = 58+51+74=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A334A is #C5CCB5. Grayscale: #373737. Windows color (decimal): -12962998 or 4862778. OLE color: 4862778.

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

Color convert

RGB 58 51 74 -
CMYK 0.22 0.31 0 0.71
HSL 258.26º 0.18% 0.25% -
HSV(B) 258.26º 0.31% 0.29% -
XYZ 4.16 3.76 6.99 -
YUV 55.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 58 51 74 0.22 0.31 0 0.71 258.26 0.18 0.25
Hex 3A 33 4A 16 1F 0 47 102 12 19
Octal 72 63 112 26 37 0 107 402 22 31
Binary 111010 110011 1001010 10110 11111 0 1000111 100000010 10010 11001

Color Harmonies of #3A334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A334A

Black with #3A334A

Text Example


Text Example

White with #3A334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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