#3A3245

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

Shades of Martinique #3A3245

Tints of Martinique #3A3245

Color information

#3A3245 (or 0x3A3245) is unknown color: approx Martinique. HEX triplet: 3A, 32 and 45. RGB value is (58,50,69). Sum of RGB (Red+Green+Blue) = 58+50+69=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 69 (27.34% from 255 or 38.98% from 177); Max value from RGB is 69 - color contains mainly: blue. Hex color #3A3245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3245 is #C5CDBA. Grayscale: #363636. Windows color (decimal): -12963259 or 4534842. OLE color: 4534842.

HSL color Cylindrical-coordinate representation of color #3A3245: hue angle of 265.26º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A3245 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB585069-
CMYK0.160.2800.73
HSL265.26º15.97%23.33%-
HSV(B)265.26º27.54%27.06%-
XYZ3.963.616.12-
YUV54.56136.15130.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.77%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 69 (27.34% from 255) = 38.98%
R=32.77%
G=28.25%
B=38.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5850690.160.2800.73265.2615.9723.33
Hex3A3245101C0491091017
Octal7262105203401114112027
Binary11101011001010001011000011100010010011000010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,69); }

 H1.HeaderClassName
 {
   color: #3A3245;
 }
 .AnyTagClassName
 {
   color: #3A3245;
 }
</style>
background-color css

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

 a { background-color: rgb(58,50,69); }

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

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

 span { border-color: rgb(58,50,69); }

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