#3E3965

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

Shades of Minsk #3E3965

Tints of Minsk #3E3965

Color information

#3E3965 (or 0x3E3965) is unknown color: approx Minsk. HEX triplet: 3E, 39 and 65. RGB value is (62,57,101). Sum of RGB (Red+Green+Blue) = 62+57+101=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E3965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3965 is #C1C69A. Grayscale: #3F3F3F. Windows color (decimal): -12699291 or 6633790. OLE color: 6633790.

HSL color Cylindrical-coordinate representation of color #3E3965: hue angle of 246.82º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E3965 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6257101-
CMYK0.390.4400.60
HSL246.82º27.85%30.98%-
HSV(B)246.82º43.56%39.61%-
XYZ5.84.8912.95-
YUV63.51149.16126.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.18%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=28.18%
G=25.91%
B=45.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal62571010.390.4400.60246.8227.8530.98
Hex3E3965272C03Cf71c1f
Octal767114547540743673437
Binary11111011100111001011001111011000111100111101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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