#3E386A

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

Shades of Minsk #3E386A

Tints of Minsk #3E386A

Color information

#3E386A (or 0x3E386A) is unknown color: approx Minsk. HEX triplet: 3E, 38 and 6A. RGB value is (62,56,106). Sum of RGB (Red+Green+Blue) = 62+56+106=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 106 - color contains mainly: blue. Hex color #3E386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E386A is #C1C795. Grayscale: #3F3F3F. Windows color (decimal): -12699542 or 6961214. OLE color: 6961214.

HSL color Cylindrical-coordinate representation of color #3E386A: hue angle of 247.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E386A is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6256106-
CMYK0.420.4700.58
HSL247.2º30.86%31.76%-
HSV(B)247.2º47.17%41.57%-
XYZ64.8914.26-
YUV63.49151.99126.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.68%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=27.68%
G=25%
B=47.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62561060.420.4700.58247.230.8631.76
Hex3E386A2A2F03Af71f20
Octal767015252570723673740
Binary111110111000110101010101010111101110101111011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,56,106); }

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

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

 a { background-color: rgb(62,56,106); }

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

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

 span { border-color: rgb(62,56,106); }

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