#3B364F

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

Shades of Martinique #3B364F

Tints of Martinique #3B364F

Color information

#3B364F (or 0x3B364F) is unknown color: approx Martinique. HEX triplet: 3B, 36 and 4F. RGB value is (59,54,79). Sum of RGB (Red+Green+Blue) = 59+54+79=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B364F is #C4C9B0. Grayscale: #3A3A3A. Windows color (decimal): -12896689 or 5191227. OLE color: 5191227.

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

Color convert

RGB595479-
CMYK0.250.3200.69
HSL252º18.8%26.08%-
HSV(B)252º31.65%30.98%-
XYZ4.534.137.96-
YUV58.34139.66128.47-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.73%
GREEN value IS 54 (21.48% from 255) = 28.12%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=30.73%
G=28.12%
B=41.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5954790.250.3200.6925218.826.08
Hex3B364F1920045fc131a
Octal7366117314001053742332
Binary11101111011010011111100110000001000101111111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,54,79); }

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

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

 a { background-color: rgb(59,54,79); }

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

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

 span { border-color: rgb(59,54,79); }

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