Html Css Color HEX #3A334D Martinique

📋 copy color: '#3A334D'

red 58 ◦ green 51 ◦ blue 77

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

Shades of Martinique #3A334D

Tints of Martinique #3A334D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 31.18%
G = 27.42%
B = 41.4%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A334D (or 0x3A334D) is known color: Martinique. HEX triplet: 3A, 33 and 4D. RGB value is (58,51,77). Sum of RGB (Red+Green+Blue) = 58+51+77=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A334D is #C5CCB2. Grayscale: #373737. Windows color (decimal): -12962995 or 5059386. OLE color: 5059386.

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

Color convert

RGB 58 51 77 -
CMYK 0.25 0.34 0 0.70
HSL 256.15º 0.2% 0.25% -
HSV(B) 256.15º 0.34% 0.3% -
XYZ 4.27 3.8 7.53 -
YUV 56.06 139.82 129.39 -
System Red Green Blue C M Y K H S L
Decimal 58 51 77 0.25 0.34 0 0.70 256.15 0.2 0.25
Hex 3A 33 4D 19 22 0 46 100 14 19
Octal 72 63 115 31 42 0 106 400 24 31
Binary 111010 110011 1001101 11001 100010 0 1000110 100000000 10100 11001

Color Harmonies of #3A334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A334D

Black with #3A334D

Text Example


Text Example

White with #3A334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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