#3A364D

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

Shades of Martinique #3A364D

Tints of Martinique #3A364D

Color information

#3A364D (or 0x3A364D) is unknown color: approx Martinique. HEX triplet: 3A, 36 and 4D. RGB value is (58,54,77). Sum of RGB (Red+Green+Blue) = 58+54+77=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A364D is #C5C9B2. Grayscale: #393939. Windows color (decimal): -12962227 or 5060154. OLE color: 5060154.

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

Color convert

RGB585477-
CMYK0.250.3000.70
HSL250.43º17.56%25.69%-
HSV(B)250.43º29.87%30.2%-
XYZ4.44.077.58-
YUV57.82138.83128.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 54 (21.48% from 255) = 28.57%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=30.69%
G=28.57%
B=40.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5854770.250.3000.70250.4317.5625.69
Hex3A364D191E046fa121a
Octal7266115313601063722232
Binary1110101101101001101110011111001000110111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,54,77); }

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

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

 a { background-color: rgb(58,54,77); }

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

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

 span { border-color: rgb(58,54,77); }

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