#3A334B

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

Shades of Martinique #3A334B

Tints of Martinique #3A334B

Color information

#3A334B (or 0x3A334B) is unknown color: approx Martinique. HEX triplet: 3A, 33 and 4B. RGB value is (58,51,75). Sum of RGB (Red+Green+Blue) = 58+51+75=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A334B is #C5CCB4. Grayscale: #373737. Windows color (decimal): -12962997 or 4928314. OLE color: 4928314.

HSL color Cylindrical-coordinate representation of color #3A334B: hue angle of 257.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A334B is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB585175-
CMYK0.230.3200.71
HSL257.5º19.05%24.71%-
HSV(B)257.5º32%29.41%-
XYZ4.23.787.16-
YUV55.83138.82129.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 51 (20.31% from 255) = 27.72%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=31.52%
G=27.72%
B=40.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5851750.230.3200.71257.519.0524.71
Hex3A334B17200471021319
Octal7263113274001074022331
Binary111010110011100101110111100000010001111000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,75); }

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

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

 a { background-color: rgb(58,51,75); }

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

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

 span { border-color: rgb(58,51,75); }

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