Html Css Color HEX #3A304A Martinique

📋 copy color: '#3A304A'

red 58 ◦ green 48 ◦ blue 74

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

Shades of Martinique #3A304A

Tints of Martinique #3A304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.67%

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

R = 32.22%
G = 26.67%
B = 41.11%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A304A (or 0x3A304A) is known color: Martinique. HEX triplet: 3A, 30 and 4A. RGB value is (58,48,74). Sum of RGB (Red+Green+Blue) = 58+48+74=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A304A is #C5CFB5. Grayscale: #353535. Windows color (decimal): -12963766 or 4862010. OLE color: 4862010.

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

Color convert

RGB 58 48 74 -
CMYK 0.22 0.35 0 0.71
HSL 263.08º 0.21% 0.24% -
HSV(B) 263.08º 0.35% 0.29% -
XYZ 4.04 3.51 6.94 -
YUV 53.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 58 48 74 0.22 0.35 0 0.71 263.08 0.21 0.24
Hex 3A 30 4A 16 23 0 47 107 15 18
Octal 72 60 112 26 43 0 107 407 25 30
Binary 111010 110000 1001010 10110 100011 0 1000111 100000111 10101 11000

Color Harmonies of #3A304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A304A

Black with #3A304A

Text Example


Text Example

White with #3A304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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