#3E326C

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

Shades of Minsk #3E326C

Tints of Minsk #3E326C

Color information

#3E326C (or 0x3E326C) is unknown color: approx Minsk. HEX triplet: 3E, 32 and 6C. RGB value is (62,50,108). Sum of RGB (Red+Green+Blue) = 62+50+108=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E326C is #C1CD93. Grayscale: #3B3B3B. Windows color (decimal): -12701076 or 7090750. OLE color: 7090750.

HSL color Cylindrical-coordinate representation of color #3E326C: hue angle of 252.41º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E326C is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6250108-
CMYK0.430.5400.58
HSL252.41º36.71%30.98%-
HSV(B)252.41º53.7%42.35%-
XYZ5.834.3914.73-
YUV60.2154.98129.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.18%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=28.18%
G=22.73%
B=49.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62501080.430.5400.58252.4136.7130.98
Hex3E326C2B3603Afc251f
Octal766215453660723744537
Binary111110110010110110010101111011001110101111110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,50,108); }

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

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

 a { background-color: rgb(62,50,108); }

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

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

 span { border-color: rgb(62,50,108); }

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