#3E3165

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

Shades of Minsk #3E3165

Tints of Minsk #3E3165

Color information

#3E3165 (or 0x3E3165) is unknown color: approx Minsk. HEX triplet: 3E, 31 and 65. RGB value is (62,49,101). Sum of RGB (Red+Green+Blue) = 62+49+101=212 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.25% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E3165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3165 is #C1CE9A. Grayscale: #3A3A3A. Windows color (decimal): -12701339 or 6631742. OLE color: 6631742.

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

Color convert

RGB6249101-
CMYK0.390.5100.60
HSL255º34.67%29.41%-
HSV(B)255º51.49%39.61%-
XYZ5.434.1612.83-
YUV58.82151.81130.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.25%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 101 (39.84% from 255) = 47.64%
R=29.25%
G=23.11%
B=47.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal62491010.390.5100.6025534.6729.41
Hex3E3165273303Cff231d
Octal766114547630743774335
Binary111110110001110010110011111001101111001111111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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