#3E3963

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

Shades of Minsk #3E3963

Tints of Minsk #3E3963

Color information

#3E3963 (or 0x3E3963) is unknown color: approx Minsk. HEX triplet: 3E, 39 and 63. RGB value is (62,57,99). Sum of RGB (Red+Green+Blue) = 62+57+99=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E3963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3963 is #C1C69C. Grayscale: #3F3F3F. Windows color (decimal): -12699293 or 6502718. OLE color: 6502718.

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

Color convert

RGB625799-
CMYK0.370.4200.61
HSL247.14º26.92%30.59%-
HSV(B)247.14º42.42%38.82%-
XYZ5.74.8512.44-
YUV63.28148.16127.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.44%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=28.44%
G=26.15%
B=45.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6257990.370.4200.61247.1426.9230.59
Hex3E3963252A03Df71b1f
Octal767114345520753673337
Binary11111011100111000111001011010100111101111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,57,99); }

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

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

 a { background-color: rgb(62,57,99); }

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

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

 span { border-color: rgb(62,57,99); }

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