#3B314D

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

Shades of Martinique #3B314D

Tints of Martinique #3B314D

Color information

#3B314D (or 0x3B314D) is unknown color: approx Martinique. HEX triplet: 3B, 31 and 4D. RGB value is (59,49,77). Sum of RGB (Red+Green+Blue) = 59+49+77=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B314D is #C4CEB2. Grayscale: #373737. Windows color (decimal): -12897971 or 5058875. OLE color: 5058875.

HSL color Cylindrical-coordinate representation of color #3B314D: hue angle of 261.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B314D is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB594977-
CMYK0.230.3600.70
HSL261.43º22.22%24.71%-
HSV(B)261.43º36.36%30.2%-
XYZ4.243.667.5-
YUV55.18140.31130.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.89%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 77 (30.47% from 255) = 41.62%
R=31.89%
G=26.49%
B=41.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5949770.230.3600.70261.4322.2224.71
Hex3B314D17240461051619
Octal7361115274401064052631
Binary111011110001100110110111100100010001101000001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,77); }

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

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

 a { background-color: rgb(59,49,77); }

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

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

 span { border-color: rgb(59,49,77); }

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