#3E386C

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

Shades of Minsk #3E386C

Tints of Minsk #3E386C

Color information

#3E386C (or 0x3E386C) is unknown color: approx Minsk. HEX triplet: 3E, 38 and 6C. RGB value is (62,56,108). Sum of RGB (Red+Green+Blue) = 62+56+108=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E386C is #C1C793. Grayscale: #3F3F3F. Windows color (decimal): -12699540 or 7092286. OLE color: 7092286.

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

Color convert

RGB6256108-
CMYK0.430.4800.58
HSL246.92º31.71%32.16%-
HSV(B)246.92º48.15%42.35%-
XYZ6.114.9414.82-
YUV63.72152.99126.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.43%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 108 (42.58% from 255) = 47.79%
R=27.43%
G=24.78%
B=47.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62561080.430.4800.58246.9231.7132.16
Hex3E386C2B3003Af72020
Octal767015453600723674040
Binary1111101110001101100101011110000011101011110111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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