Html Css Color HEX #3A3048 Martinique

📋 copy color: '#3A3048'

red 58 ◦ green 48 ◦ blue 72

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

Shades of Martinique #3A3048

Tints of Martinique #3A3048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.45%

R = 32.58%
G = 26.97%
B = 40.45%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A3048 (or 0x3A3048) is known color: Martinique. HEX triplet: 3A, 30 and 48. RGB value is (58,48,72). Sum of RGB (Red+Green+Blue) = 58+48+72=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A3048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3048 is #C5CFB7. Grayscale: #353535. Windows color (decimal): -12963768 or 4730938. OLE color: 4730938.

HSL color Cylindrical-coordinate representation of color #3A3048: hue angle of 265º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A3048 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 48 72 -
CMYK 0.19 0.33 0 0.72
HSL 265º 0.2% 0.24% -
HSV(B) 265º 0.33% 0.28% -
XYZ 3.97 3.48 6.59 -
YUV 53.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 58 48 72 0.19 0.33 0 0.72 265 0.2 0.24
Hex 3A 30 48 13 21 0 48 109 14 18
Octal 72 60 110 23 41 0 110 411 24 30
Binary 111010 110000 1001000 10011 100001 0 1001000 100001001 10100 11000

Color Harmonies of #3A3048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3048

Black with #3A3048

Text Example


Text Example

White with #3A3048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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