#3E286C

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

Shades of Minsk #3E286C

Tints of Minsk #3E286C

Color information

#3E286C (or 0x3E286C) is unknown color: approx Minsk. HEX triplet: 3E, 28 and 6C. RGB value is (62,40,108). Sum of RGB (Red+Green+Blue) = 62+40+108=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E286C is #C1D793. Grayscale: #363636. Windows color (decimal): -12703636 or 7088190. OLE color: 7088190.

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

Color convert

RGB6240108-
CMYK0.430.6300.58
HSL259.41º45.95%29.02%-
HSV(B)259.41º62.96%42.35%-
XYZ5.453.6214.6-
YUV54.33158.29133.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.52%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 108 (42.58% from 255) = 51.43%
R=29.52%
G=19.05%
B=51.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62401080.430.6300.58259.4145.9529.02
Hex3E286C2B3F03A1032e1d
Octal765015453770724035635
Binary1111101010001101100101011111111011101010000001110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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