#3E2E64

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

Shades of Minsk #3E2E64

Tints of Minsk #3E2E64

Color information

#3E2E64 (or 0x3E2E64) is unknown color: approx Minsk. HEX triplet: 3E, 2E and 64. RGB value is (62,46,100). Sum of RGB (Red+Green+Blue) = 62+46+100=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #3E2E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2E64 is #C1D19B. Grayscale: #383838. Windows color (decimal): -12702108 or 6565438. OLE color: 6565438.

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

Color convert

RGB6246100-
CMYK0.380.5400.61
HSL257.78º36.99%28.63%-
HSV(B)257.78º54%39.22%-
XYZ5.263.912.53-
YUV56.94152.3131.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.81%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 100 (39.45% from 255) = 48.08%
R=29.81%
G=22.12%
B=48.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal62461000.380.5400.61257.7836.9928.63
Hex3E2E64263603D102251d
Octal765614446660754024535
Binary1111101011101100100100110110110011110110000001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,46,100); }

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

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

 a { background-color: rgb(62,46,100); }

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

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

 span { border-color: rgb(62,46,100); }

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