#3E346D

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

Shades of Minsk #3E346D

Tints of Minsk #3E346D

Color information

#3E346D (or 0x3E346D) is unknown color: approx Minsk. HEX triplet: 3E, 34 and 6D. RGB value is (62,52,109). Sum of RGB (Red+Green+Blue) = 62+52+109=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E346D is #C1CB92. Grayscale: #3D3D3D. Windows color (decimal): -12700563 or 7156798. OLE color: 7156798.

HSL color Cylindrical-coordinate representation of color #3E346D: hue angle of 250.53º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E346D is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6252109-
CMYK0.430.5200.57
HSL250.53º35.4%31.57%-
HSV(B)250.53º52.29%42.75%-
XYZ5.974.5815.04-
YUV61.49154.81128.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.80%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=27.80%
G=23.32%
B=48.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal62521090.430.5200.57250.5335.431.57
Hex3E346D2B34039fb2320
Octal766415553640713734340
Binary1111101101001101101101011110100011100111111011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,52,109); }

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

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

 a { background-color: rgb(62,52,109); }

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

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

 span { border-color: rgb(62,52,109); }

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