Html Css Color HEX #3A344D Martinique

📋 copy color: '#3A344D'

red 58 ◦ green 52 ◦ blue 77

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

Shades of Martinique #3A344D

Tints of Martinique #3A344D

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3A344D (or 0x3A344D) is known color: 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

RGB 58 52 77 -
CMYK 0.25 0.32 0 0.70
HSL 254.4º 0.19% 0.25% -
HSV(B) 254.4º 0.32% 0.3% -
XYZ 4.31 3.89 7.54 -
YUV 56.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 58 52 77 0.25 0.32 0 0.70 254.4 0.19 0.25
Hex 3A 34 4D 19 20 0 46 FE 13 19
Octal 72 64 115 31 40 0 106 376 23 31
Binary 111010 110100 1001101 11001 100000 0 1000110 11111110 10011 11001

Color Harmonies of #3A344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A344D

Black with #3A344D

Text Example


Text Example

White with #3A344D

Text Example


Text Example

HTML Codes & Css Web 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>