#3A304A

Color #3A304A Martinique (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martinique #3A304A

Tints of Martinique #3A304A

Color information

#3A304A (or 0x3A304A) is unknown color: approx 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

RGB584874-
CMYK0.220.3500.71
HSL263.08º21.31%23.92%-
HSV(B)263.08º35.14%29.02%-
XYZ4.043.516.94-
YUV53.95139.31130.89-

RGB Variations

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

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.30% from 255) = 41.11%
R=32.22%
G=26.67%
B=41.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5848740.220.3500.71263.0821.3123.92
Hex3A304A16230471071518
Octal7260112264301074072530
Binary111010110000100101010110100011010001111000001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>